Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/sched/
Dmm.h160 if (unlikely(pflags & (PF_MEMALLOC_NOIO | PF_MEMALLOC_NOFS | PF_MEMALLOC_PIN))) { in current_gfp_context()
170 if (pflags & PF_MEMALLOC_PIN) in current_gfp_context()
280 unsigned int flags = current->flags & PF_MEMALLOC_PIN; in memalloc_pin_save()
282 current->flags |= PF_MEMALLOC_PIN; in memalloc_pin_save()
288 current->flags = (current->flags & ~PF_MEMALLOC_PIN) | flags; in memalloc_pin_restore()
/Linux-v5.15/include/linux/
Dsched.h1691 #define PF_MEMALLOC_PIN 0x10000000 /* Allocation context constrained to zones which allow long ter… macro
/Linux-v5.15/mm/
Dhugetlb.c1086 bool pin = !!(current->flags & PF_MEMALLOC_PIN); in dequeue_huge_page_node_exact()