| /tools/bpf/bpftool/ | 
| D | cfg.c | 48 #define func_prev(func)		list_prev_entry(func, l)  argument 49 #define func_next(func)		list_next_entry(func, l)  argument 52 #define entry_bb(func)		func_first_bb(func)  argument 53 #define exit_bb(func)		func_last_bb(func)  argument 58 #define func_first_bb(func)	\  argument 60 #define func_last_bb(func)	\  argument 65 	struct func_node *new_func, *func;  in cfg_append_func()  local 88 static struct bb_node *func_append_bb(struct func_node *func,  in func_append_bb() 134 	struct func_node *func, *last_func;  in cfg_partition_funcs()  local 165 static bool func_partition_bb_head(struct func_node *func)  in func_partition_bb_head() [all …] 
 | 
| D | struct_ops.c | 186 static struct res do_search(const char *name, work_func func, void *data,  in do_search() 235 static struct res do_one_id(const char *id_str, work_func func, void *data,  in do_one_id() 306 					work_func func, void *data,  in do_work_on_struct_ops()
  | 
| /tools/include/linux/ | 
| D | static_call_types.h | 37 #define DECLARE_STATIC_CALL(name, func)					\  argument 62 	void *func;  member 77 	void *func;  member 95 	void *func;  member
  | 
| /tools/power/cpupower/utils/helpers/ | 
| D | pci.c | 27 			     int slot, int func, int vendor, int dev)  in pci_acc_init() 58 				       int func)  in pci_slot_func_init()
  | 
| /tools/objtool/ | 
| D | check.c | 68 	struct symbol *func = insn_func(insn);  in next_insn_same_func()  local 113 #define func_for_each_insn(file, func, insn)				\  argument 197 static bool is_rust_noreturn(const struct symbol *func)  in is_rust_noreturn() 240 static bool __dead_end_function(struct objtool_file *file, struct symbol *func,  in __dead_end_function() 247 #define NORETURN(func) __stringify(func),  in __dead_end_function()  argument 315 static bool dead_end_function(struct objtool_file *file, struct symbol *func)  in dead_end_function() 427 	struct symbol *func;  in decode_instructions()  local 550 	struct symbol *sym, *func;  in add_pv_ops()  local 1044 	struct symbol *func;  in add_ignores()  local 1266 	struct symbol *func;  in add_uaccess_safe()  local [all …] 
 | 
| D | objtool.c | 115 void objtool_pv_add(struct objtool_file *f, int idx, struct symbol *func)  in objtool_pv_add()
  | 
| /tools/testing/selftests/bpf/prog_tests/ | 
| D | core_read_macros.c | 8 	void (*func)(struct callback_head *head);  member 18 	void (*func)(struct callback_head *head);  member
  | 
| D | lookup_key.c | 22 	char *func;  in libbpf_print_cb()  local
  | 
| /tools/arch/x86/kcpuid/ | 
| D | kcpuid.c | 133 	struct cpuid_func *func;  in cpuid_store()  local 182 		struct cpuid_func *func = &range->funcs[f];  in raw_dump_range()  local 289 	struct cpuid_func *func;  in parse_line()  local 504 static void show_func(struct cpuid_func *func)  in show_func() 540 	struct cpuid_func *func;  in show_info()  local
  | 
| /tools/testing/selftests/net/ | 
| D | sample_ret0.bpf.c | 7 int func()  in func()  function
  | 
| D | sample_map_ret0.bpf.c | 20 SEC("xdp") int func()  in func()  function
  | 
| /tools/testing/memblock/tests/ | 
| D | common.h | 153 static inline void run_top_down(int (*func)())  in run_top_down() 161 static inline void run_bottom_up(int (*func)())  in run_bottom_up()
  | 
| /tools/testing/selftests/bpf/progs/ | 
| D | exhandler_kern.c | 23 	void *func;  in BPF_PROG()  local
  | 
| D | test_core_read_macros.c | 12 	void (*func)(struct callback_head___shuffled *head);  member
  | 
| D | kfree_skb.c | 21 	void (*func)(struct callback_head *head);  member 65 	void *func;  in BPF_PROG()  local
  | 
| D | btf_dump_test_case_ordering.c | 47 	void (*func)(struct callback_head *);  member
  | 
| D | btf_data.c | 47 int func(struct root_struct *root)  in func()  function
  | 
| /tools/lib/api/ | 
| D | debug-internal.h | 7 #define __pr(func, fmt, ...)	\  argument
  | 
| /tools/testing/selftests/timens/ | 
| D | log.h | 10 #define pr_p(func, fmt, ...)	func(fmt ": %m", ##__VA_ARGS__)  argument
  | 
| /tools/testing/selftests/filesystems/overlayfs/ | 
| D | log.h | 10 #define pr_p(func, fmt, ...)	func(fmt ": %m", ##__VA_ARGS__)  argument
  | 
| /tools/perf/util/ | 
| D | bpf_ftrace.c | 23 	struct filter_entry *func;  in perf_ftrace__latency_prepare_bpf()  local
  | 
| D | trace-event.c | 56 				   tep_func_resolver_t *func)  in trace_event__register_resolver()
  | 
| /tools/perf/ | 
| D | builtin-ftrace.c | 606 	bool func = !list_empty(&ftrace->filters) ||  in select_tracer()  local 985 static size_t profile_hash(long func, void *ctx __maybe_unused)  in profile_hash() 1012 static int add_func_duration(struct perf_ftrace *ftrace, char *func, double time_ns)  in add_func_duration() 1056 	char *func;  in parse_func_duration()  local
  | 
| /tools/perf/tests/ | 
| D | tests.h | 189 	workload_fnptr	func;  member
  | 
| /tools/testing/selftests/openat2/ | 
| D | helpers.h | 66 #define E_func(func, ...)						      \  argument
  |