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

/linux-master/include/linux/
H A Dparport.h207 waithead, waittail, flags, pdir,
219 struct pardevice *waithead; member in struct:parport
419 if ((dev->port->waithead == NULL) || (timeslip < dev->timeslice))
437 if ((dev->port->waithead == NULL) || (timeslip < dev->timeslice))
/linux-master/drivers/parport/
H A Dshare.c871 if (dev->waitprev || dev->waitnext || port->waithead == dev) {
875 port->waithead = dev->waitnext;
1008 port->waithead = dev->waitnext;
1060 port->waithead = port->waittail = dev;
1184 for (pd = port->waithead; pd; pd = pd->waitnext) {
H A Dparport_pc.c515 if (port->waithead) {
680 if (port->waithead) {

Completed in 153 milliseconds