Searched refs:busy_flag (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/fs/ |
D | select.c | 456 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_select() local 506 busy_flag); in do_select() 528 busy_flag = 0; in do_select() 534 } else if (busy_flag & mask) in do_select() 564 busy_flag = 0; in do_select() 809 __poll_t busy_flag) in do_pollfd() argument 824 pwait->_key = filter | busy_flag; in do_pollfd() 826 if (mask & busy_flag) in do_pollfd() 844 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_poll() local 874 busy_flag)) { in do_poll() [all …]
|
/Linux-v4.19/drivers/ntb/test/ |
D | ntb_perf.c | 193 unsigned long busy_flag; member 643 if (test_bit(0, &peer->perf->busy_flag) && in perf_service_work() 1020 if (test_and_set_bit_lock(0, &perf->busy_flag)) in perf_set_tcnt() 1025 clear_bit_unlock(0, &perf->busy_flag); in perf_set_tcnt() 1052 if (test_and_set_bit_lock(0, &perf->busy_flag)) in perf_submit_test() 1075 clear_bit_unlock(0, &perf->busy_flag); in perf_submit_test() 1086 if (test_and_set_bit_lock(0, &perf->busy_flag)) in perf_read_stats() 1110 clear_bit_unlock(0, &perf->busy_flag); in perf_read_stats() 1168 if (test_bit(0, &perf->busy_flag)) { in perf_dbgfs_read_info()
|
/Linux-v4.19/drivers/isdn/hisax/ |
D | config.c | 1025 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()
|
D | hisax.h | 894 int *busy_flag; member
|
D | sedlbauer.c | 268 if ((cs->hw.sedl.bus == SEDL_BUS_PCMCIA) && (*cs->busy_flag == 1)) { in sedlbauer_interrupt()
|
D | elsa.c | 291 if ((cs->typ == ISDN_CTYPE_ELSA_PCMCIA) && (*cs->busy_flag == 1)) { in elsa_interrupt()
|