Home
last modified time | relevance | path

Searched refs:BTF_TYPE_SAFE_RCU (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/Documentation/bpf/
H A Dkfuncs.rst235 * ``BTF_TYPE_SAFE_RCU``
250 BTF_TYPE_SAFE_RCU(struct task_struct) {
/openbmc/linux/kernel/bpf/
H A Dverifier.c6275 #define BTF_TYPE_SAFE_RCU(__type) __PASTE(__type, __safe_rcu) macro
6287 BTF_TYPE_SAFE_RCU(struct task_struct) { in BTF_TYPE_SAFE_RCU() function
6294 BTF_TYPE_SAFE_RCU(struct cgroup) { in BTF_TYPE_SAFE_RCU() function
6299 BTF_TYPE_SAFE_RCU(struct css_set) { in BTF_TYPE_SAFE_RCU() function
6350 BTF_TYPE_EMIT(BTF_TYPE_SAFE_RCU(struct task_struct)); in type_is_rcu()
6351 BTF_TYPE_EMIT(BTF_TYPE_SAFE_RCU(struct cgroup)); in type_is_rcu()
6352 BTF_TYPE_EMIT(BTF_TYPE_SAFE_RCU(struct css_set)); in type_is_rcu()