Home
last modified time | relevance | path

Searched refs:is_codetag_empty (Results 1 – 2 of 2) 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
157 WARN_ONCE(ref && ref->ct && !is_codetag_empty(ref), in alloc_tag_add_check()
215 if (is_codetag_empty(ref)) { in alloc_tag_sub()
/linux/mm/
H A Dslub.c2107 if (unlikely(is_codetag_empty(ref))) { in mark_obj_codetag_empty()