Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbtf.c6442 static const struct bpf_raw_tp_null_args raw_tp_null_args[] = { variable
6707 for (i = 0; i < ARRAY_SIZE(raw_tp_null_args); i++) { in btf_ctx_access()
6709 if (strcmp(tname, raw_tp_null_args[i].func)) in btf_ctx_access()
6711 if (raw_tp_null_args[i].mask & (0x1 << (arg * 4))) in btf_ctx_access()
6714 if (raw_tp_null_args[i].mask & (0x2 << (arg * 4))) in btf_ctx_access()
6722 if (i == ARRAY_SIZE(raw_tp_null_args) && btf_is_module(btf)) in btf_ctx_access()