Home
last modified time | relevance | path

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

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