Searched refs:BTF_TYPE_SAFE_RCU_OR_NULL (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dverifier.c6326 #define BTF_TYPE_SAFE_RCU_OR_NULL(__type) __PASTE(__type, __safe_rcu_or_null) macro
6353 BTF_TYPE_SAFE_RCU_OR_NULL(struct mm_struct) { function
6360 BTF_TYPE_SAFE_RCU_OR_NULL(struct sk_buff) { function
6364 BTF_TYPE_SAFE_RCU_OR_NULL(struct request_sock) { function
6410 BTF_TYPE_EMIT(BTF_TYPE_SAFE_RCU_OR_NULL(struct mm_struct));
6411 BTF_TYPE_EMIT(BTF_TYPE_SAFE_RCU_OR_NULL(struct sk_buff));
6412 BTF_TYPE_EMIT(BTF_TYPE_SAFE_RCU_OR_NULL(struct request_sock));

Completed in 163 milliseconds