| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-5.10/lib/ |
| D | siphash.c | 153 * @third: third u64 156 u64 siphash_3u64(const u64 first, const u64 second, const u64 third, in siphash_3u64() argument 168 v3 ^= third; in siphash_3u64() 171 v0 ^= third; in siphash_3u64() 180 * @third: third u64 184 u64 siphash_4u64(const u64 first, const u64 second, const u64 third, in siphash_4u64() argument 196 v3 ^= third; in siphash_4u64() 199 v0 ^= third; in siphash_4u64() 216 u64 siphash_3u32(const u32 first, const u32 second, const u32 third, in siphash_3u32() argument 225 b |= third; in siphash_3u32() [all …]
|
| /kernel/linux/linux-6.6/lib/ |
| 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 u64 siphash_3u32(const u32 first, const u32 second, const u32 third, in siphash_3u32() argument 224 b |= third; in siphash_3u32() [all …]
|
| /kernel/linux/linux-5.10/arch/s390/kernel/ |
| D | sys_s390.c | 66 unsigned long, third, void __user *, ptr) in SYSCALL_DEFINE5() argument 72 * the SEMTIMEDOP subcall where on s390 the third parameter is used in SYSCALL_DEFINE5() 76 * third parameter also as fifth parameter. in SYSCALL_DEFINE5() 78 return ksys_ipc(call, first, second, third, ptr, third); in SYSCALL_DEFINE5()
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/ |
| D | blkio-controller.rst | 136 third field specifies the disk time allocated to group in 142 third field specifies the number of sectors transferred by the 149 device, third field specifies the operation type and the fourth field 156 device, third field specifies the operation type and the fourth field 169 specify the major and minor number of the device, third field 185 minor number of the device, third field specifies the operation type 237 and minor number of the device and third field specifies the number 282 device, third field specifies the operation type and the fourth field 289 device, third field specifies the operation type and the fourth field
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-6.6/arch/s390/kernel/ |
| D | syscall.c | 73 unsigned long, third, void __user *, ptr) in SYSCALL_DEFINE5() argument 79 * the SEMTIMEDOP subcall where on s390 the third parameter is used in SYSCALL_DEFINE5() 83 * third parameter also as fifth parameter. in SYSCALL_DEFINE5() 85 return ksys_ipc(call, first, second, third, ptr, third); in SYSCALL_DEFINE5()
|
| /kernel/linux/linux-5.10/Documentation/driver-api/serial/ |
| D | rocket.rst | 39 I/O port for the third ISA board 106 The second, third, and fourth RocketPort cards require a 64-byte 110 second, third, and fourth Rocketport cards (if present) are set via 132 CAN NOT set the second, third or fourth board for address 0x140 since 134 need to set the second, third, or fourth board to one of the next available 150 Off On Third Card
|
| /kernel/linux/linux-6.6/include/uapi/linux/dvb/ |
| D | dmx.h | 73 * @DMX_PES_AUDIO2: third audio PID. 74 * @DMX_PES_VIDEO2: third video PID. 75 * @DMX_PES_TELETEXT2: third teletext PID. 76 * @DMX_PES_SUBTITLE2: third subtitle PID. 77 * @DMX_PES_PCR2: third Program Clock Reference PID.
|
| /kernel/linux/linux-6.6/arch/sh/lib/ |
| D | memmove.S | 103 ! Third, copy a byte at once, if necessary 160 ! Third, copy a byte at once, if necessary 189 ! Third, copy a byte at once, if necessary 249 ! Third, copy a byte at once, if necessary
|
| D | memcpy.S | 89 ! Third, copy a byte at once, if necessary 141 ! Third, copy a byte at once, if necessary 169 ! Third, copy a byte at once, if necessary 223 ! Third, copy a byte at once, if necessary
|
| /kernel/linux/linux-5.10/arch/sh/lib/ |
| D | memcpy.S | 89 ! Third, copy a byte at once, if necessary 141 ! Third, copy a byte at once, if necessary 169 ! Third, copy a byte at once, if necessary 223 ! Third, copy a byte at once, if necessary
|
| D | memmove.S | 103 ! Third, copy a byte at once, if necessary 160 ! Third, copy a byte at once, if necessary 189 ! Third, copy a byte at once, if necessary 249 ! Third, copy a byte at once, if necessary
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/include/uapi/linux/dvb/ |
| D | dmx.h | 88 * @DMX_PES_AUDIO2: third audio PID. 89 * @DMX_PES_VIDEO2: third video PID. 90 * @DMX_PES_TELETEXT2: third teletext PID. 91 * @DMX_PES_SUBTITLE2: third subtitle PID. 92 * @DMX_PES_PCR2: third Program Clock Reference PID.
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/gpio/ |
| D | gpio-mockup.rst | 27 the second 16 and the third 4. The base GPIO for the third chip is set
|
| /kernel/linux/linux-5.10/include/trace/events/ |
| D | rcu.h | 258 * the number of the offloaded CPU are extracted. The third and final 446 * depth before and after the event of interest, and a third number that is 479 * a pointer to the RCU callback itself, the third element is the 511 * is a pointer to the RCU callback, the third argument is the offset 545 * the second is the number of lazy callbacks queued, the third is 601 * argument is a pointer to the RCU callback, and the third argument 630 * argument is a number of elements in array to free, the third is an 659 * the third argument (cb) is whether or not any of the callbacks that 702 * is the callback address. The third argument is the start time in
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/gpio/ |
| D | gpio-mockup.rst | 28 the second 16 and the third 4. The base GPIO for the third chip is set
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| D | module.h | 23 Elf64_Byte r_type3; /* Third relocation. */ 32 Elf64_Byte r_type3; /* Third relocation. */
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/ |
| D | module.h | 23 Elf64_Byte r_type3; /* Third relocation. */ 32 Elf64_Byte r_type3; /* Third relocation. */
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/i3c/ |
| D | i3c.txt | 48 + third cell: shall encode the I3C LVR (Legacy Virtual Register) 93 + second and third cells: should encode the ProvisionalID. The second cell 95 The third cell contains ORing of the part ID
|
| /kernel/linux/linux-6.6/drivers/watchdog/ |
| D | octeon-wdt-nmi.S | 77 /* Load the address of the third stage handler */ 79 /* Call the third stage handler */
|
| /kernel/linux/linux-5.10/drivers/watchdog/ |
| D | octeon-wdt-nmi.S | 80 /* Load the address of the third stage handler */ 82 /* Call the third stage handler */
|