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

/linux-master/arch/mips/kernel/
H A Drtlx-mt.c47 wake_up(&channel_wqs[i].lx_queue);
48 wake_up(&channel_wqs[i].rt_queue);
93 init_waitqueue_head(&channel_wqs[i].rt_queue);
94 init_waitqueue_head(&channel_wqs[i].lx_queue);
95 atomic_set(&channel_wqs[i].in_open, 0);
96 mutex_init(&channel_wqs[i].mutex);
H A Drtlx.c26 struct chan_waitqueues channel_wqs[RTLX_CHANNELS]; variable in typeref:struct:chan_waitqueues
78 wake_up_interruptible(&channel_wqs[i].lx_queue);
87 wake_up_interruptible(&channel_wqs[i].lx_queue);
103 if (atomic_inc_return(&channel_wqs[index].in_open) > 1) {
114 channel_wqs[index].lx_queue,
132 &channel_wqs[index].lx_queue,
144 finish_wait(&channel_wqs[index].lx_queue,
175 atomic_dec(&channel_wqs[index].in_open);
205 channel_wqs[index].lx_queue,
253 mutex_lock(&channel_wqs[inde
[all...]
/linux-master/arch/mips/include/asm/
H A Drtlx.h61 } channel_wqs[RTLX_CHANNELS];

Completed in 169 milliseconds