Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c51 static int cht_busy; variable
676 VERIFY(!cht_busy); in cuckoo_test_start()
677 cht_busy = 1; in cuckoo_test_start()
708 VERIFY(cht_busy); in cuckoo_test_stop()
709 cht_busy = 0; in cuckoo_test_stop()
731 if (newvalue && cht_busy) { in sysctl_cuckoo_test()
769 (newvalue && !cht_busy) || (!newvalue && !cht_busy))); in sysctl_cuckoo_test()