ksym 1484 kernel/module.c const struct kernel_symbol *ksym; ksym 1488 kernel/module.c !IS_ERR(ksym = resolve_symbol(mod, info, name, owner)) ksym 1489 kernel/module.c || PTR_ERR(ksym) != -EBUSY, ksym 1494 kernel/module.c return ksym; ksym 2303 kernel/module.c const struct kernel_symbol *ksym; ksym 2333 kernel/module.c ksym = resolve_symbol_wait(mod, info, name); ksym 2335 kernel/module.c if (ksym && !IS_ERR(ksym)) { ksym 2336 kernel/module.c sym[i].st_value = kernel_symbol_value(ksym); ksym 2341 kernel/module.c if (!ksym && ELF_ST_BIND(sym[i].st_info) == STB_WEAK) ksym 2344 kernel/module.c ret = PTR_ERR(ksym) ?: -ENOENT; ksym 23 samples/bpf/offwaketime_user.c struct ksym *sym; ksym 87 samples/bpf/sampleip_user.c struct ksym *sym; ksym 17 samples/bpf/spintest_user.c struct ksym *sym; ksym 29 samples/bpf/trace_event_user.c struct ksym *sym; ksym 27 samples/hw_breakpoint/data_breakpoint.c module_param_string(ksym, ksym_name, KSYM_NAME_LEN, S_IRUGO); ksym 28 samples/hw_breakpoint/data_breakpoint.c MODULE_PARM_DESC(ksym, "Kernel symbol to monitor; this module will report any" ksym 30 tools/testing/selftests/bpf/prog_tests/get_stack_raw_tp.c struct ksym *ks; ksym 14 tools/testing/selftests/bpf/trace_helpers.c static struct ksym syms[MAX_SYMS]; ksym 19 tools/testing/selftests/bpf/trace_helpers.c return ((struct ksym *)p1)->addr - ((struct ksym *)p2)->addr; ksym 44 tools/testing/selftests/bpf/trace_helpers.c qsort(syms, sym_cnt, sizeof(struct ksym), ksym_cmp); ksym 48 tools/testing/selftests/bpf/trace_helpers.c struct ksym *ksym_search(long key) ksym 13 tools/testing/selftests/bpf/trace_helpers.h struct ksym *ksym_search(long key);