Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dswapfile.c1237 unsigned char has_cache; in __swap_entry_free_locked() local
1241 has_cache = count & SWAP_HAS_CACHE; in __swap_entry_free_locked()
1245 VM_BUG_ON(!has_cache); in __swap_entry_free_locked()
1246 has_cache = 0; in __swap_entry_free_locked()
1263 usage = count | has_cache; in __swap_entry_free_locked()
3484 unsigned char has_cache; in __swap_duplicate() local
3505 has_cache = count & SWAP_HAS_CACHE; in __swap_duplicate()
3512 if (!has_cache && count) in __swap_duplicate()
3513 has_cache = SWAP_HAS_CACHE; in __swap_duplicate()
3514 else if (has_cache) /* someone else added cache */ in __swap_duplicate()
[all …]
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/resctrl/
Drdtgroup.c1262 bool has_cache = false; in rdtgroup_mode_test_exclusive() local
1268 has_cache = true; in rdtgroup_mode_test_exclusive()
1278 if (!has_cache) { in rdtgroup_mode_test_exclusive()