Home
last modified time | relevance | path

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

12345

/linux/include/linux/
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
62 #define INDIRECT_CALL_INET(f, f2, f1, ...) f(__VA_ARGS__) argument
[all …]
A Ddma-fence.h450 static inline bool __dma_fence_is_later(u64 f1, u64 f2, in __dma_fence_is_later()
471 static inline bool dma_fence_is_later(struct dma_fence *f1, in dma_fence_is_later()
489 static inline struct dma_fence *dma_fence_later(struct dma_fence *f1, in dma_fence_later()
/linux/drivers/gpu/drm/amd/display/dc/inc/
A Dreg_helper.h67 #define REG_SET_2(reg, init_value, f1, v1, f2, v2) \ argument
72 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ argument
78 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
160 #define REG_GET_2(reg_name, f1, v1, f2, v2) \ argument
165 #define REG_GET_3(reg_name, f1, v1, f2, v2, f3, v3) \ argument
171 #define REG_GET_4(reg_name, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
234 #define REG_UPDATE_2(reg, f1, v1, f2, v2) \ argument
239 #define REG_UPDATE_3(reg, f1, v1, f2, v2, f3, v3) \ argument
245 #define REG_UPDATE_4(reg, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
382 #define REG_UPDATE_SEQ_2(reg, f1, v1, f2, v2) \ argument
[all …]
/linux/drivers/gpu/drm/amd/display/dmub/src/
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/arch/sparc/lib/
A DU1memcpy.S70 #define FREG_FROB(f1, f2, f3, f4, f5, f6, f7, f8, f9) \ argument
107 #define FINISH_VISCHUNK(dest, f0, f1) \ argument
114 #define UNEVEN_VISCHUNK_LAST(dest, f0, f1) \ argument
119 #define UNEVEN_VISCHUNK(dest, f0, f1) \ argument
/linux/arch/x86/crypto/
A Dcurve25519-x86_64.c43 static inline u64 add_scalar(u64 *out, const u64 *f1, u64 f2) in add_scalar()
76 static inline void fadd(u64 *out, const u64 *f1, const u64 *f2) in fadd()
118 static inline void fsub(u64 *out, const u64 *f1, const u64 *f2) in fsub()
162 static inline void fmul(u64 *out, const u64 *f1, const u64 *f2, u64 *tmp) in fmul()
243 static inline void fmul2(u64 *out, const u64 *f1, const u64 *f2, u64 *tmp) in fmul2()
385 static inline void fmul_scalar(u64 *out, const u64 *f1, u64 f2) in fmul_scalar()
955 u64 f1; in store_felem() local
/linux/net/ipv6/
A Dip6_offload.c27 #define INDIRECT_CALL_L4(f, f2, f1, ...) INDIRECT_CALL_2(f, f2, f1, __VA_ARGS__) argument
29 #define INDIRECT_CALL_L4(f, f2, f1, ...) INDIRECT_CALL_1(f, f2, __VA_ARGS__) argument
32 #define indirect_call_gro_receive_l4(f2, f1, cb, head, skb) \ argument
/linux/tools/testing/selftests/bpf/progs/
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
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
A Dbtf__core_reloc_misc.c3 void f1(struct core_reloc_misc___a x) {} in f1() function
A Dbtf__core_reloc_nesting___dup_compat_types.c3 void f1(struct core_reloc_nesting___dup_compat_types x) {} in f1() function
A Dkfunc_call_test_subprog.c14 int __noinline f1(struct __sk_buff *skb) in f1() function
A Dtest_global_func5.c8 int f1(struct __sk_buff *skb) in f1() function
A Dtest_global_func6.c8 int f1(struct __sk_buff *skb) in f1() function
A Dtest_global_func1.c18 int f1(struct __sk_buff *skb) in f1() function
A Dtest_global_func3.c8 int f1(struct __sk_buff *skb) in f1() function
/linux/include/net/
A Dgro.h18 #define indirect_call_gro_receive_inet(cb, f2, f1, head, skb) \ argument
A Dinet_common.h68 #define indirect_call_gro_receive(f2, f1, cb, head, skb) \ argument
/linux/arch/nds32/math-emu/
A Dfpuemu.c18 #define DEF3OP(name, p, f1, f2) \ argument
25 #define DEF3OPNEG(name, p, f1, f2, f3) \ argument
/linux/tools/testing/selftests/futex/functional/
A Dfutex_wait_wouldblock.c43 futex_t f1 = FUTEX_INITIALIZER; in main() local
A Dfutex_requeue_pi_mismatched_ops.c31 futex_t f1 = FUTEX_INITIALIZER; variable
A Dfutex_requeue.c17 volatile futex_t *f1; variable
A Dfutex_wait_timeout.c95 futex_t f1 = FUTEX_INITIALIZER; in main() local
/linux/drivers/pinctrl/
A Dpinctrl-ocelot.c161 #define LUTON_P(p, f0, f1) \ argument
243 #define SERVAL_P(p, f0, f1, f2) \ argument
325 #define OCELOT_P(p, f0, f1, f2) \ argument
387 #define JAGUAR2_P(p, f0, f1) \ argument
533 #define SPARX5_P(p, f0, f1, f2) \ argument
/linux/net/core/
A Dfib_rules.c21 #define INDIRECT_CALL_MT(f, f2, f1, ...) \ argument
24 #define INDIRECT_CALL_MT(f, f2, f1, ...) INDIRECT_CALL_1(f, f2, __VA_ARGS__) argument
27 #define INDIRECT_CALL_MT(f, f2, f1, ...) INDIRECT_CALL_1(f, f1, __VA_ARGS__) argument
29 #define INDIRECT_CALL_MT(f, f2, f1, ...) f(__VA_ARGS__) argument

Completed in 40 milliseconds

12345