Searched refs:NODEMASK_ALLOC (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dnodemask.h541 * NODEMASK_ALLOC(type, name) allocates an object with a specified type and
545 #define NODEMASK_ALLOC(type, name, gfp_flags) \ macro
549 #define NODEMASK_ALLOC(type, name, gfp_flags) type _##name, *name = &_##name macro
553 /* Example structure for using NODEMASK_ALLOC, used in mempolicy. */
560 NODEMASK_ALLOC(struct nodemask_scratch, x, \
/linux-master/mm/
H A Dhugetlb.c3771 NODEMASK_ALLOC(nodemask_t, node_alloc_noretry, GFP_KERNEL);

Completed in 106 milliseconds