Searched refs:lsflag (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/sys/kern/ |
| H A D | kern_mutex.c | 461 LOCKSTAT_FLAG(lsflag); in mutex_vector_enter() 484 LOCKSTAT_ENTER(lsflag); in mutex_vector_enter() 485 LOCKSTAT_START_TIMER(lsflag, spintime); in mutex_vector_enter() 504 LOCKSTAT_STOP_TIMER(lsflag, spintime); in mutex_vector_enter() 505 LOCKSTAT_EVENT(lsflag, mtx, in mutex_vector_enter() 508 LOCKSTAT_EXIT(lsflag); in mutex_vector_enter() 527 LOCKSTAT_ENTER(lsflag); in mutex_vector_enter() 560 LOCKSTAT_START_TIMER(lsflag, spintime); in mutex_vector_enter() 568 LOCKSTAT_STOP_TIMER(lsflag, spintime); in mutex_vector_enter() 689 LOCKSTAT_START_TIMER(lsflag, slptime); in mutex_vector_enter() [all …]
|
| H A D | kern_lock.c | 198 LOCKSTAT_FLAG(lsflag); in _kernel_lock() 263 LOCKSTAT_ENTER(lsflag); in _kernel_lock() 264 LOCKSTAT_START_TIMER(lsflag, spintime); in _kernel_lock() 290 LOCKSTAT_STOP_TIMER(lsflag, spintime); in _kernel_lock() 294 LOCKSTAT_EVENT_RA(lsflag, kernel_lock, in _kernel_lock() 297 LOCKSTAT_EXIT(lsflag); in _kernel_lock()
|
| H A D | kern_rwlock.c | 293 LOCKSTAT_FLAG(lsflag); in rw_vector_enter() 329 LOCKSTAT_ENTER(lsflag); in rw_vector_enter() 362 LOCKSTAT_START_TIMER(lsflag, spintime); in rw_vector_enter() 370 LOCKSTAT_STOP_TIMER(lsflag, spintime); in rw_vector_enter() 401 LOCKSTAT_START_TIMER(lsflag, slptime); in rw_vector_enter() 403 LOCKSTAT_STOP_TIMER(lsflag, slptime); in rw_vector_enter() 417 LOCKSTAT_EVENT_RA(lsflag, rw, LB_RWLOCK | in rw_vector_enter() 421 LOCKSTAT_EVENT_RA(lsflag, rw, LB_RWLOCK | LB_SPIN, spincnt, spintime, in rw_vector_enter() 424 LOCKSTAT_EXIT(lsflag); in rw_vector_enter()
|
| H A D | kern_synch.c | 376 int s, dop, lsflag; in kpreempt() local 449 lsflag = 0; in kpreempt() 450 LOCKSTAT_ENTER(lsflag); in kpreempt() 451 if (__predict_false(lsflag)) { in kpreempt() 458 LOCKSTAT_START_TIMER(lsflag, l->l_pfailtime); in kpreempt() 462 LOCKSTAT_EXIT(lsflag); in kpreempt() 716 LOCKSTAT_FLAG(lsflag); in mi_switch() 717 LOCKSTAT_ENTER(lsflag); in mi_switch() 718 LOCKSTAT_STOP_TIMER(lsflag, l->l_pfailtime); in mi_switch() 719 LOCKSTAT_EVENT_RA(lsflag, l->l_pfaillock, LB_NOPREEMPT|LB_SPIN, in mi_switch() [all …]
|