Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/mm/
A Dpage.c283 static atomic_t run_once = ATOMIC_INIT(0); in build_clear_page() local
285 if (atomic_xchg(&run_once, 1)) { in build_clear_page()
432 static atomic_t run_once = ATOMIC_INIT(0); in build_copy_page() local
434 if (atomic_xchg(&run_once, 1)) { in build_copy_page()
A Dtlbex.c2570 static int run_once = 0; in build_tlb_refill_handler() local
2584 if (!run_once) { in build_tlb_refill_handler()
2591 run_once++; in build_tlb_refill_handler()
2602 if (!run_once) { in build_tlb_refill_handler()
2613 run_once++; in build_tlb_refill_handler()

Completed in 8 milliseconds