/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/include/linux/ |
D | spinlock.h | 11 #define spin_lock_irqsave(x, f) (void)f, pthread_mutex_lock(x) argument 12 #define spin_unlock_irqrestore(x, f) (void)f, pthread_mutex_unlock(x) argument
|
D | irqflags.h | 37 #define trace_lock_acquire(a, b, c, d, e, f, g) argument
|
/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 | 125 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name… argument 150 #define OPT_CALLBACK(s, l, v, a, h, f) \ argument 152 #define OPT_CALLBACK_NOOPT(s, l, v, a, h, f) \ argument 154 #define OPT_CALLBACK_DEFAULT(s, l, v, a, h, f, d) \ argument 156 #define OPT_CALLBACK_DEFAULT_NOOPT(s, l, v, a, h, f, d) \ argument 160 #define OPT_CALLBACK_OPTARG(s, l, v, d, a, h, f) \ argument
|
/tools/net/ |
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/build/tests/ex/arch/ |
D | f.c | 3 int f(void) in f() function
|
/tools/testing/selftests/powerpc/pmu/ |
D | lib.c | 156 FILE *f; in parse_proc_maps() local 195 FILE *f; in require_paranoia_below() local
|
/tools/testing/selftests/vm/ |
D | thuge-gen.c | 82 FILE *f = fopen("/proc/meminfo", "r"); in default_huge_page_size() local 113 FILE *f; in read_sysfs() local
|
D | mlock-random-test.c | 48 FILE *f; in get_proc_locked_vm_size() local
|
/tools/virtio/ringtest/ |
D | ptr_ring.c | 81 static void spin_lock_irqsave(spinlock_t *lock, unsigned long f) in spin_lock_irqsave() 86 static void spin_unlock_irqrestore(spinlock_t *lock, unsigned long f) in spin_unlock_irqrestore()
|
/tools/perf/tests/ |
D | code-reading.c | 124 static int read_objdump_output(FILE *f, void *buf, size_t *len, u64 start_addr) in read_objdump_output() 181 FILE *f; in read_via_objdump() local 473 FILE *f; in fs_something() local
|
/tools/perf/util/ |
D | vdso.c | 160 static int vdso__do_copy_compat(FILE *f, int fd) in vdso__do_copy_compat() 180 FILE *f; in vdso__copy_compat() local
|
D | namespaces.c | 53 FILE *f = NULL; in nsinfo__init() local
|
/tools/testing/selftests/powerpc/mm/ |
D | tlbie_test.c | 262 FILE *f; in start_verification_log() local 295 FILE *f = fp[tid]; in log_anamoly() local 310 FILE *f = fp[tid]; in end_verification_log() local
|
/tools/lib/traceevent/ |
D | plugin_mac80211.c | 31 struct format_field *f = pevent_find_field(event, name); in print_string() local
|
/tools/testing/selftests/networking/timestamping/ |
D | rxtimestamp.c | 54 #define SOF_FLAG(f) { f, #f } argument 124 int f = 0; in print_test_case() local
|
D | hwtstamp_config.c | 37 static void list_names(FILE *f, const char **names, int size) in list_names()
|
/tools/virtio/linux/ |
D | dma-mapping.h | 18 #define dma_alloc_coherent(d, s, hp, f) ({ \ argument
|
/tools/testing/selftests/powerpc/benchmarks/ |
D | null_syscall.c | 70 FILE *f; in get_proc_frequency() local
|
/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-log.c | 30 static FILE *f; variable
|
/tools/perf/scripts/python/ |
D | compaction-times.py | 300 f = pid_filter(m.group(3), m.group(3)) variable 302 f = pid_filter(m.group(1), m.group(2)) variable 309 f = comm_filter(comm_re) variable
|
D | export-to-sqlite.py | 107 f = open(dbname) variable
|
/tools/usb/usbip/libsrc/ |
D | names.c | 309 static void parse(FILE *f) in parse() 495 FILE *f; in names_init() local
|
/tools/testing/selftests/gpio/ |
D | gpio-mockup-chardev.c | 79 FILE *f; in gpio_debugfs_get() local
|