Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/mm/
Dpage.c273 static atomic_t run_once = ATOMIC_INIT(0); in build_clear_page() local
275 if (atomic_xchg(&run_once, 1)) { in build_clear_page()
420 static atomic_t run_once = ATOMIC_INIT(0); in build_copy_page() local
422 if (atomic_xchg(&run_once, 1)) { in build_copy_page()
Dtlbex.c2355 static int run_once = 0; in build_tlb_refill_handler() local
2374 if (!run_once) { in build_tlb_refill_handler()
2382 run_once++; in build_tlb_refill_handler()
2399 if (!run_once) { in build_tlb_refill_handler()
2408 run_once++; in build_tlb_refill_handler()