Home
last modified time | relevance | path

Searched refs:KF_SLEEPABLE (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/kernel/cgroup/
H A Drstat.c528 BTF_ID_FLAGS(func, cgroup_rstat_flush, KF_SLEEPABLE)
/openbmc/linux/include/linux/
H A Dbtf.h70 #define KF_SLEEPABLE (1 << 5) /* kfunc may sleep */ macro
/openbmc/linux/Documentation/bpf/
H A Dkfuncs.rst273 2.4.5 KF_SLEEPABLE flag
276 The KF_SLEEPABLE flag is used for kfuncs that may sleep. Such kfuncs can only
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c1413 BTF_ID_FLAGS(func, bpf_lookup_user_key, KF_ACQUIRE | KF_RET_NULL | KF_SLEEPABLE)
1417 BTF_ID_FLAGS(func, bpf_verify_pkcs7_signature, KF_SLEEPABLE)
/openbmc/linux/net/bpf/
H A Dtest_run.c614 BTF_ID_FLAGS(func, bpf_fentry_test1, KF_SLEEPABLE)
/openbmc/linux/kernel/bpf/
H A Dverifier.c10446 return meta->kfunc_flags & KF_SLEEPABLE; in is_kfunc_sleepable()
20045 if (flags && (*flags & KF_SLEEPABLE)) in bpf_check_attach_target()