| /tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
| D | workqueues.h | 76 #define INIT_WORK(w, f) \ argument 82 #define INIT_DELAYED_WORK(w, f) INIT_WORK(&(w)->work, (f)) argument 84 #define __WORK_INITIALIZER(n, f) { \ argument 91 #define __DELAYED_WORK_INITIALIZER(n, f, tflags) { \ argument 95 #define DECLARE_WORK(n, f) \ argument 98 #define DECLARE_DELAYED_WORK(n, f) \ argument
|
| /tools/testing/selftests/bpf/progs/ |
| 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
|
| D | btf__core_reloc_primitives___diff_func_proto.c | 3 void f(struct core_reloc_primitives___diff_func_proto x) {} in f() function
|
| D | btf__core_reloc_nesting___err_array_field.c | 3 void f(struct core_reloc_nesting___err_array_field x) {} in f() function
|
| D | btf__core_reloc_ptr_as_arr___diff_sz.c | 3 void f(struct core_reloc_ptr_as_arr___diff_sz x) {} in f() function
|
| D | btf__core_reloc_nesting.c | 3 void f(struct core_reloc_nesting x) {} in f() function
|
| D | btf__core_reloc_ints___bool.c | 3 void f(struct core_reloc_ints___bool x) {} in f() function
|
| D | btf__core_reloc_nesting___extra_nesting.c | 3 void f(struct core_reloc_nesting___extra_nesting x) {} in f() function
|
| D | btf__core_reloc_arrays___diff_arr_val_sz.c | 3 void f(struct core_reloc_arrays___diff_arr_val_sz x) {} in f() function
|
| D | btf__core_reloc_primitives___diff_ptr_type.c | 3 void f(struct core_reloc_primitives___diff_ptr_type x) {} in f() function
|
| D | btf__core_reloc_primitives___err_non_enum.c | 3 void f(struct core_reloc_primitives___err_non_enum x) {} in f() function
|
| D | btf__core_reloc_mods___mod_swap.c | 3 void f(struct core_reloc_mods___mod_swap x) {} in f() function
|
| D | btf__core_reloc_ints___err_wrong_sz_64.c | 3 void f(struct core_reloc_ints___err_wrong_sz_64 x) {} in f() function
|
| D | btf__core_reloc_primitives___err_non_int.c | 3 void f(struct core_reloc_primitives___err_non_int x) {} in f() function
|
| D | btf__core_reloc_arrays___err_too_shallow.c | 3 void f(struct core_reloc_arrays___err_too_shallow x) {} in f() function
|
| D | btf__core_reloc_ints.c | 3 void f(struct core_reloc_ints x) {} in f() function
|
| D | btf__core_reloc_primitives.c | 3 void f(struct core_reloc_primitives x) {} in f() function
|
| D | btf__core_reloc_arrays___err_wrong_val_type2.c | 3 void f(struct core_reloc_arrays___err_wrong_val_type2 x) {} in f() function
|
| D | btf__core_reloc_arrays___diff_arr_dim.c | 3 void f(struct core_reloc_arrays___diff_arr_dim x) {} in f() function
|
| D | btf__core_reloc_ints___err_wrong_sz_16.c | 3 void f(struct core_reloc_ints___err_wrong_sz_16 x) {} in f() function
|
| D | btf__core_reloc_primitives___err_non_ptr.c | 3 void f(struct core_reloc_primitives___err_non_ptr x) {} in f() function
|
| D | btf__core_reloc_arrays___err_non_array.c | 3 void f(struct core_reloc_arrays___err_non_array x) {} in f() function
|
| /tools/lib/subcmd/ |
| 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()
|
| /tools/include/linux/ |
| D | spinlock.h | 19 #define spin_lock_irqsave(x, f) (void)f, pthread_mutex_lock(x) argument 20 #define spin_unlock_irqrestore(x, f) (void)f, pthread_mutex_unlock(x) argument
|
| /tools/bpf/ |
| 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()
|