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