Searched refs:PF_MEMALLOC_PIN (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/sched/
H A Dmm.h233 * PF_MEMALLOC_PIN implies !GFP_MOVABLE
243 PF_MEMALLOC_PIN))) {
258 if (pflags & PF_MEMALLOC_PIN)
449 return memalloc_flags_save(PF_MEMALLOC_PIN);
/linux-master/include/linux/
H A Dsched.h1647 #define PF_MEMALLOC_PIN 0x10000000 /* Allocations constrained to zones which allow long term pinning. macro
/linux-master/mm/
H A Dhugetlb.c1328 bool pin = !!(current->flags & PF_MEMALLOC_PIN);

Completed in 137 milliseconds