Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/sched/
A Dmm.h207 if (unlikely(pflags & (PF_MEMALLOC_NOIO | PF_MEMALLOC_NOFS | PF_MEMALLOC_PIN))) { in current_gfp_context()
217 if (pflags & PF_MEMALLOC_PIN) in current_gfp_context()
353 unsigned int flags = current->flags & PF_MEMALLOC_PIN; in memalloc_pin_save()
355 current->flags |= PF_MEMALLOC_PIN; in memalloc_pin_save()
361 current->flags = (current->flags & ~PF_MEMALLOC_PIN) | flags; in memalloc_pin_restore()
/linux-6.3-rc2/include/linux/
A Dsched.h1747 #define PF_MEMALLOC_PIN 0x10000000 /* Allocation context constrained to zones which allow long ter… macro
/linux-6.3-rc2/mm/
A Dhugetlb.c1289 bool pin = !!(current->flags & PF_MEMALLOC_PIN); in dequeue_hugetlb_folio_node_exact()

Completed in 22 milliseconds