Home
last modified time | relevance | path

Searched refs:SWAP_FLAG_PRIO_MASK (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/include/sys/
H A Dswap.h50 #define SWAP_FLAG_PRIO_MASK 0x7fff macro
/aosp12/system/core/fs_mgr/
H A Dfs_mgr.cpp2149 flags = (entry.swap_prio << SWAP_FLAG_PRIO_SHIFT) & SWAP_FLAG_PRIO_MASK; in fs_mgr_swapon_all()