Searched refs:busy_flag (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/ |
H A D | select.c | 483 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_select() 534 busy_flag); in do_select() 557 busy_flag = 0; in do_select() 563 } else if (busy_flag & mask) in do_select() 592 busy_flag = 0; in do_select() 854 __poll_t busy_flag) 869 pwait->_key = filter | busy_flag; in do_pollfd() 871 if (mask & busy_flag) in do_pollfd() 889 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; in do_poll() 919 busy_flag)) { in do_poll() 486 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; do_select() local 857 do_pollfd(struct pollfd * pollfd,poll_table * pwait,bool * can_busy_poll,__poll_t busy_flag) do_pollfd() argument 892 __poll_t busy_flag = net_busy_loop_on() ? POLL_BUSY_LOOP : 0; do_poll() local [all...] |
/openbmc/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() 1056 if (test_and_set_bit_lock(0, &perf->busy_flag)) in perf_set_tcnt() 1061 clear_bit_unlock(0, &perf->busy_flag); in perf_set_tcnt() 1089 if (test_and_set_bit_lock(0, &perf->busy_flag)) in perf_submit_test() 1112 clear_bit_unlock(0, &perf->busy_flag); in perf_submit_test() 1123 if (test_and_set_bit_lock(0, &perf->busy_flag)) in perf_read_stats() 1147 clear_bit_unlock(0, &perf->busy_flag); in perf_read_stats() 1205 if (test_bit(0, &perf->busy_flag)) { in perf_dbgfs_read_info()
|