/Linux-v5.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 …]
|
/Linux-v5.10/lib/ |
D | siphash.c | 159 * @third: third u64 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() 186 * @third: third u64 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() [all …]
|
/Linux-v5.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()
|
/Linux-v5.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
|
/Linux-v5.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
|
/Linux-v5.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
|
/Linux-v5.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
|
/Linux-v5.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.
|
/Linux-v5.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
|
/Linux-v5.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
|
/Linux-v5.10/arch/mips/include/asm/ |
D | module.h | 23 Elf64_Byte r_type3; /* Third relocation. */ 32 Elf64_Byte r_type3; /* Third relocation. */
|
/Linux-v5.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
|
/Linux-v5.10/Documentation/admin-guide/ |
D | devices.txt | 203 32 = /dev/sdc Third SCSI disk whole disk 350 214 = /dev/watchdogs/2 Third watchdog device 445 34 = /dev/midi02 Third MIDI port 609 27 block Third Matsushita (Panasonic/SoundBlaster) CD-ROM 618 2 = /dev/staliomem2 Third Stallion card I/O memory 634 32 = /dev/adc Third ACSI disk whole disk 722 33 block Third IDE hard disk/CD-ROM interface 750 2 = /dev/midi2 Third MIDI port, kernel timed 754 66 = /dev/rmidi2 Third MIDI port, untimed 758 130 = /dev/smpte2 Third MIDI port, SMPTE timed [all …]
|
/Linux-v5.10/drivers/watchdog/ |
D | octeon-wdt-nmi.S | 80 /* Load the address of the third stage handler */ 82 /* Call the third stage handler */
|
/Linux-v5.10/LICENSES/dual/ |
D | MPL-1.1 | 22 Covered Code available to a third party. 99 non-exclusive license, subject to third party intellectual property 123 Subject to third party intellectual property claims, each Contributor 149 3) for infringements caused by: i) third party modifications of 182 Electronic Distribution Mechanism is maintained by a third party. 195 (a) Third Party Claims. 196 If Contributor has knowledge that a license under a third party's
|
D | CDDL-1.0 | 89 to third party intellectual property claims, the Initial Developer 108 third party under the terms of this License. 120 to third party intellectual property claims, each Contributor 144 otherwise makes the Modifications available to a third 150 (i) third party modifications of Contributor Version, or
|
/Linux-v5.10/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.10/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-v5.10/LICENSES/deprecated/ |
D | GPL-1.0 | 92 third parties under the terms of this General Public License (except 94 third parties, at your option). 122 years, to give any third party free (except for a nominal charge 198 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
/Linux-v5.10/Documentation/sound/designs/ |
D | oss-emulation.rst | 89 For example, to map the third PCM device (``hw:0,2``) to /dev/adsp0, 96 two entries separated by comma. For example, to map the third PCM 112 For example, to assign the third MIDI device on the first card to 282 the base-string of the corresponding ALSA control, and the third the
|
/Linux-v5.10/Documentation/devicetree/bindings/dma/ |
D | fsl-imx-sdma.txt | 23 about the second and third cell. 58 The third cell specifies the transfer priority as below.
|
/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
D | pixfmt-yuv420m.rst | 28 is in the third plane. 31 second plane and the Cb data in the third plane.
|
/Linux-v5.10/arch/parisc/math-emu/ |
D | fmpyfadd.c | 99 * Check third operand for infinity with a in dbl_fmpyfadd() 150 * is third operand a signaling NaN? in dbl_fmpyfadd() 190 * Check third operand for infinity with a in dbl_fmpyfadd() 228 * is third operand a signaling NaN? in dbl_fmpyfadd() 249 * check third operand for NaN's or infinity in dbl_fmpyfadd() 759 * Check third operand for infinity with a 810 * is third operand a signaling NaN? 850 * Check third operand for infinity with a 888 * is third operand a signaling NaN? 909 * check third operand for NaN's or infinity [all …]
|
/Linux-v5.10/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.
|