kern_turnstile.c | 90 } turnstile_locks[TS_HASH_SIZE] __cacheline_aligned; variable in typeref:union:__anond9caa144010a[TS_HASH_SIZE]__cacheline_aligned 104 mutex_init(&turnstile_locks[i].lock, MUTEX_DEFAULT, IPL_SCHED); 173 mutex_spin_enter(&turnstile_locks[hash].lock); 195 mutex_spin_exit(&turnstile_locks[TS_HASH(obj)].lock); 382 lock = &turnstile_locks[hash].lock; 452 lock = &turnstile_locks[hash].lock;
|