tag
line
file
source code
lp_wait_q
89
include/linux/lp.h
struct wait_queue *lp_wait_q;
lp_wait_q
119
kernel/chr_drv/lp.c
wake_up(&lp->lp_wait_q);
lp_wait_q
169
kernel/chr_drv/lp.c
interruptible_sleep_on(&lp->lp_wait_q);