Home
last modified time | relevance | path

Searched refs:alloc_tag (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Dalloc_tag.h28 struct alloc_tag { struct
34 struct alloc_tag *first_tag; argument
41 struct alloc_tag *first_tag;
86 static inline struct alloc_tag *ct_to_alloc_tag(struct codetag *ct) in ct_to_alloc_tag()
88 return container_of(ct, struct alloc_tag, ct); in ct_to_alloc_tag()
100 static struct alloc_tag _alloc_tag __used __aligned(8) \
109 static struct alloc_tag _alloc_tag __used __aligned(8) \
125 static inline struct alloc_tag_counters alloc_tag_read(struct alloc_tag *tag) in alloc_tag_read()
141 static inline void alloc_tag_add_check(union codetag_ref *ref, struct alloc_tag *tag) in alloc_tag_add_check()
155 static inline void alloc_tag_add_check(union codetag_ref *ref, struct alloc_tag *tag) {} in alloc_tag_add_check()
[all …]
Dpgalloc_tag.h37 static inline struct alloc_tag *module_idx_to_tag(pgalloc_tag_idx idx) in module_idx_to_tag()
42 static inline pgalloc_tag_idx module_tag_to_idx(struct alloc_tag *tag) in module_tag_to_idx()
49 static inline struct alloc_tag *module_idx_to_tag(pgalloc_tag_idx idx) in module_idx_to_tag()
55 static inline pgalloc_tag_idx module_tag_to_idx(struct alloc_tag *tag) in module_tag_to_idx()
83 struct alloc_tag *tag; in ref_to_idx()
175 static inline struct alloc_tag *__pgalloc_tag_get(struct page *page) in __pgalloc_tag_get()
177 struct alloc_tag *tag = NULL; in __pgalloc_tag_get()
Drhashtable-types.h93 struct alloc_tag *alloc_tag; member
Dsched.h861 struct alloc_tag *alloc_tag; member
2382 static __always_inline struct alloc_tag *alloc_tag_save(struct alloc_tag *tag) in alloc_tag_save()
2384 swap(current->alloc_tag, tag); in alloc_tag_save()
2388 static __always_inline void alloc_tag_restore(struct alloc_tag *tag, struct alloc_tag *old) in alloc_tag_restore()
2391 WARN(current->alloc_tag != tag, "current->alloc_tag was changed:\n"); in alloc_tag_restore()
2393 current->alloc_tag = old; in alloc_tag_restore()