Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcache.py368 self.has_cache = False
373 self.has_cache = True
379 if not self.has_cache:
420 if not self.has_cache:
557 if not self.has_cache:
569 if not self.has_cache:
679 if not self.has_cache:
724 if not self.has_cache:
/OK3568_Linux_fs/kernel/mm/
H A Dswapfile.c1246 unsigned char has_cache; in __swap_entry_free_locked() local
1250 has_cache = count & SWAP_HAS_CACHE; in __swap_entry_free_locked()
1254 VM_BUG_ON(!has_cache); in __swap_entry_free_locked()
1255 has_cache = 0; in __swap_entry_free_locked()
1272 usage = count | has_cache; in __swap_entry_free_locked()
3491 unsigned char has_cache; in __swap_duplicate() local
3512 has_cache = count & SWAP_HAS_CACHE; in __swap_duplicate()
3519 if (!has_cache && count) in __swap_duplicate()
3520 has_cache = SWAP_HAS_CACHE; in __swap_duplicate()
3521 else if (has_cache) /* someone else added cache */ in __swap_duplicate()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c1260 bool has_cache = false; in rdtgroup_mode_test_exclusive() local
1266 has_cache = true; in rdtgroup_mode_test_exclusive()
1276 if (!has_cache) { in rdtgroup_mode_test_exclusive()