Searched refs:run_once (Results 1 – 2 of 2) sorted by relevance
282 static atomic_t run_once = ATOMIC_INIT(0); in build_clear_page() local284 if (atomic_xchg(&run_once, 1)) { in build_clear_page()431 static atomic_t run_once = ATOMIC_INIT(0); in build_copy_page() local433 if (atomic_xchg(&run_once, 1)) { in build_copy_page()
2612 static int run_once = 0; in build_tlb_refill_handler() local2626 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()