Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/include_fstab/fstab/
H A Dfstab.h46 int swap_prio = -1; member
/aosp12/system/core/fs_mgr/tests/
H A Dfs_mgr_test.cpp515 EXPECT_EQ(-1, entry->swap_prio); in TEST()
540 EXPECT_EQ(-1, entry->swap_prio); in TEST()
670 EXPECT_EQ(-1, entry->swap_prio); in TEST()
675 EXPECT_EQ(123456, entry->swap_prio); in TEST()
/aosp12/system/core/fs_mgr/
H A Dfs_mgr_fstab.cpp218 if (!ParseInt(arg, &entry->swap_prio)) { in ParseFsMgrFlags()
H A Dfs_mgr.cpp2148 if (entry.swap_prio >= 0) { in fs_mgr_swapon_all()
2149 flags = (entry.swap_prio << SWAP_FLAG_PRIO_SHIFT) & SWAP_FLAG_PRIO_MASK; in fs_mgr_swapon_all()