Home
last modified time | relevance | path

Searched refs:busy_flag (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/
Dselect.c406 unsigned int busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_select() local
459 bit, busy_flag); in do_select()
481 busy_flag = 0; in do_select()
487 } else if (busy_flag & mask) in do_select()
517 busy_flag = 0; in do_select()
752 unsigned int busy_flag) in do_pollfd() argument
766 pwait->_key |= busy_flag; in do_pollfd()
768 if (mask & busy_flag) in do_pollfd()
788 unsigned int busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_poll() local
818 busy_flag)) { in do_poll()
[all …]
/linux-4.1.27/drivers/isdn/hisax/
Dconfig.c1025 struct IsdnCardState **cs_out, int *busy_flag, in hisax_cs_new() argument
1047 cs->busy_flag = busy_flag; in hisax_cs_new()
1174 static int checkcard(int cardnr, char *id, int *busy_flag, in checkcard() argument
1181 ret = hisax_cs_new(cardnr, id, card, &cs, busy_flag, lockowner); in checkcard()
1217 static int __init HiSax_inithardware(int *busy_flag) in HiSax_inithardware() argument
1247 if (checkcard(i, ids, busy_flag, THIS_MODULE, in HiSax_inithardware()
1546 int hisax_init_pcmcia(void *pcm_iob, int *busy_flag, struct IsdnCard *card) in hisax_init_pcmcia() argument
1556 if (!checkcard(nrcards, ids, busy_flag, THIS_MODULE, in hisax_init_pcmcia()
Dhisax.h894 int *busy_flag; member
Dsedlbauer.c268 if ((cs->hw.sedl.bus == SEDL_BUS_PCMCIA) && (*cs->busy_flag == 1)) { in sedlbauer_interrupt()
Delsa.c291 if ((cs->typ == ISDN_CTYPE_ELSA_PCMCIA) && (*cs->busy_flag == 1)) { in elsa_interrupt()
/linux-4.1.27/net/
Dsocket.c996 unsigned int busy_flag = 0; in sock_poll() local
1006 busy_flag = POLL_BUSY_LOOP; in sock_poll()
1013 return busy_flag | sock->ops->poll(file, sock, wait); in sock_poll()