Searched refs:was_empty (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/net/ethernet/sfc/siena/
H A Dnic_common.h89 bool was_empty = efx_nic_tx_is_empty(tx_queue, write_count); local
92 return was_empty && tx_queue->write_count - write_count == 1;
/linux-master/net/vmw_vsock/
H A Dvmci_transport_notify_qstate.c311 bool was_empty; local
318 was_empty =
320 if (was_empty) {
/linux-master/kernel/sched/
H A Dwait.c247 bool was_empty = false; local
252 was_empty = list_empty(&wq_head->head);
257 return was_empty;
/linux-master/drivers/net/ethernet/sfc/
H A Dnic_common.h89 bool was_empty = efx_nic_tx_is_empty(tx_queue, write_count); local
92 return was_empty && tx_queue->write_count - write_count == 1;
/linux-master/fs/
H A Dpipe.c436 bool was_empty = false; local
472 was_empty = pipe_empty(head, pipe->tail);
474 if (chars && !was_empty) {
576 if (was_empty)
581 was_empty = pipe_empty(pipe->head, pipe->tail);
601 if (was_empty || pipe->poll_usage)
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dnic.h102 bool was_empty = __ef4_nic_tx_is_empty(tx_queue, write_count); local
105 return was_empty && tx_queue->write_count - write_count == 1;
/linux-master/kernel/rcu/
H A Dtree.h471 static void __maybe_unused __call_rcu_nocb_wake(struct rcu_data *rdp, bool was_empty,
H A Dtree_nocb.h1786 static void __call_rcu_nocb_wake(struct rcu_data *rdp, bool was_empty, argument
/linux-master/drivers/char/ipmi/
H A Dipmi_devintf.c43 int was_empty; local
47 was_empty = list_empty(&priv->recv_msgs);
51 if (was_empty) {
/linux-master/drivers/block/xen-blkback/
H A Dblkback.c436 int was_empty; local
439 was_empty = list_empty(&ring->pending_free);
442 if (was_empty)
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_gem.c544 bool was_empty = list_empty(&vc4->render_job_list); local
550 if (was_empty)
/linux-master/drivers/infiniband/hw/hfi1/
H A Dverbs.c904 int was_empty; local
909 was_empty = list_empty(&sc->piowait);
917 if (was_empty)
/linux-master/drivers/block/
H A Dpktcdvd.c2347 int was_empty, blocked_bio; local
2414 was_empty = (pd->bio_queue_size == 0);
2422 if (was_empty) {
/linux-master/drivers/usb/gadget/udc/
H A Drenesas_usbf.c1960 int was_empty; local
1974 was_empty = list_empty(&ep->queue);
1976 if (was_empty) {
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c1855 int was_empty = skb_queue_empty(&q->rx_queue); local
1859 if (was_empty) {

Completed in 220 milliseconds