Home
last modified time | relevance | path

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

123

/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dworkqueues.h76 #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/
Dspinlock.h11 #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
Dirqflags.h37 #define trace_lock_acquire(a, b, c, d, e, f, g) argument
/tools/lib/subcmd/
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()
Dparse-options.h125 #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/
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/build/tests/ex/arch/
Df.c3 int f(void) in f() function
/tools/testing/selftests/powerpc/pmu/
Dlib.c156 FILE *f; in parse_proc_maps() local
195 FILE *f; in require_paranoia_below() local
/tools/testing/selftests/vm/
Dthuge-gen.c82 FILE *f = fopen("/proc/meminfo", "r"); in default_huge_page_size() local
113 FILE *f; in read_sysfs() local
Dmlock-random-test.c48 FILE *f; in get_proc_locked_vm_size() local
/tools/virtio/ringtest/
Dptr_ring.c81 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/
Dcode-reading.c124 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/
Dvdso.c160 static int vdso__do_copy_compat(FILE *f, int fd) in vdso__do_copy_compat()
180 FILE *f; in vdso__copy_compat() local
Dnamespaces.c53 FILE *f = NULL; in nsinfo__init() local
/tools/testing/selftests/powerpc/mm/
Dtlbie_test.c262 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/
Dplugin_mac80211.c31 struct format_field *f = pevent_find_field(event, name); in print_string() local
/tools/testing/selftests/networking/timestamping/
Drxtimestamp.c54 #define SOF_FLAG(f) { f, #f } argument
124 int f = 0; in print_test_case() local
Dhwtstamp_config.c37 static void list_names(FILE *f, const char **names, int size) in list_names()
/tools/virtio/linux/
Ddma-mapping.h18 #define dma_alloc_coherent(d, s, hp, f) ({ \ argument
/tools/testing/selftests/powerpc/benchmarks/
Dnull_syscall.c70 FILE *f; in get_proc_frequency() local
/tools/perf/util/intel-pt-decoder/
Dintel-pt-log.c30 static FILE *f; variable
/tools/perf/scripts/python/
Dcompaction-times.py300 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
Dexport-to-sqlite.py107 f = open(dbname) variable
/tools/usb/usbip/libsrc/
Dnames.c309 static void parse(FILE *f) in parse()
495 FILE *f; in names_init() local
/tools/testing/selftests/gpio/
Dgpio-mockup-chardev.c79 FILE *f; in gpio_debugfs_get() local

123