Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c51 static int cht_busy; variable
672 VERIFY(!cht_busy); in cuckoo_test_start()
673 cht_busy = 1; in cuckoo_test_start()
704 VERIFY(cht_busy); in cuckoo_test_stop()
705 cht_busy = 0; in cuckoo_test_stop()
727 if (newvalue && cht_busy) { in sysctl_cuckoo_test()
765 (newvalue && !cht_busy) || (!newvalue && !cht_busy))); in sysctl_cuckoo_test()