/tools/testing/selftests/bpf/progs/ |
A D | linked_list_fail.c | 237 void *f; in obj_drop_non_zero_off() local 262 struct foo *f; in use_after_drop() local 290 struct foo *f; in direct_read_lock() local 301 struct foo *f; in direct_write_lock() local 313 struct foo *f; in direct_read_head() local 324 struct foo *f; in direct_write_head() local 336 struct foo *f; in direct_read_node() local 347 struct foo *f; in direct_write_node() local 359 struct foo *f; in use_after_unlock() local 390 struct foo *f; in list_double_add() local [all …]
|
A D | btf_dump_test_case_bitfields.c | 38 unsigned f: 30; /* this gets aligned on 4-byte boundary */ member 65 int f; member 85 int f(struct { in f() function
|
A D | fentry_many_args.c | 11 int BPF_PROG(test1, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG() 21 int BPF_PROG(test2, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG() 32 int BPF_PROG(test3, __u64 a, __u64 b, __u64 c, __u64 d, __u64 e, __u64 f, in BPF_PROG()
|
A D | fexit_many_args.c | 11 int BPF_PROG(test1, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG() 21 int BPF_PROG(test2, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG() 33 int BPF_PROG(test3, __u64 a, __u64 b, __u64 c, __u64 d, __u64 e, __u64 f, in BPF_PROG()
|
A D | tracing_struct_many_args.c | 24 void *, e, struct bpf_testmod_struct_arg_4, f) in BPF_PROG2() argument 38 void *, e, struct bpf_testmod_struct_arg_4, f, int, ret) in BPF_PROG2() argument 46 void *, e, struct bpf_testmod_struct_arg_4, f, int, g) in BPF_PROG2() argument 61 void *, e, struct bpf_testmod_struct_arg_4, f, int, g, in BPF_PROG2() argument 70 char, f, short, g, struct bpf_testmod_struct_arg_5, h, long, i) in BPF_PROG2() argument 89 char, f, short, g, struct bpf_testmod_struct_arg_5, h, long, i, int, ret) in BPF_PROG2() argument
|
A D | modify_return.c | 55 int BPF_PROG(fentry_test2, int a, int *b, short c, int d, void *e, char f, in BPF_PROG() 65 int BPF_PROG(fmod_ret_test2, int a, int *b, short c, int d, void *e, char f, in BPF_PROG() 76 int BPF_PROG(fexit_test2, int a, int *b, short c, int d, void *e, char f, in BPF_PROG()
|
A D | test_sockmap_kern.h | 98 int *f, two = 2; in bpf_prog1() local 112 int len, *f, ret, zero = 0; in bpf_prog2() local 157 int err, *f, ret = SK_PASS; in bpf_prog3() local 267 int *bytes, *start, *end, *start_push, *end_push, *start_pop, *pop, *f; in bpf_prog6() local
|
A D | exceptions_fail.c | 167 struct foo *f; in reject_with_rbtree_add_throw() local 182 struct foo *f; in reject_with_reference() local 193 struct foo *f; in subprog_ref() local 212 struct foo *f; in reject_with_cb_reference() local
|
A D | test_spin_lock_fail.c | 37 struct foo *f; in lock_id_kptr_preserve() local 56 struct foo *f; in lock_id_mapval_preserve() local 69 struct foo *f; in lock_id_innermapval_preserve() local
|
A D | linked_list.c | 31 struct foo *f; in list_push_pop() local 112 struct foo *f[200], *pf; in list_push_pop_multiple() local 195 struct foo *f; in list_in_list() local
|
A D | btf_dump_test_case_syntax.c | 138 fn_ptr1_t f; member 176 } f; member 205 int f; member 225 volatile long f; member 250 float f; member 277 int f(struct root_struct *s) in f() function
|
A D | btf__core_reloc_arrays.c | 3 void f(struct core_reloc_arrays x) {} in f() function
|
/tools/testing/selftests/bpf/ |
A D | generate_udp_fragments.py | 32 def print_header(f): argument 43 def print_frags(f, frags, v6): argument 56 def print_trailer(f): argument 61 def main(f): argument
|
A D | sdt.h | 60 # define _SDT_DEPAREN_6(a,b,c,d,e,f) a b c d e f argument 61 # define _SDT_DEPAREN_7(a,b,c,d,e,f,g) a b c d e f g argument 62 # define _SDT_DEPAREN_8(a,b,c,d,e,f,g,h) a b c d e f g h argument 63 # define _SDT_DEPAREN_9(a,b,c,d,e,f,g,h,i) a b c d e f g h i argument 64 # define _SDT_DEPAREN_10(a,b,c,d,e,f,g,h,i,j) a b c d e f g h i j argument 65 # define _SDT_DEPAREN_11(a,b,c,d,e,f,g,h,i,j,k) a b c d e f g h i j k argument 66 # define _SDT_DEPAREN_12(a,b,c,d,e,f,g,h,i,j,k,l) a b c d e f g h i j k l argument
|
/tools/testing/selftests/kvm/x86/ |
A D | pmu_event_filter_test.c | 248 struct kvm_pmu_event_filter *f = (void *)__f; in test_with_filter() local 256 struct __kvm_pmu_event_filter f = { in test_amd_deny_list() local 271 struct __kvm_pmu_event_filter f = base_event_filter; in test_member_deny_list() local 281 struct __kvm_pmu_event_filter f = base_event_filter; in test_member_allow_list() local 291 struct __kvm_pmu_event_filter f = base_event_filter; in test_not_member_deny_list() local 305 struct __kvm_pmu_event_filter f = base_event_filter; in test_not_member_allow_list() local 479 struct __kvm_pmu_event_filter f = { in run_masked_events_test() local 663 struct kvm_pmu_event_filter *f = (void *)__f; in set_pmu_event_filter() local 671 struct __kvm_pmu_event_filter f = { in set_pmu_single_event_filter() local 686 struct __kvm_pmu_event_filter f; in test_filter_ioctl() local [all …]
|
/tools/lib/subcmd/ |
A D | sigchain.c | 21 static int sigchain_push(int sig, sigchain_fun f) in sigchain_push() 47 void sigchain_push_common(sigchain_fun f) in sigchain_push_common()
|
A D | parse-options.h | 122 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name… argument 149 #define OPT_CALLBACK(s, l, v, a, h, f) \ argument 151 #define OPT_CALLBACK_SET(s, l, v, os, a, h, f) \ argument 153 #define OPT_CALLBACK_NOOPT(s, l, v, a, h, f) \ argument 155 #define OPT_CALLBACK_DEFAULT(s, l, v, a, h, f, d) \ argument 157 #define OPT_CALLBACK_DEFAULT_NOOPT(s, l, v, a, h, f, d) \ argument 161 #define OPT_CALLBACK_OPTARG(s, l, v, d, a, h, f) \ argument
|
/tools/testing/selftests/kvm/arm64/ |
A D | vgic_irq.c | 124 #define for_each_inject_fn(t, f) \ argument 127 #define for_each_supported_inject_fn(args, t, f) \ argument 131 #define for_each_supported_activate_fn(args, t, f) \ argument 408 static void test_injection(struct test_args *args, struct kvm_inject_desc *f) in test_injection() 428 struct kvm_inject_desc *f) in test_injection_failure() 437 static void test_preemption(struct test_args *args, struct kvm_inject_desc *f) in test_preemption() 455 static void test_restore_active(struct test_args *args, struct kvm_inject_desc *f) in test_restore_active() 472 struct kvm_inject_desc *f, *inject_fns; in guest_code() local 603 int ret, f; in kvm_routing_and_irqfd_check() local
|
/tools/virtio/linux/ |
A D | spinlock.h | 46 static inline void spin_lock_irqsave(spinlock_t *lock, unsigned long f) in spin_lock_irqsave() 51 static inline void spin_unlock_irqrestore(spinlock_t *lock, unsigned long f) in spin_unlock_irqrestore()
|
/tools/testing/selftests/arm64/mte/ |
A D | check_hugetlb_options.c | 30 FILE *f = fopen("/proc/meminfo", "r"); in default_huge_page_size() local 51 FILE *f = fopen("/proc/meminfo", "r"); in is_hugetlb_allocated() local 73 FILE *f; in write_sysfs() local
|
A D | check_ksm_options.c | 28 FILE *f; in read_sysfs() local 46 FILE *f; in write_sysfs() local
|
/tools/bpf/ |
A D | bpf_dbg.c | 216 static void bpf_disasm(const struct sock_filter f, unsigned int i) in bpf_disasm() 438 static void bpf_dump_curr(struct bpf_regs *r, struct sock_filter *f) in bpf_dump_curr() 480 static void bpf_disasm_all(const struct sock_filter *f, unsigned int len) in bpf_disasm_all() 488 static void bpf_dump_all(const struct sock_filter *f, unsigned int len) in bpf_dump_all() 498 static bool bpf_runnable(struct sock_filter *f, unsigned int len) in bpf_runnable() 632 static void bpf_single_step(struct bpf_regs *r, struct sock_filter *f, in bpf_single_step() 854 static bool bpf_handle_breakpoint(struct bpf_regs *r, struct sock_filter *f, in bpf_handle_breakpoint() 866 static int bpf_run_all(struct sock_filter *f, uint16_t bpf_len, uint8_t *pkt, in bpf_run_all() 886 static int bpf_run_stepping(struct sock_filter *f, uint16_t bpf_len, in bpf_run_stepping()
|
/tools/lib/bpf/ |
A D | bpf_core_read.h | 362 #define ___last7(a, b, c, d, e, f, x) x argument 363 #define ___last8(a, b, c, d, e, f, g, x) x argument 364 #define ___last9(a, b, c, d, e, f, g, h, x) x argument 365 #define ___last10(a, b, c, d, e, f, g, h, i, x) x argument 373 #define ___nolast7(a, b, c, d, e, f, _) a, b, c, d, e, f argument 374 #define ___nolast8(a, b, c, d, e, f, g, _) a, b, c, d, e, f, g argument 375 #define ___nolast9(a, b, c, d, e, f, g, h, _) a, b, c, d, e, f, g, h argument 384 #define ___arrow6(a, b, c, d, e, f) a->b->c->d->e->f argument 385 #define ___arrow7(a, b, c, d, e, f, g) a->b->c->d->e->f->g argument 386 #define ___arrow8(a, b, c, d, e, f, g, h) a->b->c->d->e->f->g->h argument [all …]
|
/tools/include/linux/ |
A D | spinlock.h | 20 #define spin_lock_irqsave(x, f) (void)f, pthread_mutex_lock(x) argument 21 #define spin_unlock_irqrestore(x, f) (void)f, pthread_mutex_unlock(x) argument
|
/tools/wmi/ |
A D | dell-smbios-example.c | 58 FILE *f; in find_token() local 145 FILE *f; in query_buffer_size() local
|