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.c6587 static const struct bpf_raw_tp_null_args raw_tp_null_args[] = { variable
6951 for (i = 0; i < ARRAY_SIZE(raw_tp_null_args); i++) { in btf_ctx_access()
6953 if (strcmp(tname, raw_tp_null_args[i].func)) in btf_ctx_access()
6955 if (raw_tp_null_args[i].mask & (0x1ULL << (arg * 4))) in btf_ctx_access()
6958 if (raw_tp_null_args[i].mask & (0x2ULL << (arg * 4))) in btf_ctx_access()
6966 if (i == ARRAY_SIZE(raw_tp_null_args) && btf_is_module(btf)) in btf_ctx_access()