Home
last modified time | relevance | path

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

/linux/net/vmw_vsock/
H 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/
H A Dwait.c266 bool was_empty = false; in prepare_to_wait_exclusive() local
271 was_empty = list_empty(&wq_head->head); in prepare_to_wait_exclusive()
276 return was_empty; in prepare_to_wait_exclusive()
/linux/drivers/net/ethernet/sfc/
H A Dnic_common.h90 bool was_empty = efx_nic_tx_is_empty(tx_queue, write_count); in efx_nic_may_push_tx_desc() local
93 return was_empty && tx_queue->write_count - write_count == 1; in efx_nic_may_push_tx_desc()
/linux/drivers/char/ipmi/
H 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/drivers/block/xen-blkback/
H A Dblkback.c436 int was_empty; in free_req() local
439 was_empty = list_empty(&ring->pending_free); in free_req()
442 if (was_empty) in free_req()
/linux/drivers/gpu/drm/vc4/
H A Dvc4_gem.c549 bool was_empty = list_empty(&vc4->render_job_list); in vc4_move_job_to_render() local
555 if (was_empty) in vc4_move_job_to_render()
/linux/drivers/usb/gadget/udc/
H A Drenesas_usbf.c1960 int was_empty; in usbf_epn_queue() local
1974 was_empty = list_empty(&ep->queue); in usbf_epn_queue()
1976 if (was_empty) { in usbf_epn_queue()
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c1855 int was_empty = skb_queue_empty(&q->rx_queue); in offload_enqueue() local
1859 if (was_empty) { in offload_enqueue()