Home
last modified time | relevance | path

Searched defs:f2 (Results 1 – 25 of 126) sorted by relevance

123456

/linux-6.6.21/include/linux/
Dindirect_call_wrapper.h21 #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
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
62 #define INDIRECT_CALL_INET(f, f2, f1, ...) f(__VA_ARGS__) argument
Ddma-fence.h471 static inline bool __dma_fence_is_later(u64 f1, u64 f2, in __dma_fence_is_later()
493 struct dma_fence *f2) in dma_fence_is_later()
511 struct dma_fence *f2) in dma_fence_is_later_or_same()
526 struct dma_fence *f2) in dma_fence_later()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/inc/
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
85 #define REG_SET_5(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
94 #define REG_SET_6(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
104 #define REG_SET_7(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
115 #define REG_SET_8(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
127 #define REG_SET_9(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, f5, \ argument
140 #define REG_SET_10(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, f5, \ argument
160 #define REG_GET_2(reg_name, f1, v1, f2, v2) \ argument
[all …]
/linux-6.6.21/drivers/gpu/drm/amd/display/dmub/src/
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-6.6.21/drivers/dma-buf/
Dst-dma-fence-unwrap.c121 struct dma_fence *fence, *f1, *f2, *array; in unwrap_array() local
165 struct dma_fence *fence, *f1, *f2, *chain; in unwrap_chain() local
209 struct dma_fence *fence, *f1, *f2, *array, *chain; in unwrap_chain_array() local
257 struct dma_fence *fence, *f1, *f2, *f3; in unwrap_merge() local
309 struct dma_fence *fence, *f1, *f2, *f3, *f4, *f5; in unwrap_merge_complex() local
/linux-6.6.21/tools/testing/selftests/bpf/progs/
Dtest_spin_lock_fail.c126 struct foo *f1, *f2; in lock_id_mismatch_mapval_mapval() local
150 struct foo *f1, *f2; in lock_id_mismatch_innermapval_innermapval1() local
174 struct foo *f1, *f2; in lock_id_mismatch_innermapval_innermapval2() local
Dbtf__core_reloc_nesting___err_dup_incompat_types.c4 void f2(struct core_reloc_nesting___err_dup_incompat_types__2 x) {} in f2() function
Dbtf__core_reloc_nesting___err_partial_match_dups.c4 void f2(struct core_reloc_nesting___err_partial_match_dups__b x) {} in f2() function
Dbtf__core_reloc_misc.c4 void f2(struct core_reloc_misc___b x) {} in f2() function
Dbtf__core_reloc_nesting___dup_compat_types.c4 void f2(struct core_reloc_nesting___dup_compat_types__2 x) {} in f2() function
Dtest_global_func5.c17 int f2(int val, struct __sk_buff *skb) in f2() function
Dtest_global_func6.c17 int f2(int val, struct __sk_buff *skb) in f2() function
Dtest_global_func1.c31 int f2(int val, struct __sk_buff *skb) in f2() function
Dtest_global_func2.c29 int f2(int val, struct __sk_buff *skb) in f2() function
Dtest_global_func4.c15 int f2(int val, struct __sk_buff *skb) in f2() function
Dtest_global_func3.c15 int f2(int val, struct __sk_buff *skb) in f2() function
/linux-6.6.21/arch/x86/crypto/
Dcurve25519-x86_64.c43 static inline u64 add_scalar(u64 *out, const u64 *f1, u64 f2) in add_scalar()
75 static inline void fadd(u64 *out, const u64 *f1, const u64 *f2) in fadd()
116 static inline void fsub(u64 *out, const u64 *f1, const u64 *f2) in fsub()
159 static inline void fmul(u64 *out, const u64 *f1, const u64 *f2, u64 *tmp) in fmul()
294 static inline void fmul2(u64 *out, const u64 *f1, const u64 *f2, u64 *tmp) in fmul2()
543 static inline void fmul_scalar(u64 *out, const u64 *f1, u64 f2) in fmul_scalar()
1167 u64 f2; in store_felem() local
/linux-6.6.21/net/ipv6/
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-6.6.21/include/net/
Dinet_common.h77 #define indirect_call_gro_receive(f2, f1, cb, head, skb) \ argument
/linux-6.6.21/tools/testing/selftests/futex/functional/
Dfutex_requeue_pi_mismatched_ops.c32 futex_t f2 = FUTEX_INITIALIZER; variable
Dfutex_requeue.c47 volatile futex_t f2 = 0; in main() local
Dfutex_requeue_pi_signal_restart.c35 futex_t f2 = FUTEX_INITIALIZER; variable
/linux-6.6.21/net/core/
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
/linux-6.6.21/drivers/pinctrl/
Dpinctrl-ocelot.c430 #define SERVAL_P(p, f0, f1, f2) \ argument
512 #define OCELOT_P(p, f0, f1, f2) \ argument
720 #define SERVALT_P(p, f0, f1, f2) \ argument
812 #define SPARX5_P(p, f0, f1, f2) \ argument
958 #define LAN966X_P(p, f0, f1, f2, f3, f4, f5, f6, f7) \ argument
/linux-6.6.21/drivers/pinctrl/qcom/
Dpinctrl-mdm9615.c197 #define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11) \ argument

123456