Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c516 BTF_ID_FLAGS(func, bpf_kfunc_call_test_destructive, KF_DESTRUCTIVE)
/openbmc/linux/include/linux/
H A Dbtf.h71 #define KF_DESTRUCTIVE (1 << 6) /* kfunc performs destructive actions */ macro
/openbmc/linux/Documentation/bpf/
H A Dkfuncs.rst279 2.4.6 KF_DESTRUCTIVE flag
282 The KF_DESTRUCTIVE flag is used to indicate functions calling which is
/openbmc/linux/kernel/bpf/
H A Dhelpers.c2460 BTF_ID_FLAGS(func, crash_kexec, KF_DESTRUCTIVE)
H A Dverifier.c10463 return meta->kfunc_flags & KF_DESTRUCTIVE; in is_kfunc_destructive()