Home
last modified time | relevance | path

Searched refs:swap_prio (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/fs_mgr/include_fstab/fstab/
H A Dfstab.h46 int swap_prio = -1; member
/aosp14/system/core/fs_mgr/tests/
H A Dfs_mgr_test.cpp506 EXPECT_EQ(-1, entry->swap_prio); in TEST()
528 EXPECT_EQ(-1, entry->swap_prio); in TEST()
660 EXPECT_EQ(-1, entry->swap_prio); in TEST()
665 EXPECT_EQ(123456, entry->swap_prio); in TEST()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_fstab.cpp228 if (!ParseInt(arg, &entry->swap_prio)) { in ParseFsMgrFlags()
H A Dfs_mgr.cpp2155 if (entry.swap_prio >= 0) { in fs_mgr_swapon_all()
2156 flags = (entry.swap_prio << SWAP_FLAG_PRIO_SHIFT) & SWAP_FLAG_PRIO_MASK; in fs_mgr_swapon_all()