| /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/kvm/x86_64/ |
| D | pmu_event_filter_test.c | 212 struct kvm_pmu_event_filter *f; in alloc_pmu_event_filter() local 227 struct kvm_pmu_event_filter *f; in create_pmu_event_filter() local 249 static struct kvm_pmu_event_filter *remove_event(struct kvm_pmu_event_filter *f, in remove_event() 277 struct kvm_pmu_event_filter *f) in test_with_filter() 286 struct kvm_pmu_event_filter *f; in test_amd_deny_list() local 301 struct kvm_pmu_event_filter *f = event_filter(KVM_PMU_EVENT_DENY); in test_member_deny_list() local 313 struct kvm_pmu_event_filter *f = event_filter(KVM_PMU_EVENT_ALLOW); in test_member_allow_list() local 325 struct kvm_pmu_event_filter *f = event_filter(KVM_PMU_EVENT_DENY); in test_not_member_deny_list() local 340 struct kvm_pmu_event_filter *f = event_filter(KVM_PMU_EVENT_ALLOW); in test_not_member_allow_list() local
|
| /tools/testing/selftests/bpf/ |
| D | trace_helpers.c | 28 FILE *f; in load_kallsyms() local 110 FILE *f; in kallsyms_find() local 154 FILE *f; in get_uprobe_offset() local 211 FILE *f; in get_rel_offset() local
|
| 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/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 | test_sockmap_kern.h | 97 int *f, two = 2; in bpf_prog1() local 111 int len, *f, ret, zero = 0; in bpf_prog2() local 153 int err, *f, ret = SK_PASS; in bpf_prog3() local 268 int *bytes, *start, *end, *start_push, *end_push, *start_pop, *pop, *f; in bpf_prog6() local
|
| D | btf_dump_test_case_syntax.c | 105 fn_ptr1_t f; member 143 } f; member 172 int f; member 192 volatile long f; member 217 float f; member 241 int f(struct root_struct *s) in f() function
|
| D | btf__core_reloc_enumval___diff.c | 3 void f(struct core_reloc_enumval___diff 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_nesting___err_missing_field.c | 3 void f(struct core_reloc_nesting___err_missing_field x) {} in f() function
|
| D | btf__core_reloc_enumval___err_missing.c | 3 void f(struct core_reloc_enumval___err_missing x) {} in f() function
|
| D | btf__core_reloc_bitfields___err_too_big_bitfield.c | 3 void f(struct core_reloc_bitfields___err_too_big_bitfield x) {} in f() function
|
| D | btf__core_reloc_type_based___fn_wrong_args.c | 3 void f(struct core_reloc_type_based___fn_wrong_args x) {} in f() function
|
| D | btf__core_reloc_enum64val.c | 3 void f(struct core_reloc_enum64val 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()
|
| D | parse-options.h | 126 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name… argument 153 #define OPT_CALLBACK(s, l, v, a, h, f) \ argument 155 #define OPT_CALLBACK_SET(s, l, v, os, a, h, f) \ argument 157 #define OPT_CALLBACK_NOOPT(s, l, v, a, h, f) \ argument 159 #define OPT_CALLBACK_DEFAULT(s, l, v, a, h, f, d) \ argument 161 #define OPT_CALLBACK_DEFAULT_NOOPT(s, l, v, a, h, f, d) \ argument 165 #define OPT_CALLBACK_OPTARG(s, l, v, d, a, h, f) \ argument
|
| /tools/virtio/linux/ |
| 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/kvm/aarch64/ |
| D | vgic_irq.c | 131 #define for_each_inject_fn(t, f) \ argument 134 #define for_each_supported_inject_fn(args, t, f) \ argument 138 #define for_each_supported_activate_fn(args, t, f) \ argument 416 static void test_injection(struct test_args *args, struct kvm_inject_desc *f) in test_injection() 436 struct kvm_inject_desc *f) in test_injection_failure() 445 static void test_preemption(struct test_args *args, struct kvm_inject_desc *f) in test_preemption() 463 static void test_restore_active(struct test_args *args, struct kvm_inject_desc *f) in test_restore_active() 480 struct kvm_inject_desc *f, *inject_fns; in guest_code() local 611 int ret, f; in kvm_routing_and_irqfd_check() local
|
| /tools/lib/bpf/ |
| D | bpf_core_read.h | 285 #define ___last7(a, b, c, d, e, f, x) x argument 286 #define ___last8(a, b, c, d, e, f, g, x) x argument 287 #define ___last9(a, b, c, d, e, f, g, h, x) x argument 288 #define ___last10(a, b, c, d, e, f, g, h, i, x) x argument 296 #define ___nolast7(a, b, c, d, e, f, _) a, b, c, d, e, f argument 297 #define ___nolast8(a, b, c, d, e, f, g, _) a, b, c, d, e, f, g argument 298 #define ___nolast9(a, b, c, d, e, f, g, h, _) a, b, c, d, e, f, g, h argument 299 #define ___nolast10(a, b, c, d, e, f, g, h, i, _) a, b, c, d, e, f, g, h, i argument 307 #define ___arrow6(a, b, c, d, e, f) a->b->c->d->e->f argument 308 #define ___arrow7(a, b, c, d, e, f, g) a->b->c->d->e->f->g argument [all …]
|
| /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()
|
| /tools/testing/selftests/arm64/mte/ |
| D | check_ksm_options.c | 28 FILE *f; in read_sysfs() local 46 FILE *f; in write_sysfs() local
|
| /tools/include/linux/ |
| 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/testing/selftests/vm/ |
| D | hugetlb-madvise.c | 47 FILE *f = fopen("/proc/meminfo", "r"); in default_huge_page_size() local 68 FILE *f = fopen("/proc/meminfo", "r"); in get_free_hugepages() local
|
| /tools/wmi/ |
| D | dell-smbios-example.c | 58 FILE *f; in find_token() local 145 FILE *f; in query_buffer_size() local
|
| /tools/io_uring/ |
| D | io_uring-bench.c | 147 struct file *f; in init_io() local 222 static int get_file_size(struct file *f) in get_file_size() 252 struct file *f; in reap_events() local 471 struct file *f = &s->files[i]; in file_depths() local 499 struct file *f; in main() local
|