Searched refs:SWP_USED (Results 1 – 2 of 2) sorted by relevance
193 SWP_USED = (1 << 0), /* is slot in swap_info[] used? */ enumerator
1140 if (data_race(!(p->flags & SWP_USED))) in _swap_info_get()2597 if (!(si->flags & SWP_USED) || !si->swap_map) in swap_start()2618 if (!(si->flags & SWP_USED) || !si->swap_map) in swap_next()2724 if (!(swap_info[type]->flags & SWP_USED)) in alloc_swap_info()2753 p->flags = SWP_USED; in alloc_swap_info()3262 if ((si->flags & SWP_USED) && !(si->flags & SWP_WRITEOK)) in si_swapinfo()
Completed in 12 milliseconds