| /linux/ipc/ |
| 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() 101 return ksys_shmget(first, second, third); in ksys_ipc() 131 u32 third, compat_uptr_t ptr, u32 fifth) in compat_ksys_ipc() argument 149 return ksys_semget(first, second, third); in compat_ksys_ipc() 173 ipck.msgtyp, third); in compat_ksys_ipc() [all …]
|
| /linux/lib/ |
| A D | siphash.c | 167 v3 ^= third; in siphash_3u64() 170 v0 ^= third; in siphash_3u64() 195 v3 ^= third; in siphash_4u64() 198 v0 ^= third; in siphash_4u64() 224 b |= third; in siphash_3u32() 356 b |= third; in hsiphash_3u32() 377 combined = (u64)forth << 32 | third; in hsiphash_4u32() 504 v3 ^= third; in hsiphash_3u32() 506 v0 ^= third; in hsiphash_3u32() 529 v3 ^= third; in hsiphash_4u32() [all …]
|
| A D | test_printf.c | 696 const struct software_node third = { .name = "third", .parent = &second }; in fwnode_pointer() local 697 const struct software_node *group[] = { &first, &second, &third, NULL }; in fwnode_pointer() 711 test(full_name_third, "%pfw", software_node_fwnode(&third)); in fwnode_pointer() 712 test(full_name_third, "%pfwf", software_node_fwnode(&third)); in fwnode_pointer() 714 test(third_name, "%pfwP", software_node_fwnode(&third)); in fwnode_pointer()
|
| /linux/arch/s390/kernel/ |
| A D | syscall.c | 46 unsigned long, third, void __user *, ptr) in SYSCALL_DEFINE5() argument 58 return ksys_ipc(call, first, second, third, ptr, third); in SYSCALL_DEFINE5()
|
| A 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/arch/riscv/kernel/tests/module_test/ |
| A D | test_uleb128.S | 26 third: label 30 .reloc fourth, R_RISCV_SUB_ULEB128, third
|
| /linux/drivers/gpu/drm/i915/display/ |
| 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/sparc/kernel/ |
| A D | sys_sparc_64.c | 331 unsigned long, third, void __user *, ptr, long, fifth) in SYSCALL_DEFINE6() argument 351 err = ksys_semget(first, (int)second, (int)third); in SYSCALL_DEFINE6() 355 (int)third | IPC_64, in SYSCALL_DEFINE6() 368 (int)third); in SYSCALL_DEFINE6() 372 (int)third); in SYSCALL_DEFINE6() 392 (ulong __user *) third)) in SYSCALL_DEFINE6() 401 err = ksys_shmget(first, (size_t)second, (int)third); in SYSCALL_DEFINE6()
|
| /linux/Documentation/devicetree/bindings/net/ |
| 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
|
| A D | aspeed,ast2600-mdio.yaml | 13 The ASPEED AST2600 MDIO controller is the third iteration of ASPEED's MDIO
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| 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/Documentation/admin-guide/gpio/ |
| A D | gpio-mockup.rst | 36 the second 16 and the third 4. The base GPIO for the third chip is set
|
| /linux/Documentation/devicetree/bindings/pwm/ |
| A D | vt8500-pwm.txt | 7 the cells format. The only third cell flag supported by this binding is
|
| A D | pwm-tiecap.yaml | 36 The only third cell flag supported by this binding is PWM_POLARITY_INVERTED.
|
| A D | pwm-tiehrpwm.yaml | 35 The only third cell flag supported by this binding is PWM_POLARITY_INVERTED.
|
| /linux/tools/memory-model/litmus-tests/ |
| A D | Z6.0+pooncelock+pooncelock+pombonce.litmus | 8 * seen as ordered by a third process not holding that lock.
|
| /linux/Documentation/cpu-freq/ |
| A D | core.rst | 58 The third argument, a ``void *pointer``, points to a struct cpufreq_policy 73 The third argument is a struct cpufreq_freqs with the following
|
| /linux/arch/arm/kernel/ |
| A D | sys_oabi-compat.c | 391 asmlinkage int sys_oabi_ipc(uint call, int first, int second, int third, in sys_oabi_ipc() argument 405 return sys_ipc(call, first, second, third, ptr, fifth); in sys_oabi_ipc() 423 asmlinkage int sys_oabi_ipc(uint call, int first, int second, int third, in sys_oabi_ipc() argument
|
| /linux/Documentation/devicetree/bindings/clock/ |
| A D | allwinner,sun4i-a10-pll6-clk.yaml | 20 regular PLL output, the third is a PLL output at twice the rate.
|
| /linux/Documentation/trace/ |
| A 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.
|
| /linux/Documentation/devicetree/bindings/media/i2c/ |
| A D | imi,rdacm2x-gmsl.yaml | 80 OV10635 image sensor and the optional third one to the embedded MCU. 83 third one ignored.
|
| /linux/arch/arm/include/asm/ |
| A D | syscalls.h | 38 asmlinkage int sys_oabi_ipc(uint call, int first, int second, int third,
|
| /linux/drivers/of/unittest-data/ |
| A D | tests-phandle.dtsi | 58 phandle-list-names = "first", "second", "third";
|
| /linux/drivers/parisc/ |
| A D | README.dino | 6 ** equipped with third-party or customer-installed PCI I/O expansion
|
| /linux/Documentation/devicetree/bindings/gpio/ |
| A D | airoha,en7523-gpio.yaml | 27 The second and third tuple point to the direction registers
|