Searched refs:busy_flag (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/ |
| H A D | select.c | 490 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_select() local 537 busy_flag); in do_select() 556 busy_flag = 0; in do_select() 562 } else if (busy_flag & mask) in do_select() 591 busy_flag = 0; in do_select() 851 __poll_t busy_flag) in do_pollfd() argument 865 pwait->_key = filter | busy_flag; in do_pollfd() 867 if (mask & busy_flag) in do_pollfd() 879 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_poll() local 909 mask = do_pollfd(pfd, pt, &can_busy_loop, busy_flag); in do_poll() [all …]
|
| /linux/drivers/ntb/test/ |
| H A D | ntb_perf.c | 196 unsigned long busy_flag; member 647 if (test_bit(0, &peer->perf->busy_flag) && in perf_service_work() 1054 if (test_and_set_bit_lock(0, &perf->busy_flag)) in perf_set_tcnt() 1059 clear_bit_unlock(0, &perf->busy_flag); in perf_set_tcnt() 1087 if (test_and_set_bit_lock(0, &perf->busy_flag)) in perf_submit_test() 1110 clear_bit_unlock(0, &perf->busy_flag); in perf_submit_test() 1121 if (test_and_set_bit_lock(0, &perf->busy_flag)) in perf_read_stats() 1145 clear_bit_unlock(0, &perf->busy_flag); in perf_read_stats() 1203 if (test_bit(0, &perf->busy_flag)) { in perf_dbgfs_read_info()
|