| /linux/include/linux/ |
| H A D | indirect_call_wrapper.h | 17 #define INDIRECT_CALL_1(f, f1, ...) \ argument 22 #define INDIRECT_CALL_2(f, f2, f1, ...) \ argument 28 #define INDIRECT_CALL_3(f, f3, f2, f1, ...) \ argument 34 #define INDIRECT_CALL_4(f, f4, f3, f2, f1, ...) \ argument 46 #define INDIRECT_CALL_1(f, f1, ...) f(__VA_ARGS__) argument 47 #define INDIRECT_CALL_2(f, f2, f1, ...) f(__VA_ARGS__) argument 48 #define INDIRECT_CALL_3(f, f3, f2, f1, ...) f(__VA_ARGS__) argument 49 #define INDIRECT_CALL_4(f, f4, f3, f2, f1, ...) f(__VA_ARGS__) argument 61 #define INDIRECT_CALL_INET(f, f2, f1, ...) \ argument 64 #define INDIRECT_CALL_INET(f, f2, f1, ...) INDIRECT_CALL_1(f, f1, __VA_ARGS__) argument [all …]
|
| H A D | virtio_features.h | 68 static inline bool virtio_features_equal(const u64 *f1, const u64 *f2) in virtio_features_equal() 83 static inline void virtio_features_andnot(u64 *to, const u64 *f1, const u64 *f2) in virtio_features_andnot()
|
| /linux/drivers/dma-buf/ |
| H A D | st-dma-fence-unwrap.c | 125 struct dma_fence *fence, *f1, *f2, *array; in unwrap_array() local 169 struct dma_fence *fence, *f1, *f2, *chain; in unwrap_chain() local 213 struct dma_fence *fence, *f1, *f2, *array, *chain; in unwrap_chain_array() local 261 struct dma_fence *fence, *f1, *f2, *f3; in unwrap_merge() local 313 struct dma_fence *fence, *f1, *f2; in unwrap_merge_duplicate() local 352 struct dma_fence *fence, *f1, *f2, *f3, *f4; in unwrap_merge_seqno() local 418 struct dma_fence *fence, *f1, *f2, *a1, *a2, *c1, *c2; in unwrap_merge_order() local 484 struct dma_fence *fence, *f1, *f2, *f3, *f4, *f5; in unwrap_merge_complex() local 547 struct dma_fence *fence, *f1, *f2, *f3, *f4, *f5, *f6, *f7; in unwrap_merge_complex_seqno() local
|
| /linux/drivers/gpu/drm/amd/display/dmub/src/ |
| H A D | dmub_reg.h | 65 #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 D | futex_wait_timeout.c | 84 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 D | futex_wait_wouldblock.c | 34 futex_t f1 = FUTEX_INITIALIZER; in TEST() local 51 futex_t f1 = FUTEX_INITIALIZER; in TEST() local
|
| H A D | futex_requeue_pi_mismatched_ops.c | 30 futex_t f1 = FUTEX_INITIALIZER; variable
|
| H A D | futex_requeue.c | 17 volatile futex_t *f1; variable
|
| H A D | futex_requeue_pi_signal_restart.c | 34 futex_t f1 = FUTEX_INITIALIZER; variable
|
| /linux/lib/crypto/x86/ |
| H A D | curve25519.h | 38 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/tools/testing/selftests/bpf/progs/ |
| H A D | btf__core_reloc_nesting___err_dup_incompat_types.c | 3 void f1(struct core_reloc_nesting___err_dup_incompat_types__1 x) {} in f1() function
|
| H A D | btf__core_reloc_nesting___err_partial_match_dups.c | 3 void f1(struct core_reloc_nesting___err_partial_match_dups__a x) {} in f1() function
|
| H A D | btf__core_reloc_nesting___dup_compat_types.c | 3 void f1(struct core_reloc_nesting___dup_compat_types x) {} in f1() function
|
| H A D | btf__core_reloc_misc.c | 3 void f1(struct core_reloc_misc___a x) {} in f1() function
|
| H A D | kfunc_call_test_subprog.c | 9 int __noinline f1(struct __sk_buff *skb) in f1() function
|
| H A D | test_global_func5.c | 9 int f1(struct __sk_buff *skb) in f1() function
|
| H A D | test_global_func6.c | 9 int f1(struct __sk_buff *skb) in f1() function
|
| H A D | test_global_func2.c | 17 int f1(struct __sk_buff *skb) in f1() function
|
| H A D | test_global_func1.c | 19 int f1(struct __sk_buff *skb) in f1() function
|
| H A D | test_global_func4.c | 9 int f1(struct __sk_buff *skb) in f1() function
|
| H A D | test_global_func3.c | 9 int f1(struct __sk_buff *skb) in f1() function
|
| H A D | core_reloc_types.h | 951 struct a_struct f1; global() member 1018 struct a_struct___diff f1; global() member 1068 struct a_struct___diff_sz f1; global() member 1118 union a_struct___incompat f1; global() member 1143 struct a_struct f1; global() member 1181 struct a_struct f1; global() member 1237 enum named_enum f1; global() member 1254 enum named_unsigned_enum64 f1; global() member 1272 enum named_enum___diff f1; global() member 1289 enum named_unsigned_enum64___diff f1; global() member 1305 enum named_enum___val3_missing f1; global() member 1320 enum named_unsigned_enum64___val3_missing f1; global() member 1336 enum named_enum___err_missing f1; global() member 1351 enum named_unsigned_enum64___err_missing f1; global() member [all...] |
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-ocelot.c | 392 #define LUTON_P(p, f0, f1) \ argument 474 #define SERVAL_P(p, f0, f1, f2) \ argument 556 #define OCELOT_P(p, f0, f1, f2) \ argument 618 #define JAGUAR2_P(p, f0, f1) \ argument 764 #define SERVALT_P(p, f0, f1, f2) \ argument 856 #define SPARX5_P(p, f0, f1, f2) \ argument 1002 #define LAN966X_P(p, f0, f1, f2, f3, f4, f5, f6, f7) \ argument 1183 #define LAN969X_P(p, f0, f1, f2, f3, f4, f5, f6, f7) \ argument 1342 #define LAN9645X_P(p, f0, f1, f2, f3, f4, f5, f6, f7) \ argument
|
| /linux/net/core/ |
| H A D | fib_rules.c | 22 #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/arch/x86/boot/ |
| H A D | cpuflags.c | 39 unsigned long f0, f1; in has_eflag() local
|