Home
last modified time | relevance | path

Searched refs:third (Results 1 - 25 of 43) sorted by relevance

12

/kernel/linux/linux-5.10/ipc/
H A Dsyscall.c21 unsigned long third, void __user * ptr, long fifth) in ksys_ipc()
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()
113 return ksys_ipc(call, first, second, third, pt in SYSCALL_DEFINE6()
20 ksys_ipc(unsigned int call, int first, unsigned long second, unsigned long third, void __user * ptr, long fifth) ksys_ipc() argument
130 compat_ksys_ipc(u32 call, int first, int second, u32 third, compat_uptr_t ptr, u32 fifth) compat_ksys_ipc() argument
[all...]
/kernel/linux/linux-6.6/ipc/
H A Dsyscall.c21 unsigned long third, void __user * ptr, long fifth) in ksys_ipc()
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()
113 return ksys_ipc(call, first, second, third, pt in SYSCALL_DEFINE6()
20 ksys_ipc(unsigned int call, int first, unsigned long second, unsigned long third, void __user * ptr, long fifth) ksys_ipc() argument
130 compat_ksys_ipc(u32 call, int first, int second, u32 third, compat_uptr_t ptr, u32 fifth) compat_ksys_ipc() argument
[all...]
/kernel/linux/linux-5.10/lib/
H A Dsiphash.c153 * @third: third u64
156 u64 siphash_3u64(const u64 first, const u64 second, const u64 third, in siphash_3u64() argument
168 v3 ^= third; in siphash_3u64()
171 v0 ^= third; in siphash_3u64()
180 * @third: third u64
184 u64 siphash_4u64(const u64 first, const u64 second, const u64 third, in siphash_4u64() argument
196 v3 ^= third; in siphash_4u64()
199 v0 ^= third; in siphash_4u64()
216 siphash_3u32(const u32 first, const u32 second, const u32 third, const siphash_key_t *key) siphash_3u32() argument
349 hsiphash_3u32(const u32 first, const u32 second, const u32 third, const hsiphash_key_t *key) hsiphash_3u32() argument
370 hsiphash_4u32(const u32 first, const u32 second, const u32 third, const u32 forth, const hsiphash_key_t *key) hsiphash_4u32() argument
495 hsiphash_3u32(const u32 first, const u32 second, const u32 third, const hsiphash_key_t *key) hsiphash_3u32() argument
520 hsiphash_4u32(const u32 first, const u32 second, const u32 third, const u32 forth, const hsiphash_key_t *key) hsiphash_4u32() argument
[all...]
/kernel/linux/linux-6.6/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 siphash_3u32(const u32 first, const u32 second, const u32 third, const siphash_key_t *key) siphash_3u32() argument
348 hsiphash_3u32(const u32 first, const u32 second, const u32 third, const hsiphash_key_t *key) hsiphash_3u32() argument
369 hsiphash_4u32(const u32 first, const u32 second, const u32 third, const u32 forth, const hsiphash_key_t *key) hsiphash_4u32() argument
494 hsiphash_3u32(const u32 first, const u32 second, const u32 third, const hsiphash_key_t *key) hsiphash_3u32() argument
519 hsiphash_4u32(const u32 first, const u32 second, const u32 third, const u32 forth, const hsiphash_key_t *key) hsiphash_4u32() argument
[all...]
H A Dtest_printf.c722 const struct software_node third = { .name = "third", .parent = &second }; in fwnode_pointer() local
723 const struct software_node *group[] = { &first, &second, &third, NULL }; in fwnode_pointer()
725 const char * const full_name_third = "first/second/third"; in fwnode_pointer()
727 const char * const third_name = "third"; in fwnode_pointer()
737 test(full_name_third, "%pfw", software_node_fwnode(&third)); in fwnode_pointer()
738 test(full_name_third, "%pfwf", software_node_fwnode(&third)); in fwnode_pointer()
740 test(third_name, "%pfwP", software_node_fwnode(&third)); in fwnode_pointer()
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dsys_s390.c66 unsigned long, third, void __user *, ptr) in SYSCALL_DEFINE5()
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()
H A Dcompat_linux.c62 compat_ulong_t, third, compat_uptr_t, ptr) in COMPAT_SYSCALL_DEFINE5()
66 return compat_ksys_ipc(call, first, second, third, ptr, third); in COMPAT_SYSCALL_DEFINE5()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dsyscall.c73 unsigned long, third, void __user *, ptr) in SYSCALL_DEFINE5()
79 * the SEMTIMEDOP subcall where on s390 the third parameter is used in SYSCALL_DEFINE5()
83 * third parameter also as fifth parameter. in SYSCALL_DEFINE5()
85 return ksys_ipc(call, first, second, third, ptr, third); in SYSCALL_DEFINE5()
H A Dcompat_linux.c62 compat_ulong_t, third, compat_uptr_t, ptr) in COMPAT_SYSCALL_DEFINE5()
66 return compat_ksys_ipc(call, first, second, third, ptr, third); in COMPAT_SYSCALL_DEFINE5()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dsys_sparc_64.c335 unsigned long, third, void __user *, ptr, long, fifth) in SYSCALL_DEFINE6()
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()
H A Dsystbls.h35 unsigned long third,
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dsys_sparc_64.c335 unsigned long, third, void __user *, ptr, long, fifth) in SYSCALL_DEFINE6()
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()
H A Dsystbls.h35 unsigned long third,
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dsyscalls.h38 asmlinkage int sys_oabi_ipc(uint call, int first, int second, int third,
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dsys_oabi-compat.c391 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
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dsys_oabi-compat.c373 asmlinkage int sys_oabi_ipc(uint call, int first, int second, int third, in sys_oabi_ipc() argument
387 return sys_ipc(call, first, second, third, ptr, fifth); in sys_oabi_ipc()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_dp_helper.c1797 #define OUI(first, second, third) { (first), (second), (third) }
1798 #define DEVICE_ID(first, second, third, fourth, fifth, sixth) \
1799 { (first), (second), (third), (fourth), (fifth), (sixth) }
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dchacha-avx2-x86_64.S445 # o0 = i0 ^ (x0 + s0), third block
452 # o1 = i1 ^ (x1 + s1), third block
459 # o2 = i2 ^ (x2 + s2), third block
466 # o3 = i3 ^ (x3 + s3), third block
H A Dchacha-avx512vl-x86_64.S379 # o0 = i0 ^ (x0 + s0), third block
386 # o1 = i1 ^ (x1 + s1), third block
393 # o2 = i2 ^ (x2 + s2), third block
400 # o3 = i3 ^ (x3 + s3), third block
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dchacha-avx2-x86_64.S445 # o0 = i0 ^ (x0 + s0), third block
452 # o1 = i1 ^ (x1 + s1), third block
459 # o2 = i2 ^ (x2 + s2), third block
466 # o3 = i3 ^ (x3 + s3), third block
H A Dchacha-avx512vl-x86_64.S379 # o0 = i0 ^ (x0 + s0), third block
386 # o1 = i1 ^ (x1 + s1), third block
393 # o2 = i2 ^ (x2 + s2), third block
400 # o3 = i3 ^ (x3 + s3), third block
/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c586 int third; in color_to_hsv() local
619 third = 0; in color_to_hsv()
622 third = third_size; in color_to_hsv()
625 third = third_size * 2; in color_to_hsv()
631 aux += third; in color_to_hsv()
/kernel/linux/linux-6.6/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c590 int third; in color_to_hsv() local
623 third = 0; in color_to_hsv()
626 third = third_size; in color_to_hsv()
629 third = third_size * 2; in color_to_hsv()
635 aux += third; in color_to_hsv()
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh169 check_err $? "Failed to take third dummy region snapshot"
170 check_region_snapshot_count dummy post-third-snapshot 3
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
H A Dradio.c133 s16 first, s16 second, s16 third) in b43legacy_set_all_gains()
154 if (third != -1) { in b43legacy_set_all_gains()
155 tmp = ((u16)third << 14) | ((u16)third << 6); in b43legacy_set_all_gains()
132 b43legacy_set_all_gains(struct b43legacy_wldev *dev, s16 first, s16 second, s16 third) b43legacy_set_all_gains() argument

Completed in 24 milliseconds

12