Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c7250 #define BTF_TYPE_SAFE_RCU(__type) __PASTE(__type, __safe_rcu) macro
7262 BTF_TYPE_SAFE_RCU(struct task_struct) { in BTF_TYPE_SAFE_RCU() function
7269 BTF_TYPE_SAFE_RCU(struct cgroup) { in BTF_TYPE_SAFE_RCU() function
7274 BTF_TYPE_SAFE_RCU(struct css_set) { in BTF_TYPE_SAFE_RCU() function
7278 BTF_TYPE_SAFE_RCU(struct cgroup_subsys_state) { in BTF_TYPE_SAFE_RCU() function
7336 BTF_TYPE_EMIT(BTF_TYPE_SAFE_RCU(struct task_struct)); in type_is_rcu()
7337 BTF_TYPE_EMIT(BTF_TYPE_SAFE_RCU(struct cgroup)); in type_is_rcu()
7338 BTF_TYPE_EMIT(BTF_TYPE_SAFE_RCU(struct css_set)); in type_is_rcu()
7339 BTF_TYPE_EMIT(BTF_TYPE_SAFE_RCU(struct cgroup_subsys_state)); in type_is_rcu()