Home
last modified time | relevance | path

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

/linux/include/linux/
H A 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
155 WARN_ONCE(ref && ref->ct && !is_codetag_empty(ref), in alloc_tag_add_check()
211 if (is_codetag_empty(ref)) { in alloc_tag_sub()
H A Dpgalloc_tag.h88 if (is_codetag_empty(ref)) in ref_to_idx()
/linux/mm/
H A Dslub.c2058 if (unlikely(is_codetag_empty(&ext->ref))) { in mark_obj_codetag_empty()