has_cache        1147 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	bool has_cache = false;
has_cache        1153 arch/x86/kernel/cpu/resctrl/rdtgroup.c 		has_cache = true;
has_cache        1163 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	if (!has_cache) {
has_cache        1182 mm/swapfile.c  	unsigned char has_cache;
has_cache        1186 mm/swapfile.c  	has_cache = count & SWAP_HAS_CACHE;
has_cache        1190 mm/swapfile.c  		VM_BUG_ON(!has_cache);
has_cache        1191 mm/swapfile.c  		has_cache = 0;
has_cache        1208 mm/swapfile.c  	usage = count | has_cache;
has_cache        3383 mm/swapfile.c  	unsigned char has_cache;
has_cache        3404 mm/swapfile.c  	has_cache = count & SWAP_HAS_CACHE;
has_cache        3411 mm/swapfile.c  		if (!has_cache && count)
has_cache        3412 mm/swapfile.c  			has_cache = SWAP_HAS_CACHE;
has_cache        3413 mm/swapfile.c  		else if (has_cache)		/* someone else added cache */
has_cache        3418 mm/swapfile.c  	} else if (count || has_cache) {
has_cache        3431 mm/swapfile.c  	p->swap_map[offset] = count | has_cache;