Searched defs:timer_lock (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dtimer.c57 * timer_lock() locks the specified interval timer. It doesn't look at the
60 * but timer_lock() will always return with p_lock held.
62 * Note that timer_create() doesn't call timer_lock(); it creates timers
66 timer_lock(proc_t *p, itimer_t *it) function
123 timer_lock(p, it);
179 * around timer_lock()/_unlock() which allow the timer_*(3R) routines to
182 * must call timer_lock()/_unlock() explictly.
214 timer_lock(p, it);
849 timer_lock(p, it);
893 timer_lock(
[all...]
/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_main.h281 kmutex_t timer_lock; member in struct:odl
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2001 kmutex_t timer_lock; member in struct:emlxs_hba
2164 #define EMLXS_TIMER_LOCK hba->timer_lock

Completed in 56 milliseconds