Home
last modified time | relevance | path

Searched refs:was_empty (Results 1 – 13 of 13) sorted by relevance

/linux/net/vmw_vsock/
A Dvmci_transport_notify_qstate.c311 bool was_empty; in vmci_transport_notify_pkt_send_post_enqueue() local
318 was_empty = in vmci_transport_notify_pkt_send_post_enqueue()
320 if (was_empty) { in vmci_transport_notify_pkt_send_post_enqueue()
/linux/kernel/sched/
A Dwait.c279 bool was_empty = false; in prepare_to_wait_exclusive() local
284 was_empty = list_empty(&wq_head->head); in prepare_to_wait_exclusive()
289 return was_empty; in prepare_to_wait_exclusive()
/linux/drivers/net/ethernet/sfc/
A Dnic_common.h92 bool was_empty = efx_nic_tx_is_empty(tx_queue, write_count); in efx_nic_may_push_tx_desc() local
95 return was_empty && tx_queue->write_count - write_count == 1; in efx_nic_may_push_tx_desc()
/linux/fs/
A Dpipe.c422 bool was_empty = false; in pipe_write() local
453 was_empty = pipe_empty(head, pipe->tail); in pipe_write()
455 if (chars && !was_empty) { in pipe_write()
566 if (was_empty) in pipe_write()
571 was_empty = pipe_empty(pipe->head, pipe->tail); in pipe_write()
591 if (was_empty || pipe->poll_usage) in pipe_write()
/linux/drivers/net/ethernet/sfc/falcon/
A Dnic.h102 bool was_empty = __ef4_nic_tx_is_empty(tx_queue, write_count); in ef4_nic_may_push_tx_desc() local
105 return was_empty && tx_queue->write_count - write_count == 1; in ef4_nic_may_push_tx_desc()
/linux/drivers/char/ipmi/
A Dipmi_devintf.c43 int was_empty; in file_receive_handler() local
47 was_empty = list_empty(&priv->recv_msgs); in file_receive_handler()
51 if (was_empty) { in file_receive_handler()
/linux/kernel/rcu/
A Dtree.h435 static void __call_rcu_nocb_wake(struct rcu_data *rdp, bool was_empty,
A Dtree_nocb.h1464 static void __call_rcu_nocb_wake(struct rcu_data *rdp, bool was_empty, in __call_rcu_nocb_wake() argument
/linux/drivers/block/xen-blkback/
A Dblkback.c431 int was_empty; in free_req() local
434 was_empty = list_empty(&ring->pending_free); in free_req()
437 if (was_empty) in free_req()
/linux/drivers/gpu/drm/vc4/
A Dvc4_gem.c529 bool was_empty = list_empty(&vc4->render_job_list); in vc4_move_job_to_render() local
532 if (was_empty) in vc4_move_job_to_render()
/linux/drivers/infiniband/hw/hfi1/
A Dverbs.c904 int was_empty; in pio_wait() local
909 was_empty = list_empty(&sc->piowait); in pio_wait()
917 if (was_empty) in pio_wait()
/linux/drivers/block/
A Dpktcdvd.c2324 int was_empty, blocked_bio; in pkt_make_request_write() local
2383 was_empty = (pd->bio_queue_size == 0); in pkt_make_request_write()
2391 if (was_empty) { in pkt_make_request_write()
/linux/drivers/net/ethernet/chelsio/cxgb3/
A Dsge.c1857 int was_empty = skb_queue_empty(&q->rx_queue); in offload_enqueue() local
1861 if (was_empty) { in offload_enqueue()

Completed in 52 milliseconds