HomeSort by: relevance | last modified time | path
    Searched defs:turnstile_locks (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
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;
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;

Completed in 27 milliseconds