Home
last modified time | relevance | path

Searched refs:linep (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/bpf/
H A Dcore.c3379 const char **filep, const char **linep, int *nump) in bpf_get_linfo_file_line() argument
3388 if (linep) { in bpf_get_linfo_file_line()
3389 *linep = btf_name_by_offset(btf, linfo->line_off); in bpf_get_linfo_file_line()
3390 while (isspace(**linep)) in bpf_get_linfo_file_line()
3391 *linep += 1; in bpf_get_linfo_file_line()
3436 const char **linep, int *nump) in bpf_prog_get_file_line() argument
3469 bpf_get_linfo_file_line(btf, &linfo[idx], filep, linep, nump); in bpf_prog_get_file_line()
/linux/include/linux/
H A Dbpf.h3952 const char **filep, const char **linep, int *nump);
3954 const char **linep, int *nump);