Searched defs:funcs (Results 226 - 242 of 242) sorted by path

12345678910

/linux-master/include/linux/
H A Dtracepoint-defs.h41 struct tracepoint_func __rcu *funcs; member in struct:tracepoint
/linux-master/kernel/bpf/
H A Ddispatcher.c89 int __weak arch_prepare_bpf_dispatcher(void *image, void *buf, s64 *funcs, int num_funcs) argument
/linux-master/kernel/trace/
H A Dbpf_trace.c2855 const char **funcs; member in struct:multi_symbols_sort
H A Dftrace.c6617 struct list_head funcs; member in struct:ftrace_mod_map
/linux-master/kernel/
H A Dtracepoint.c168 static void debug_print_probes(struct tracepoint_func *funcs) argument
180 func_add(struct tracepoint_func **funcs, struct tracepoint_func *tp_func, argument
232 static void *func_remove(struct tracepoint_func **funcs, argument
[all...]
/linux-master/lib/
H A Dtest_min_heap.c71 struct min_heap_callbacks funcs = { local
104 struct min_heap_callbacks funcs = { local
32 pop_verify_heap(bool min_heap, struct min_heap *heap, const struct min_heap_callbacks *funcs) argument
137 struct min_heap_callbacks funcs = { local
[all...]
/linux-master/net/mac80211/
H A Dutil.c1682 struct cfg80211_nan_func *func, **funcs; local
/linux-master/samples/livepatch/
H A Dlivepatch-shadow-fix1.c136 static struct klp_func funcs[] = { variable in typeref:struct:klp_func
H A Dlivepatch-shadow-fix2.c95 static struct klp_func funcs[] = { variable in typeref:struct:klp_func
/linux-master/tools/arch/x86/kcpuid/
H A Dkcpuid.c67 struct cpuid_func *funcs; member in struct:cpuid_range
[all...]
/linux-master/tools/bpf/bpftool/
H A Dcfg.c13 struct list_head funcs; member in struct:cfg
/linux-master/tools/bpf/resolve_btfids/
H A Dmain.c135 struct rb_root funcs; member in struct:object
/linux-master/tools/objtool/
H A Dcheck.c4595 static int disas_funcs(const char *funcs) argument
4647 char *funcs = NULL, *tmp; local
[all...]
/linux-master/tools/perf/
H A Dbuiltin-ftrace.c344 static int __set_tracing_filter(const char *filter_file, struct list_head *funcs) argument
/linux-master/tools/perf/tests/
H A Ddwarf-unwind.c78 static const char *funcs[MAX_STACK] = { local
/linux-master/tools/testing/selftests/livepatch/test_modules/
H A Dtest_klp_atomic_replace.c22 static struct klp_func funcs[] = { variable in typeref:struct:klp_func
H A Dtest_klp_livepatch.c18 static struct klp_func funcs[] = { variable in typeref:struct:klp_func

Completed in 429 milliseconds

12345678910