| /Linux-v5.4/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-v5.4/lib/ |
| D | siphash.c | 162 u64 siphash_3u64(const u64 first, const u64 second, const u64 third, in siphash_3u64() argument 174 v3 ^= third; in siphash_3u64() 177 v0 ^= third; in siphash_3u64() 190 u64 siphash_4u64(const u64 first, const u64 second, const u64 third, in siphash_4u64() argument 202 v3 ^= third; in siphash_4u64() 205 v0 ^= third; in siphash_4u64() 222 u64 siphash_3u32(const u32 first, const u32 second, const u32 third, in siphash_3u32() argument 231 b |= third; in siphash_3u32() 355 u32 hsiphash_3u32(const u32 first, const u32 second, const u32 third, in hsiphash_3u32() argument 363 b |= third; in hsiphash_3u32() [all …]
|
| /Linux-v5.4/arch/s390/kernel/ |
| D | sys_s390.c | 66 unsigned long, third, void __user *, ptr) in SYSCALL_DEFINE5() argument 78 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-v5.4/arch/sparc/kernel/ |
| D | sys_sparc_64.c | 335 unsigned long, third, void __user *, ptr, long, fifth) in SYSCALL_DEFINE6() argument 355 err = ksys_semget(first, (int)second, (int)third); in SYSCALL_DEFINE6() 359 (int)third | IPC_64, in SYSCALL_DEFINE6() 372 (int)third); in SYSCALL_DEFINE6() 376 (int)third); in SYSCALL_DEFINE6() 396 (ulong __user *) third)) in SYSCALL_DEFINE6() 405 err = ksys_shmget(first, (size_t)second, (int)third); in SYSCALL_DEFINE6()
|
| /Linux-v5.4/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
|
| D | brcm,systemport.txt | 11 optional third interrupt cell for Wake-on-LAN can be specified
|
| /Linux-v5.4/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
|
| /Linux-v5.4/Documentation/trace/ |
| D | events-power.rst | 85 The third parameter is timeout value in usec. 93 The third parameter is the current QoS value to update. 105 The third parameter is value to be added/updated/removed.
|
| /Linux-v5.4/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
|
| /Linux-v5.4/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
|
| /Linux-v5.4/Documentation/devicetree/bindings/pwm/ |
| D | atmel-tcb-pwm.txt | 6 the cells format. The only third cell flag supported by this binding is
|
| D | vt8500-pwm.txt | 7 the cells format. The only third cell flag supported by this binding is
|
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | pixfmt-yuv422m.rst | 33 Y'\ :sub:`01`. The Cr data, just like the Cb plane, is in the third 37 second plane and the Cb data in the third plane.
|
| D | pixfmt-yuv444m.rst | 32 data, just like the Cb plane, is in the third plane. 35 second plane and the Cb data in the third plane.
|
| D | pixfmt-yuv420m.rst | 35 is in the third plane. 38 second plane and the Cb data in the third plane.
|
| /Linux-v5.4/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-v5.4/Documentation/devicetree/bindings/dma/ |
| D | fsl-imx-sdma.txt | 20 about the second and third cell. 55 The third cell specifies the transfer priority as below.
|
| /Linux-v5.4/drivers/of/unittest-data/ |
| D | tests-phandle.dtsi | 49 phandle-list-names = "first", "second", "third";
|
| /Linux-v5.4/drivers/parisc/ |
| D | README.dino | 6 ** equipped with third-party or customer-installed PCI I/O expansion
|
| /Linux-v5.4/Documentation/cpu-freq/ |
| D | core.txt | 66 The third argument, a void *pointer, points to a struct cpufreq_policy 81 The third argument is a struct cpufreq_freqs with the following
|
| /Linux-v5.4/Documentation/devicetree/bindings/watchdog/ |
| D | marvel.txt | 17 - reg : A third entry is mandatory and should contain the
|
| /Linux-v5.4/Documentation/devicetree/bindings/input/touchscreen/ |
| D | resistive-adc-touch.txt | 17 - iio-channels: The third channel named "pressure" is optional and can be
|
| /Linux-v5.4/Documentation/devicetree/bindings/interrupt-controller/ |
| D | atmel,aic.txt | 20 The third cell is used to specify the irq priority from 0 (lowest) to 7
|