Searched refs:NODEMASK_ALLOC (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | nodemask.h | 517 * NODEMASK_ALLOC(type, name) allocates an object with a specified type and 521 #define NODEMASK_ALLOC(type, name, gfp_flags) \ macro 525 #define NODEMASK_ALLOC(type, name, gfp_flags) type _##name, *name = &_##name macro 529 /* Example structure for using NODEMASK_ALLOC, used in mempolicy. */ 536 NODEMASK_ALLOC(struct nodemask_scratch, x, \
|
/linux/mm/ |
H A D | hugetlb.c | 3813 NODEMASK_ALLOC(nodemask_t, node_alloc_noretry, GFP_KERNEL); in set_max_huge_pages()
|