/linux/ipc/ |
H A D | syscall.c | 21 unsigned long third, void __user * ptr, long fifth) in ksys_ipc() argument 43 return ksys_semget(first, second, third); in ksys_ipc() 50 return ksys_old_semctl(first, second, third, arg); in ksys_ipc() 55 second, third); in ksys_ipc() 68 tmp.msgtyp, third); in ksys_ipc() 73 second, fifth, third); in ksys_ipc() 89 return put_user(raddr, (unsigned long __user *) third); in ksys_ipc() 101 return ksys_shmget(first, second, third); in ksys_ipc() 111 unsigned long, third, void __user *, ptr, long, fifth) in SYSCALL_DEFINE6() argument 113 return ksys_ipc(call, first, second, third, pt in SYSCALL_DEFINE6() 131 compat_ksys_ipc(u32 call,int first,int second,u32 third,compat_uptr_t ptr,u32 fifth) compat_ksys_ipc() argument 206 COMPAT_SYSCALL_DEFINE6(ipc,u32,call,int,first,int,second,u32,third,compat_uptr_t,ptr,u32,fifth) COMPAT_SYSCALL_DEFINE6() argument [all...] |
/linux/lib/ |
H A D | siphash.c | 152 * @third: third u64 155 u64 siphash_3u64(const u64 first, const u64 second, const u64 third, in siphash_3u64() argument 167 v3 ^= third; in siphash_3u64() 170 v0 ^= third; in siphash_3u64() 179 * @third: third u64 183 u64 siphash_4u64(const u64 first, const u64 second, const u64 third, in siphash_4u64() argument 195 v3 ^= third; in siphash_4u64() 198 v0 ^= third; in siphash_4u64() 215 siphash_3u32(const u32 first,const u32 second,const u32 third,const siphash_key_t * key) siphash_3u32() argument 348 hsiphash_3u32(const u32 first,const u32 second,const u32 third,const hsiphash_key_t * key) hsiphash_3u32() argument 369 hsiphash_4u32(const u32 first,const u32 second,const u32 third,const u32 forth,const hsiphash_key_t * key) hsiphash_4u32() argument 494 hsiphash_3u32(const u32 first,const u32 second,const u32 third,const hsiphash_key_t * key) hsiphash_3u32() argument 519 hsiphash_4u32(const u32 first,const u32 second,const u32 third,const u32 forth,const hsiphash_key_t * key) hsiphash_4u32() argument [all...] |
/linux/arch/riscv/kernel/tests/module_test/ |
H A D | test_uleb128.S | 26 third: label 30 .reloc fourth, R_RISCV_SUB_ULEB128, third
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_quirks.c | 99 #define SINK_OUI(first, second, third) { (first), (second), (third) } argument 100 #define SINK_DEVICE_ID(first, second, third, fourth, fifth, sixth) \ argument 101 { (first), (second), (third), (fourth), (fifth), (sixth) }
|
/linux/arch/sparc/kernel/ |
H A D | sys_sparc_64.c | 352 unsigned long, third, void __user *, ptr, long, fifth) in SYSCALL_DEFINE6() argument 372 err = ksys_semget(first, (int)second, (int)third); in SYSCALL_DEFINE6() 376 (int)third | IPC_64, in SYSCALL_DEFINE6() 389 (int)third); in SYSCALL_DEFINE6() 393 (int)third); in SYSCALL_DEFINE6() 413 (ulong __user *) third)) in SYSCALL_DEFINE6() 422 err = ksys_shmget(first, (size_t)second, (int)third); in SYSCALL_DEFINE6()
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | broadcom-bcm87xx.txt | 11 address within the MMD, the third cell contains a mask to be ANDed 13 he result to yield the new register value. If the third cell has a
|
H A D | cavium-mix.txt | 11 AGL registers. The third bank are the AGL registers shared by all
|
/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | blkio-controller.rst | 141 third field specifies the disk time allocated to group in 147 third field specifies the number of sectors transferred by the 154 device, third field specifies the operation type and the fourth field 161 device, third field specifies the operation type and the fourth field 174 specify the major and minor number of the device, third field 190 minor number of the device, third field specifies the operation type 242 and minor number of the device and third field specifies the number 287 device, third field specifies the operation type and the fourth field 294 device, third field specifies the operation type and the fourth field
|
/linux/arch/s390/kernel/ |
H A D | compat_linux.c | 62 compat_ulong_t, third, compat_uptr_t, ptr) in COMPAT_SYSCALL_DEFINE5() argument 66 return compat_ksys_ipc(call, first, second, third, ptr, third); in COMPAT_SYSCALL_DEFINE5()
|
/linux/lib/tests/ |
H A D | printf_kunit.c | 682 const struct software_node third = { .name = "third", .parent = &second }; in fwnode_pointer() local 683 const struct software_node *group[] = { &first, &second, &third, NULL }; in fwnode_pointer() 685 const char * const full_name_third = "first/second/third"; in fwnode_pointer() 687 const char * const third_name = "third"; in fwnode_pointer() 696 test(full_name_third, "%pfw", software_node_fwnode(&third)); in fwnode_pointer() 697 test(full_name_third, "%pfwf", software_node_fwnode(&third)); in fwnode_pointer() 699 test(third_name, "%pfwP", software_node_fwnode(&third)); in fwnode_pointer()
|
/linux/Documentation/admin-guide/gpio/ |
H A D | gpio-mockup.rst | 36 the second 16 and the third 4. The base GPIO for the third chip is set
|
/linux/tools/memory-model/litmus-tests/ |
H A D | Z6.0+pooncelock+pooncelock+pombonce.litmus | 8 * seen as ordered by a third process not holding that lock.
|
/linux/Documentation/cpu-freq/ |
H A D | core.rst | 58 The third argument, a ``void *pointer``, points to a struct cpufreq_policy 73 The third argument is a struct cpufreq_freqs with the following
|
/linux/arch/arm/kernel/ |
H A D | sys_oabi-compat.c | 389 asmlinkage int sys_oabi_ipc(uint call, int first, int second, int third, in sys_oabi_ipc() argument 403 return sys_ipc(call, first, second, third, ptr, fifth); in sys_oabi_ipc() 421 asmlinkage int sys_oabi_ipc(uint call, int first, int second, int third, in sys_oabi_ipc() argument
|
/linux/Documentation/trace/ |
H A D | events-power.rst | 83 The third parameter is the current QoS value to update. 95 The third parameter is value to be added/updated/removed.
|
/linux/arch/arm/include/asm/ |
H A D | syscalls.h | 38 asmlinkage int sys_oabi_ipc(uint call, int first, int second, int third,
|
/linux/drivers/of/unittest-data/ |
H A D | tests-phandle.dtsi | 58 phandle-list-names = "first", "second", "third";
|
/linux/drivers/parisc/ |
H A D | README.dino | 6 ** equipped with third-party or customer-installed PCI I/O expansion
|
/linux/Documentation/devicetree/bindings/watchdog/ |
H A D | marvel.txt | 17 - reg : A third entry is mandatory and should contain the
|
/linux/Documentation/input/devices/ |
H A D | alps.rst | 54 with 88-07 followed by a third byte. This third byte can be used to determine 67 address of the register being read, and the third contains the value of the 158 associated with touchpad events, and the third is associated with trackstick 240 MT position can only be updated for every third ST position update, and 241 the count of contact points can only be updated every third packet as
|
/linux/tools/testing/selftests/net/packetdrill/ |
H A D | tcp_zerocopy_epoll_edge.pkt | 45 // receive only one EPOLLERR for the third send above.
|
H A D | tcp_zerocopy_epoll_exclusive.pkt | 47 // receive only one EPOLLERR for the third send above.
|
/linux/Documentation/driver-api/nfc/ |
H A D | nfc-pn544.rst | 30 and third (LSB) bytes of the message. The maximum FW message length is
|
/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | Kconfig | 35 author or reported to be working by third parties.
|
/linux/Documentation/hwmon/ |
H A D | emc2103.rst | 33 The 2103-2 and 2103-4 variants have a third temperature sensor, which can
|