Searched refs:M_USE_RESERVE (Results 1 – 8 of 8) sorted by relevance
52 #define M_USE_RESERVE 0x0400 /* can alloc out of reserve memory */ macro
92 #define VMEM_FLAGS (M_NOWAIT | M_WAITOK | M_USE_RESERVE | M_NOVM | \95 #define BT_FLAGS (M_NOWAIT | M_WAITOK | M_USE_RESERVE | M_NOVM)282 flags &= ~M_USE_RESERVE; in _bt_fill()292 (flags & M_USE_RESERVE) | M_NOWAIT | M_NOVM); in _bt_fill()674 M_NOWAIT | M_NOVM | M_USE_RESERVE | M_BESTFIT, &addr) == 0) { in vmem_bt_alloc()676 M_NOWAIT | M_USE_RESERVE) == 0) { in vmem_bt_alloc()
618 dei = uma_zalloc(devsoftc.zone, M_NOWAIT | M_USE_RESERVE); in devctl_alloc_dei()
59 #define M_USE_RESERVE 0x0400 /* can alloc out of reserve memory */ macro
560 KASSERT((malloc_flags & M_USE_RESERVE) == 0 || in malloc2vm_flags()563 pflags = (malloc_flags & M_USE_RESERVE) != 0 ? VM_ALLOC_INTERRUPT : in malloc2vm_flags()
510 M_USE_RESERVE : 0))); in swblk_trie_alloc()2027 pageproc ? M_USE_RESERVE : 0)); in swp_pager_meta_build()
209 M_USE_RESERVE | (wait & M_ZERO)); in kmapent_alloc()989 M_NOWAIT | M_NOVM | M_USE_RESERVE); in vm_map_entry_create()
3686 reserve = (flags & M_USE_RESERVE) != 0 ? 0 : keg->uk_reserve; in keg_fetch_free_slab()