Lines Matching refs:lock2
106 int lock2; member
140 if (data->lock2) { in chain_locking()
141 turnstile_prim_lock(data->lock2); in chain_locking()
158 if (data->lock2) { in chain_locking()
159 turnstile_prim_unlock(data->lock2); in chain_locking()
356 data[0].lock2 = 0; in test4()
366 data[1].lock2 = SYSCTL_TURNSTILE_TEST_KERNEL_DEFAULT; /* this should be locked */ in test4()
376 data[2].lock2 = SYSCTL_TURNSTILE_TEST_KERNEL_HASHTABLE; /* this should be locked */ in test4()
386 data[3].lock2 = SYSCTL_TURNSTILE_TEST_USER_HASHTABLE; /* this should be locked */ in test4()
396 data[4].lock2 = 0; in test4()
427 data[0].lock2 = 0; in test5()
437 data[1].lock2 = SYSCTL_TURNSTILE_TEST_KERNEL_DEFAULT; /* this should be locked */ in test5()
447 data[2].lock2 = SYSCTL_TURNSTILE_TEST_USER_HASHTABLE; /* this should be locked */ in test5()
457 data[3].lock2 = SYSCTL_TURNSTILE_TEST_KERNEL_HASHTABLE; /* this should be locked */ in test5()
467 data[4].lock2 = 0; in test5()