Searched refs:was_empty (Results 1 – 13 of 13) sorted by relevance
311 bool was_empty; in vmci_transport_notify_pkt_send_post_enqueue() local318 was_empty = in vmci_transport_notify_pkt_send_post_enqueue()320 if (was_empty) { in vmci_transport_notify_pkt_send_post_enqueue()
266 bool was_empty = false; in prepare_to_wait_exclusive() local271 was_empty = list_empty(&wq_head->head); in prepare_to_wait_exclusive()276 return was_empty; in prepare_to_wait_exclusive()
1096 bool was_empty; in dispatch_enqueue() local1098 was_empty = list_empty(&dsq->list); in dispatch_enqueue()1100 if (was_empty && !(dsq->id & SCX_DSQ_FLAG_BUILTIN)) in dispatch_enqueue()
90 bool was_empty = efx_nic_tx_is_empty(tx_queue, write_count); in efx_nic_may_push_tx_desc() local93 return was_empty && tx_queue->write_count - write_count == 1; in efx_nic_may_push_tx_desc()
439 bool was_empty = false; in anon_pipe_write() local476 was_empty = pipe_empty(head, pipe->tail); in anon_pipe_write()478 if (chars && !was_empty) { in anon_pipe_write()570 if (was_empty) in anon_pipe_write()575 was_empty = pipe_is_empty(pipe); in anon_pipe_write()595 if (was_empty || pipe->poll_usage) in anon_pipe_write()
43 int was_empty; in file_receive_handler() local47 was_empty = list_empty(&priv->recv_msgs); in file_receive_handler()51 if (was_empty) { in file_receive_handler()
507 static void __maybe_unused __call_rcu_nocb_wake(struct rcu_data *rdp, bool was_empty,
1651 static void __call_rcu_nocb_wake(struct rcu_data *rdp, bool was_empty, in rcu_nocb_gp_get() 1677 __call_rcu_nocb_wake(struct rcu_data * rdp,bool was_empty,unsigned long flags) __call_rcu_nocb_wake() argument
436 int was_empty; in free_req() local439 was_empty = list_empty(&ring->pending_free); in free_req()442 if (was_empty) in free_req()
546 bool was_empty = list_empty(&vc4->render_job_list); in vc4_move_job_to_render() local552 if (was_empty) in vc4_move_job_to_render()
904 int was_empty; in pio_wait() local909 was_empty = list_empty(&sc->piowait); in pio_wait()917 if (was_empty) in pio_wait()
1960 int was_empty; in usbf_epn_queue() local1974 was_empty = list_empty(&ep->queue); in usbf_epn_queue()1976 if (was_empty) { in usbf_epn_queue()
1855 int was_empty = skb_queue_empty(&q->rx_queue); in offload_enqueue() local1859 if (was_empty) { in offload_enqueue()