Home
last modified time | relevance | path

Searched refs:codetag_ref (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/include/linux/
Dpgalloc_tag.h16 static inline union codetag_ref *codetag_ref_from_page_ext(struct page_ext *page_ext) in codetag_ref_from_page_ext()
18 return (union codetag_ref *)page_ext_data(page_ext, &page_alloc_tagging_ops); in codetag_ref_from_page_ext()
21 static inline struct page_ext *page_ext_from_codetag_ref(union codetag_ref *ref) in page_ext_from_codetag_ref()
27 static inline union codetag_ref *get_page_tag_ref(struct page *page) in get_page_tag_ref()
38 static inline void put_page_tag_ref(union codetag_ref *ref) in put_page_tag_ref()
49 union codetag_ref *ref = get_page_tag_ref(page); in clear_page_tag_ref()
62 union codetag_ref *ref = get_page_tag_ref(page); in pgalloc_tag_add()
74 union codetag_ref *ref = get_page_tag_ref(page); in pgalloc_tag_sub()
88 union codetag_ref *ref = get_page_tag_ref(page); in pgalloc_tag_get()
109 static inline union codetag_ref *get_page_tag_ref(struct page *page) { return NULL; } in get_page_tag_ref()
[all …]
Dalloc_tag.h37 static inline bool is_codetag_empty(union codetag_ref *ref) in is_codetag_empty()
42 static inline void set_codetag_empty(union codetag_ref *ref) in set_codetag_empty()
50 static inline bool is_codetag_empty(union codetag_ref *ref) { return false; } in is_codetag_empty()
51 static inline void set_codetag_empty(union codetag_ref *ref) {} in set_codetag_empty()
119 static inline void alloc_tag_add_check(union codetag_ref *ref, struct alloc_tag *tag) in alloc_tag_add_check()
128 static inline void alloc_tag_sub_check(union codetag_ref *ref) in alloc_tag_sub_check()
133 static inline void alloc_tag_add_check(union codetag_ref *ref, struct alloc_tag *tag) {} in alloc_tag_add_check()
134 static inline void alloc_tag_sub_check(union codetag_ref *ref) {} in alloc_tag_sub_check()
138 static inline bool __alloc_tag_ref_set(union codetag_ref *ref, struct alloc_tag *tag) in __alloc_tag_ref_set()
148 static inline bool alloc_tag_ref_set(union codetag_ref *ref, struct alloc_tag *tag) in alloc_tag_ref_set()
[all …]
Dcodetag.h29 union codetag_ref { union
Dmemcontrol.h1525 union codetag_ref ref;
Dmm.h4181 union codetag_ref *ref = get_page_tag_ref(folio_page(folio, i)); in pgalloc_tag_split()
4194 union codetag_ref *ref; in pgalloc_tag_copy()
/linux-6.12.1/mm/
Dpercpu-internal.h40 union codetag_ref tag;
/linux-6.12.1/lib/
Dalloc_tag.c224 .size = sizeof(union codetag_ref),