Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dswapfile.c160 unsigned long offset, int nr_pages, bool *has_cache) in swap_is_last_map() argument
174 *has_cache = !!(count & SWAP_HAS_CACHE); in swap_is_last_map()
1400 unsigned char has_cache; in __swap_entry_free_locked() local
1404 has_cache = count & SWAP_HAS_CACHE; in __swap_entry_free_locked()
1408 VM_BUG_ON(!has_cache); in __swap_entry_free_locked()
1409 has_cache = 0; in __swap_entry_free_locked()
1426 usage = count | has_cache; in __swap_entry_free_locked()
1531 bool has_cache = false; in __swap_entries_free() local
1542 if (!swap_is_last_map(si, offset, nr, &has_cache)) { in __swap_entries_free()
1550 if (!has_cache) { in __swap_entries_free()
[all …]
/linux-6.12.1/arch/x86/kernel/cpu/resctrl/
Drdtgroup.c1334 bool has_cache = false; in rdtgroup_mode_test_exclusive() local
1344 has_cache = true; in rdtgroup_mode_test_exclusive()
1355 if (!has_cache) { in rdtgroup_mode_test_exclusive()