Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbtf.h372 static inline bool btf_type_is_volatile(const struct btf_type *t) in btf_type_is_volatile() function
/linux/kernel/bpf/
H A Dbtf.c3359 if (btf_type_is_volatile(t)) in btf_find_kptr()