Home
last modified time | relevance | path

Searched refs:run_once (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/mm/
H A Dpage.c282 static atomic_t run_once = ATOMIC_INIT(0); in build_clear_page() local
284 if (atomic_xchg(&run_once, 1)) { in build_clear_page()
431 static atomic_t run_once = ATOMIC_INIT(0); in build_copy_page() local
433 if (atomic_xchg(&run_once, 1)) { in build_copy_page()
H A Dtlbex.c2612 static int run_once = 0; in build_tlb_refill_handler() local
2626 if (!run_once) { in build_tlb_refill_handler()
2633 run_once++; in build_tlb_refill_handler()
2644 if (!run_once) { in build_tlb_refill_handler()
2655 run_once++; in build_tlb_refill_handler()
/kernel/linux/linux-6.6/arch/mips/mm/
H 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()
H A Dtlbex.c2554 static int run_once = 0; in build_tlb_refill_handler() local
2568 if (!run_once) { in build_tlb_refill_handler()
2575 run_once++; in build_tlb_refill_handler()
2586 if (!run_once) { in build_tlb_refill_handler()
2597 run_once++; in build_tlb_refill_handler()

Completed in 8 milliseconds