Searched refs:in_open (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/
H A Drtlx.h59 atomic_t in_open; member in struct:chan_waitqueues
/linux-4.1.27/arch/mips/kernel/
H A Drtlx-cmp.c74 atomic_set(&channel_wqs[i].in_open, 0); rtlx_module_init()
H A Drtlx-mt.c100 atomic_set(&channel_wqs[i].in_open, 0); rtlx_module_init()
H A Drtlx.c101 if (atomic_inc_return(&channel_wqs[index].in_open) > 1) { rtlx_open()
173 atomic_dec(&channel_wqs[index].in_open); rtlx_open()

Completed in 137 milliseconds