Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 232) sorted by relevance

12345678910

/tools/testing/selftests/bpf/progs/
A Dlinked_list_fail.c237 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 Dbtf_dump_test_case_bitfields.c38 unsigned f: 30; /* this gets aligned on 4-byte boundary */ member
65 int f; member
85 int f(struct { in f() function
A Dfentry_many_args.c11 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 Dfexit_many_args.c11 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 Dtracing_struct_many_args.c24 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 Dmodify_return.c55 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 Dtest_sockmap_kern.h98 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 Dexceptions_fail.c167 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 Dtest_spin_lock_fail.c37 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 Dlinked_list.c31 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 Dbtf_dump_test_case_syntax.c138 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 Dbtf__core_reloc_arrays.c3 void f(struct core_reloc_arrays x) {} in f() function
/tools/testing/selftests/bpf/
A Dgenerate_udp_fragments.py32 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 Dsdt.h60 # 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 Dpmu_event_filter_test.c248 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 Dsigchain.c21 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 Dparse-options.h122 #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 Dvgic_irq.c124 #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 Dspinlock.h46 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 Dcheck_hugetlb_options.c30 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 Dcheck_ksm_options.c28 FILE *f; in read_sysfs() local
46 FILE *f; in write_sysfs() local
/tools/bpf/
A Dbpf_dbg.c216 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 Dbpf_core_read.h362 #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 Dspinlock.h20 #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 Ddell-smbios-example.c58 FILE *f; in find_token() local
145 FILE *f; in query_buffer_size() local

Completed in 56 milliseconds

12345678910