[go: nahoru, domu]

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

/drivers/md/
H A Ddm-delay.c22 struct mutex timer_lock; member in struct:delay_c
56 mutex_lock(&dc->timer_lock);
61 mutex_unlock(&dc->timer_lock);
195 mutex_init(&dc->timer_lock);
/drivers/input/gameport/
H A Dgameport.c182 spin_lock(&gameport->timer_lock);
190 spin_unlock(&gameport->timer_lock);
196 spin_lock(&gameport->timer_lock);
201 spin_unlock(&gameport->timer_lock);
544 spin_lock_init(&gameport->timer_lock);
/drivers/staging/media/lirc/
H A Dlirc_sir.c127 static DEFINE_SPINLOCK(timer_lock);
436 spin_lock_irqsave(&timer_lock, flags);
447 spin_unlock_irqrestore(&timer_lock, flags);
475 spin_lock_irqsave(&timer_lock, flags);
533 spin_unlock_irqrestore(&timer_lock, flags);

Completed in 62 milliseconds