Home
last modified time | relevance | path

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

/include/linux/
Dalloc_tag.h52 static inline bool is_codetag_empty(union codetag_ref *ref) in is_codetag_empty() function
65 static inline bool is_codetag_empty(union codetag_ref *ref) { return false; } in is_codetag_empty() function
143 WARN_ONCE(ref && ref->ct && !is_codetag_empty(ref), in alloc_tag_add_check()
199 if (is_codetag_empty(ref)) { in alloc_tag_sub()
Dpgalloc_tag.h88 if (is_codetag_empty(ref)) in ref_to_idx()