Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dmm.h254 if (unlikely(pflags & (PF_MEMALLOC_NOIO | PF_MEMALLOC_NOFS | PF_MEMALLOC_PIN))) { in current_gfp_context()
264 if (pflags & PF_MEMALLOC_PIN) in current_gfp_context()
455 return memalloc_flags_save(PF_MEMALLOC_PIN); in memalloc_pin_save()
/linux/include/linux/
H A Dsched.h1761 #define PF_MEMALLOC_PIN 0x10000000 /* Allocations constrained to zones which allow long term pinni… macro
/linux/mm/
H A Dhugetlb.c1295 bool pin = !!(current->flags & PF_MEMALLOC_PIN); in dequeue_hugetlb_folio_node_exact()