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

/linux-master/fs/bcachefs/
H A Dclock_types.h33 spinlock_t timer_lock; member in struct:io_clock
H A Dclock.c20 spin_lock(&clock->timer_lock);
24 spin_unlock(&clock->timer_lock);
35 spin_unlock(&clock->timer_lock);
42 spin_lock(&clock->timer_lock);
50 spin_unlock(&clock->timer_lock);
135 spin_lock(&clock->timer_lock);
141 spin_unlock(&clock->timer_lock);
161 spin_lock(&clock->timer_lock);
168 spin_unlock(&clock->timer_lock);
181 spin_lock_init(&clock->timer_lock);
[all...]
/linux-master/sound/drivers/opl3/
H A Dopl3_lib.c151 spin_lock_irqsave(&opl3->timer_lock, flags);
157 spin_unlock_irqrestore(&opl3->timer_lock, flags);
168 spin_lock_irqsave(&opl3->timer_lock, flags);
172 spin_unlock_irqrestore(&opl3->timer_lock, flags);
188 spin_lock_irqsave(&opl3->timer_lock, flags);
194 spin_unlock_irqrestore(&opl3->timer_lock, flags);
205 spin_lock_irqsave(&opl3->timer_lock, flags);
209 spin_unlock_irqrestore(&opl3->timer_lock, flags);
351 spin_lock_init(&opl3->timer_lock);
/linux-master/sound/drivers/mpu401/
H A Dmpu401_uart.c162 spin_lock_irqsave(&mpu->timer_lock, flags);
165 spin_unlock_irqrestore(&mpu->timer_lock, flags);
177 spin_lock_irqsave (&mpu->timer_lock, flags);
184 spin_unlock_irqrestore (&mpu->timer_lock, flags);
194 spin_lock_irqsave (&mpu->timer_lock, flags);
201 spin_unlock_irqrestore (&mpu->timer_lock, flags);
546 spin_lock_init(&mpu->timer_lock);
/linux-master/sound/isa/sb/
H A Demu8000_pcm.c58 spinlock_t timer_lock; member in struct:snd_emu8k_pcm
188 spin_lock(&rec->timer_lock);
204 spin_unlock(&rec->timer_lock);
208 spin_unlock(&rec->timer_lock);
230 spin_lock_init(&rec->timer_lock);
346 spin_lock_irqsave(&rec->timer_lock, flags);
351 spin_unlock_irqrestore(&rec->timer_lock, flags);
365 spin_lock_irqsave(&rec->timer_lock, flags);
370 spin_unlock_irqrestore(&rec->timer_lock, flags);
/linux-master/include/sound/
H A Dmpu401.h80 spinlock_t timer_lock; member in struct:snd_mpu401
H A Dopl3.h295 spinlock_t timer_lock; member in struct:snd_opl3
/linux-master/drivers/md/
H A Ddm-delay.c31 struct mutex timer_lock; member in struct:delay_c
63 mutex_lock(&dc->timer_lock);
68 mutex_unlock(&dc->timer_lock);
169 mutex_destroy(&dc->timer_lock);
227 mutex_init(&dc->timer_lock);
/linux-master/drivers/input/gameport/
H A Dgameport.c177 spin_lock(&gameport->timer_lock);
185 spin_unlock(&gameport->timer_lock);
191 spin_lock(&gameport->timer_lock);
196 spin_unlock(&gameport->timer_lock);
570 spin_lock_init(&gameport->timer_lock);
/linux-master/drivers/clk/mmp/
H A Dclk-of-pxa168.c157 static DEFINE_SPINLOCK(timer_lock);
178 {0, "timer_mux", timer_parent_names, ARRAY_SIZE(timer_parent_names), CLK_SET_RATE_PARENT, APBC_TIMER, 4, 3, 0, &timer_lock},
199 {PXA168_CLK_TIMER, "timer_clk", "timer_mux", CLK_SET_RATE_PARENT, APBC_TIMER, 0x3, 0x3, 0x0, 0, &timer_lock},
H A Dclk-of-mmp2.c233 static DEFINE_SPINLOCK(timer_lock);
247 {0, "timer_mux", timer_parent_names, ARRAY_SIZE(timer_parent_names), CLK_SET_RATE_PARENT, APBC_TIMER, 4, 3, 0, &timer_lock},
273 {MMP2_CLK_TIMER, "timer_clk", "timer_mux", CLK_SET_RATE_PARENT, APBC_TIMER, 0x7, 0x3, 0x0, 0, &timer_lock},
/linux-master/include/linux/
H A Dgameport.h35 spinlock_t timer_lock; member in struct:gameport

Completed in 163 milliseconds