Searched refs:alloc_tag (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | rhashtable-types.h | 98 struct alloc_tag *alloc_tag; member
|
| H A D | sched.h | 846 struct alloc_tag *alloc_tag; member 2372 static __always_inline struct alloc_tag *alloc_tag_save(struct alloc_tag *tag) in alloc_tag_save() 2374 swap(current->alloc_tag, tag); in alloc_tag_save() 2378 static __always_inline void alloc_tag_restore(struct alloc_tag *tag, struct alloc_tag *old) in alloc_tag_restore() 2381 WARN(current->alloc_tag != tag, "current->alloc_tag was changed:\n"); in alloc_tag_restore() 2383 current->alloc_tag = old; in alloc_tag_restore()
|
| /linux/lib/ |
| H A D | rhashtable.c | 141 ntbl = alloc_hooks_tag(ht->alloc_tag, in nested_table_alloc() 169 tbl = alloc_hooks_tag(ht->alloc_tag, in nested_bucket_table_alloc() 194 tbl = alloc_hooks_tag(ht->alloc_tag, in bucket_table_alloc() 1075 alloc_tag_record(ht->alloc_tag); in rhashtable_init_noprof()
|
| /linux/mm/ |
| H A D | page_alloc.c | 1249 alloc_tag_add(&ref, task->alloc_tag, PAGE_SIZE * nr); in __pgalloc_tag_add() 1258 if (task->alloc_tag) in __pgalloc_tag_add() 1259 alloc_tag_set_inaccurate(task->alloc_tag); in __pgalloc_tag_add() 1291 static inline void pgalloc_tag_sub_pages(struct alloc_tag *tag, unsigned int nr) in pgalloc_tag_sub_pages() 1302 static inline void pgalloc_tag_sub_pages(struct alloc_tag *tag, unsigned int nr) {} in pgalloc_tag_sub_pages() 5299 struct alloc_tag *tag = pgalloc_tag_get(page); in ___free_pages()
|
| /linux/ |
| H A D | MAINTAINERS | 16713 F: include/linux/alloc_tag.h 16715 F: lib/alloc_tag.c
|