Home
last modified time | relevance | path

Searched defs:f1 (Results 1 – 25 of 76) sorted by relevance

1234

/linux/include/linux/
H A Dindirect_call_wrapper.h17 #define INDIRECT_CALL_1(f, f1, ...) \ argument
21 #define INDIRECT_CALL_2(f, f2, f1, ...) \ argument
26 #define INDIRECT_CALL_3(f, f3, f2, f1, ...) \ argument
31 #define INDIRECT_CALL_4(f, f4, f3, f2, f1, ...) \ argument
42 #define INDIRECT_CALL_1(f, f1, ...) f(__VA_ARGS__) argument
43 #define INDIRECT_CALL_2(f, f2, f1, ...) f(__VA_ARGS__) argument
44 #define INDIRECT_CALL_3(f, f3, f2, f1, ...) f(__VA_ARGS__) argument
45 #define INDIRECT_CALL_4(f, f4, f3, f2, f1, ...) f(__VA_ARGS__) argument
57 #define INDIRECT_CALL_INET(f, f2, f1, ...) \ argument
60 #define INDIRECT_CALL_INET(f, f2, f1, ...) INDIRECT_CALL_1(f, f1, __VA_ARGS__) argument
[all …]
H A Dvirtio_features.h66 static inline bool virtio_features_equal(const u64 *f1, const u64 *f2) in virtio_features_equal()
81 static inline void virtio_features_andnot(u64 *to, const u64 *f1, const u64 *f2) in virtio_features_andnot()
/linux/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_reg.h65 #define REG_SET_2(reg, init_value, f1, v1, f2, v2) \ argument
70 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ argument
76 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
92 #define REG_UPDATE_2(reg, f1, v1, f2, v2) \ argument
97 #define REG_UPDATE_3(reg, f1, v1, f2, v2, f3, v3) \ argument
103 #define REG_UPDATE_4(reg, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
/linux/tools/testing/selftests/futex/functional/
H A Dfutex_wait_timeout.c84 futex_t f1 = FUTEX_INITIALIZER; in TEST() local
110 futex_t f1 = FUTEX_INITIALIZER; in TEST() local
164 futex_t f1 = FUTEX_INITIALIZER; in TEST() local
H A Dfutex_wait_wouldblock.c34 futex_t f1 = FUTEX_INITIALIZER; in TEST() local
51 futex_t f1 = FUTEX_INITIALIZER; in TEST() local
H A Dfutex_requeue_pi_mismatched_ops.c30 futex_t f1 = FUTEX_INITIALIZER; variable
H A Dfutex_requeue.c17 volatile futex_t *f1; variable
H A Dfutex_requeue_pi_signal_restart.c34 futex_t f1 = FUTEX_INITIALIZER; variable
/linux/lib/crypto/x86/
H A Dcurve25519.h38 static inline u64 add_scalar(u64 *out, const u64 *f1, u64 f2) in add_scalar()
70 static inline void fadd(u64 *out, const u64 *f1, const u64 *f2) in fadd()
111 static inline void fsub(u64 *out, const u64 *f1, const u64 *f2) in fsub()
154 static inline void fmul(u64 *out, const u64 *f1, const u64 *f2, u64 *tmp) in fmul()
289 static inline void fmul2(u64 *out, const u64 *f1, const u64 *f2, u64 *tmp) in fmul2()
538 static inline void fmul_scalar(u64 *out, const u64 *f1, u64 f2) in fmul_scalar()
1161 u64 f1; in store_felem() local
/linux/net/ipv6/
H A Dip6_offload.c28 #define INDIRECT_CALL_L4(f, f2, f1, ...) INDIRECT_CALL_2(f, f2, f1, __VA_ARGS__) argument
30 #define INDIRECT_CALL_L4(f, f2, f1, ...) INDIRECT_CALL_1(f, f2, __VA_ARGS__) argument
33 #define indirect_call_gro_receive_l4(f2, f1, cb, head, skb) \ argument
/linux/tools/testing/selftests/bpf/progs/
H A Dbtf__core_reloc_nesting___err_dup_incompat_types.c3 void f1(struct core_reloc_nesting___err_dup_incompat_types__1 x) {} in f1() function
H A Dbtf__core_reloc_nesting___err_partial_match_dups.c3 void f1(struct core_reloc_nesting___err_partial_match_dups__a x) {} in f1() function
H A Dbtf__core_reloc_nesting___dup_compat_types.c3 void f1(struct core_reloc_nesting___dup_compat_types x) {} in f1() function
H A Dbtf__core_reloc_misc.c3 void f1(struct core_reloc_misc___a x) {} in f1() function
H A Dkfunc_call_test_subprog.c9 int __noinline f1(struct __sk_buff *skb) in f1() function
H A Dtest_global_func5.c9 int f1(struct __sk_buff *skb) in f1() function
H A Dtest_global_func6.c9 int f1(struct __sk_buff *skb) in f1() function
H A Dtest_global_func2.c17 int f1(struct __sk_buff *skb) in f1() function
H A Dtest_global_func1.c19 int f1(struct __sk_buff *skb) in f1() function
H A Dtest_global_func4.c9 int f1(struct __sk_buff *skb) in f1() function
H A Dtest_global_func3.c9 int f1(struct __sk_buff *skb) in f1() function
/linux/include/net/
H A Dinet_common.h77 indirect_call_gro_receive(f2,f1,cb,head,skb) global() argument
/linux/net/core/
H A Dfib_rules.c22 #define INDIRECT_CALL_MT(f, f2, f1, ...) \ argument
25 #define INDIRECT_CALL_MT(f, f2, f1, ...) INDIRECT_CALL_1(f, f2, __VA_ARGS__) argument
28 #define INDIRECT_CALL_MT(f, f2, f1, ...) INDIRECT_CALL_1(f, f1, __VA_ARGS__) argument
30 #define INDIRECT_CALL_MT(f, f2, f1, ...) f(__VA_ARGS__) argument
/linux/fs/xfs/scrub/
H A Dreap.c595 const unsigned int f1 = xfs_calc_finish_efi_reservation(mp, 1); in xreap_configure_agextent_limits() local
673 const unsigned int f1 = xfs_calc_finish_efi_reservation(mp, 1); in xreap_configure_agcow_limits() local
1064 const unsigned int f1 = xfs_calc_finish_rt_efi_reservation(mp, 1); in xreap_configure_rgcow_limits() local
1569 const unsigned int f1 = xfs_calc_finish_efi_reservation(mp, 1); in xreap_configure_bmapi_limits() local
/linux/arch/x86/boot/
H A Dcpuflags.c39 unsigned long f0, f1; in has_eflag() local

1234