Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/mm/
Dmmu_context_nohash.c60 static unsigned long *stale_map[NR_CPUS]; variable
119 if (stale_map[i]) in steal_context_smp()
120 __set_bit(id, stale_map[i]); in steal_context_smp()
160 __clear_bit(id, stale_map[cpu]); in steal_all_contexts()
193 __clear_bit(id, stale_map[cpu]); in steal_context_up()
305 if (test_bit(id, stale_map[cpu])) { in switch_mmu_context()
315 if (stale_map[i]) in switch_mmu_context()
316 __clear_bit(id, stale_map[i]); in switch_mmu_context()
388 stale_map[cpu] = kzalloc(CTX_MAP_SIZE, GFP_KERNEL); in mmu_context_cpu_notify()
396 kfree(stale_map[cpu]); in mmu_context_cpu_notify()
[all …]