taglinefilesource code
lp_wait_q89include/linux/lp.hstruct wait_queue *lp_wait_q;
lp_wait_q119kernel/chr_drv/lp.cwake_up(&lp->lp_wait_q);
lp_wait_q169kernel/chr_drv/lp.cinterruptible_sleep_on(&lp->lp_wait_q);