Home
last modified time | relevance | path

Searched full:third (Results 1 – 25 of 782) sorted by relevance

12345678910>>...32

/linux/ipc/
H A Dsyscall.c21 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/lib/
H A Dsiphash.c152 * @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 …]
H A Dtest_printf.c696 const struct software_node third = { .name = "third", .parent = &second }; in flags()
697 const struct software_node *group[] = { &first, &second, &third, NULL }; in flags()
699 const char * const full_name_third = "first/second/third"; in flags()
701 const char * const third_name = "third"; in flags()
711 test(full_name_third, "%pfw", software_node_fwnode(&third)); in flags()
712 test(full_name_third, "%pfwf", software_node_fwnode(&third)); in flags()
714 test(third_name, "%pfwP", software_node_fwnode(&third)); in flags()
722 const struct software_node third = { .name = "third", .parent = &second }; fwnode_pointer() local
/linux/Documentation/admin-guide/cgroup-v1/
H A Dblkio-controller.rst141 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 Dsyscall.c46 unsigned long, third, void __user *, ptr) in SYSCALL_DEFINE5() argument
52 * the SEMTIMEDOP subcall where on s390 the third parameter is used in SYSCALL_DEFINE5()
56 * third parameter also as fifth parameter. in SYSCALL_DEFINE5()
58 return ksys_ipc(call, first, second, third, ptr, third); in SYSCALL_DEFINE5()
/linux/include/uapi/linux/dvb/
H A Ddmx.h73 * @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.
/linux/arch/riscv/kernel/tests/module_test/
H A Dtest_uleb128.S26 third: label
30 .reloc fourth, R_RISCV_SUB_ULEB128, third
/linux/arch/sh/lib/
H A Dmemmove.S103 ! 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
H A Dmemcpy.S89 ! 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
/linux/Documentation/devicetree/bindings/net/
H A Dbroadcom-bcm87xx.txt11 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/Documentation/admin-guide/
H A Ddevices.txt203 32 = /dev/sdc Third SCSI disk whole disk
350 214 = /dev/watchdogs/2 Third watchdog device
445 34 = /dev/midi02 Third MIDI port
599 27 block Third Matsushita (Panasonic/SoundBlaster) CD-ROM
608 2 = /dev/staliomem2 Third Stallion card I/O memory
624 32 = /dev/adc Third ACSI disk whole disk
712 33 block Third IDE hard disk/CD-ROM interface
740 2 = /dev/midi2 Third MIDI port, kernel timed
744 66 = /dev/rmidi2 Third MIDI port, untimed
748 130 = /dev/smpte2 Third MIDI port, SMPTE timed
[all …]
/linux/LICENSES/dual/
H A DMPL-1.122 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
H A DCDDL-1.089 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/include/trace/events/
H A Drcu.h258 * the number of the offloaded CPU are extracted. The third and final
475 * depth before and after the event of interest, and a third number that is
508 * a pointer to the RCU callback itself, the third element is the
566 * is a pointer to the RCU callback, the third argument is the offset
600 * the second is the number of lazy callbacks queued, the third is
656 * argument is a pointer to the RCU callback, and the third argument
685 * argument is a number of elements in array to free, the third is an
741 * the third argument (cb) is whether or not any of the callbacks that
784 * is the callback address. The third argument is the start time in
/linux/drivers/gpu/drm/i915/display/
H A Dintel_quirks.c97 #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/arch/mips/include/asm/
H A Dmodule.h23 Elf64_Byte r_type3; /* Third relocation. */
32 Elf64_Byte r_type3; /* Third relocation. */
/linux/Documentation/input/devices/
H A Dalps.rst54 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/drivers/watchdog/
H A Docteon-wdt-nmi.S77 /* Load the address of the third stage handler */
79 /* Call the third stage handler */
/linux/Documentation/admin-guide/gpio/
H A Dgpio-mockup.rst36 the second 16 and the third 4. The base GPIO for the third chip is set
/linux/arch/parisc/math-emu/
H A Dfmpyfadd.c99 * 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/Documentation/sound/designs/
H A Doss-emulation.rst89 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/LICENSES/deprecated/
H A DGPL-1.092 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/LICENSES/preferred/
H A DGPL-2.0119 part thereof, to be licensed as a whole at no charge to all third
162 years, to give any third party, for a charge no more than your
188 distribution of the source code, even though third parties are not
213 You are not responsible for enforcing compliance by third parties to
295 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
/linux/tools/usb/usbip/
H A DCOPYING100 part thereof, to be licensed as a whole at no charge to all third
143 years, to give any third party, for a charge no more than your
169 distribution of the source code, even though third parties are not
194 You are not responsible for enforcing compliance by third parties to
276 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
/linux/Documentation/trace/
H A Devents-power.rst83 The third parameter is the current QoS value to update.
95 The third parameter is value to be added/updated/removed.

12345678910>>...32