Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Dselect.c458 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_select() local
509 busy_flag); in do_select()
532 busy_flag = 0; in do_select()
538 } else if (busy_flag & mask) in do_select()
567 busy_flag = 0; in do_select()
812 __poll_t busy_flag) in do_pollfd() argument
827 pwait->_key = filter | busy_flag; in do_pollfd()
829 if (mask & busy_flag) in do_pollfd()
847 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_poll() local
877 busy_flag)) { in do_poll()
[all …]
/linux-4.19.296/drivers/ntb/test/
Dntb_perf.c195 unsigned long busy_flag; member
649 if (test_bit(0, &peer->perf->busy_flag) && in perf_service_work()
1026 if (test_and_set_bit_lock(0, &perf->busy_flag)) in perf_set_tcnt()
1031 clear_bit_unlock(0, &perf->busy_flag); in perf_set_tcnt()
1059 if (test_and_set_bit_lock(0, &perf->busy_flag)) in perf_submit_test()
1082 clear_bit_unlock(0, &perf->busy_flag); in perf_submit_test()
1093 if (test_and_set_bit_lock(0, &perf->busy_flag)) in perf_read_stats()
1117 clear_bit_unlock(0, &perf->busy_flag); in perf_read_stats()
1175 if (test_bit(0, &perf->busy_flag)) { in perf_dbgfs_read_info()
/linux-4.19.296/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()