/linux/ipc/ |
H A 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/lib/ |
H A 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 …]
|
H A D | test_printf.c | 756 const struct software_node third = { .name = "third", .parent = &second }; in fwnode_pointer() local 757 const struct software_node *group[] = { &first, &second, &third, NULL }; in fwnode_pointer() 759 const char * const full_name_third = "first/second/third"; in fwnode_pointer() 761 const char * const third_name = "third"; in fwnode_pointer() 771 test(full_name_third, "%pfw", software_node_fwnode(&third)); in fwnode_pointer() 772 test(full_name_third, "%pfwf", software_node_fwnode(&third)); in fwnode_pointer() 774 test(third_name, "%pfwP", software_node_fwnode(&third)); in fwnode_pointer()
|
/linux/Documentation/admin-guide/cgroup-v1/ |
H A 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/include/linux/ |
H A D | folio_queue.h | 36 unsigned long marks3; /* Third 1-bit mark per folio */ 181 * folioq_is_marked3: Check third folio mark in a folio queue segment 185 * Determine if the third mark is set for the folio in the specified slot in a 194 * folioq_mark3: Set the third mark on a folio in a folio queue segment 198 * Set the third mark for the folio in the specified slot in a folio queue 207 * folioq_unmark3: Clear the third mark on a folio in a folio queue segment 211 * Clear the third mark for the folio in the specified slot in a folio queue 256 * and and the second and third marks are left unmodified.
|
/linux/arch/s390/kernel/ |
H A D | syscall.c | 46 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 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.
|
/linux/arch/riscv/kernel/tests/module_test/ |
H A D | test_uleb128.S | 26 third: label 30 .reloc fourth, R_RISCV_SUB_ULEB128, third
|
/linux/arch/sh/lib/ |
H A 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
|
H A 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
|
/linux/Documentation/devicetree/bindings/net/ |
H A 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/Documentation/admin-guide/ |
H A 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 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 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
|
H A 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/include/trace/events/ |
H A D | rcu.h | 258 * 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 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/arch/mips/include/asm/ |
H A D | module.h | 23 Elf64_Byte r_type3; /* Third relocation. */ 32 Elf64_Byte r_type3; /* Third relocation. */
|
/linux/Documentation/input/devices/ |
H A 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/drivers/watchdog/ |
H A D | octeon-wdt-nmi.S | 77 /* Load the address of the third stage handler */ 79 /* Call the third stage handler */
|
/linux/Documentation/admin-guide/gpio/ |
H A D | gpio-mockup.rst | 36 the second 16 and the third 4. The base GPIO for the third chip is set
|
/linux/arch/parisc/math-emu/ |
H A 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/Documentation/sound/designs/ |
H A 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/LICENSES/deprecated/ |
H A 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/LICENSES/preferred/ |
H A D | GPL-2.0 | 119 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 D | COPYING | 100 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
|