Searched refs:yield (Results 1 – 3 of 3) sorted by relevance
504 enum timer_yield_status yield = DP_TIMER_NO_YIELD; in dp_mon_vdev_timer() local524 while (yield == DP_TIMER_NO_YIELD) { in dp_mon_vdev_timer()538 yield = DP_TIMER_WORK_EXHAUST; in dp_mon_vdev_timer()546 yield = dp_should_timer_irq_yield(soc, total_work_done, in dp_mon_vdev_timer()552 if (yield == DP_TIMER_WORK_EXHAUST || in dp_mon_vdev_timer()553 yield == DP_TIMER_TIME_EXHAUST) in dp_mon_vdev_timer()
367 bool yield = hif_max_num_receives_reached(scn, ce_state->receive_count); in hif_ce_service_should_yield() local374 if (yield) in hif_ce_service_should_yield()377 return yield; in hif_ce_service_should_yield()390 bool yield, time_limit_reached, rxpkt_thresh_reached = 0; in hif_ce_service_should_yield() local407 yield = time_limit_reached || rxpkt_thresh_reached; in hif_ce_service_should_yield()409 if (yield && in hif_ce_service_should_yield()417 return yield; in hif_ce_service_should_yield()
2445 enum timer_yield_status yield = DP_TIMER_NO_YIELD; in dp_interrupt_timer() local2489 while (yield == DP_TIMER_NO_YIELD) { in dp_interrupt_timer()2503 yield = DP_TIMER_WORK_EXHAUST; in dp_interrupt_timer()2511 yield = dp_should_timer_irq_yield(soc, total_work_done, in dp_interrupt_timer()2517 if (yield == DP_TIMER_WORK_EXHAUST || in dp_interrupt_timer()2518 yield == DP_TIMER_TIME_EXHAUST) in dp_interrupt_timer()