Searched refs:KF_DESTRUCTIVE (Results 1 – 5 of 5) sorted by relevance
71 #define KF_DESTRUCTIVE (1 << 6) /* kfunc performs destructive actions */ macro
301 2.4.6 KF_DESTRUCTIVE flag304 The KF_DESTRUCTIVE flag is used to indicate functions calling which is
1040 BTF_ID_FLAGS(func, bpf_kfunc_call_test_destructive, KF_DESTRUCTIVE) in BTF_ID_FLAGS()
3045 BTF_ID_FLAGS(func, crash_kexec, KF_DESTRUCTIVE)
10988 return meta->kfunc_flags & KF_DESTRUCTIVE; in is_kfunc_destructive()