/linux-6.12.1/ipc/ |
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, ptr, fifth); in SYSCALL_DEFINE6() [all …]
|
/linux-6.12.1/lib/ |
D | siphash.c | 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() 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 u64 siphash_3u32(const u32 first, const u32 second, const u32 third, in siphash_3u32() argument 224 b |= third; in siphash_3u32() 348 u32 hsiphash_3u32(const u32 first, const u32 second, const u32 third, in hsiphash_3u32() argument 356 b |= third; in hsiphash_3u32() [all …]
|
D | test_printf.c | 696 const struct software_node third = { .name = "third", .parent = &second }; in fwnode_pointer() local 697 const struct software_node *group[] = { &first, &second, &third, NULL }; in fwnode_pointer() 711 test(full_name_third, "%pfw", software_node_fwnode(&third)); in fwnode_pointer() 712 test(full_name_third, "%pfwf", software_node_fwnode(&third)); in fwnode_pointer() 714 test(third_name, "%pfwP", software_node_fwnode(&third)); in fwnode_pointer()
|
/linux-6.12.1/arch/s390/kernel/ |
D | syscall.c | 46 unsigned long, third, void __user *, ptr) in SYSCALL_DEFINE5() argument 58 return ksys_ipc(call, first, second, third, ptr, third); in SYSCALL_DEFINE5()
|
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-6.12.1/arch/riscv/kernel/tests/module_test/ |
D | test_uleb128.S | 26 third: label 30 .reloc fourth, R_RISCV_SUB_ULEB128, third
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_quirks.c | 97 #define SINK_OUI(first, second, third) { (first), (second), (third) } argument 98 #define SINK_DEVICE_ID(first, second, third, fourth, fifth, sixth) \ argument 99 { (first), (second), (third), (fourth), (fifth), (sixth) }
|
/linux-6.12.1/arch/sparc/kernel/ |
D | sys_sparc_64.c | 331 unsigned long, third, void __user *, ptr, long, fifth) in SYSCALL_DEFINE6() argument 351 err = ksys_semget(first, (int)second, (int)third); in SYSCALL_DEFINE6() 355 (int)third | IPC_64, in SYSCALL_DEFINE6() 368 (int)third); in SYSCALL_DEFINE6() 372 (int)third); in SYSCALL_DEFINE6() 392 (ulong __user *) third)) in SYSCALL_DEFINE6() 401 err = ksys_shmget(first, (size_t)second, (int)third); in SYSCALL_DEFINE6()
|
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
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
|
D | cavium-mix.txt | 11 AGL registers. The third bank are the AGL registers shared by all
|
/linux-6.12.1/Documentation/admin-guide/cgroup-v1/ |
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-6.12.1/Documentation/admin-guide/gpio/ |
D | gpio-mockup.rst | 36 the second 16 and the third 4. The base GPIO for the third chip is set
|
/linux-6.12.1/Documentation/devicetree/bindings/pwm/ |
D | vt8500-pwm.txt | 7 the cells format. The only third cell flag supported by this binding is
|
/linux-6.12.1/tools/memory-model/litmus-tests/ |
D | Z6.0+pooncelock+pooncelock+pombonce.litmus | 8 * seen as ordered by a third process not holding that lock.
|
/linux-6.12.1/Documentation/cpu-freq/ |
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-6.12.1/arch/arm/kernel/ |
D | sys_oabi-compat.c | 391 asmlinkage int sys_oabi_ipc(uint call, int first, int second, int third, in sys_oabi_ipc() argument 405 return sys_ipc(call, first, second, third, ptr, fifth); in sys_oabi_ipc() 423 asmlinkage int sys_oabi_ipc(uint call, int first, int second, int third, in sys_oabi_ipc() argument
|
/linux-6.12.1/Documentation/trace/ |
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-6.12.1/arch/arm/include/asm/ |
D | syscalls.h | 38 asmlinkage int sys_oabi_ipc(uint call, int first, int second, int third,
|
/linux-6.12.1/drivers/of/unittest-data/ |
D | tests-phandle.dtsi | 58 phandle-list-names = "first", "second", "third";
|
/linux-6.12.1/drivers/parisc/ |
D | README.dino | 6 ** equipped with third-party or customer-installed PCI I/O expansion
|
/linux-6.12.1/Documentation/input/devices/ |
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-6.12.1/Documentation/devicetree/bindings/watchdog/ |
D | marvel.txt | 17 - reg : A third entry is mandatory and should contain the
|
/linux-6.12.1/tools/testing/selftests/net/packetdrill/ |
D | tcp_zerocopy_epoll_edge.pkt | 45 // receive only one EPOLLERR for the third send above.
|
D | tcp_zerocopy_epoll_exclusive.pkt | 47 // receive only one EPOLLERR for the third send above.
|
/linux-6.12.1/Documentation/driver-api/nfc/ |
D | nfc-pn544.rst | 30 and third (LSB) bytes of the message. The maximum FW message length is
|