Searched refs:list_empty (Results 1 - 25 of 2316) sorted by path

1234567891011>>

/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dcontext.c82 BUG_ON(!list_empty(&ctx->rq));
H A Dgang.c37 WARN_ON(gang->contexts || !list_empty(&gang->list));
65 if (!list_empty(&ctx->aff_list)) {
/linux-master/arch/sh/kernel/
H A Dunwinder.c70 if (list_empty(&unwinder_list))
/linux-master/drivers/hid/
H A Dhid-picolcd_debugfs.c393 if (list_empty(&hdev->debug_list))
649 if (list_empty(&hdev->debug_list))
H A Dhid-pl.c96 if (list_empty(report_list)) {
H A Dhid-sjoy.c62 if (list_empty(report_list)) {
/linux-master/drivers/hsi/clients/
H A Dhsi_char.c134 if (list_empty(queue))
444 !list_empty(&channel->rx_msgs_queue));
503 !list_empty(&channel->tx_msgs_queue));
/linux-master/drivers/infiniband/core/
H A Dmr_pool.c72 while (!list_empty(list)) {
/linux-master/drivers/infiniband/hw/hfi1/
H A Drc.h28 if (list_empty(&qp->rspwait)) {
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-irq.c32 if (list_empty(&s->bufs)) {
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-vbi.c197 if (list_empty(&q->active)) {
236 while (!list_empty(&dmaq->active)) {
/linux-master/drivers/media/pci/ivtv/
H A Divtv-fileops.c733 if (!list_empty(&id->fh.subscribed)) {
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dalloc.c289 if (!list_empty(&entry->prio_list)) {
H A Dicm.h100 iter->chunk = list_empty(&icm->chunk_list) ?
H A Dpd.c183 if (!list_empty(&priv->bf_list))
258 if (!list_empty(&bf->uar->bf_list))
265 } else if (list_empty(&bf->uar->bf_list))
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_hw.c686 while (!list_empty(head)) {
720 while (!list_empty(head)) {
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dmtd.c101 if (list_empty(&efx->mtd_list))
/linux-master/drivers/net/ethernet/sfc/
H A Dmtd.c104 if (list_empty(&efx->mtd_list))
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dutil.h31 return list_empty(&list->head);
/linux-master/drivers/s390/char/
H A Dtape_proc.c71 if (!list_empty(&device->req_queue)) {
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h325 BUG_ON(!list_empty(&ascb->list));
/linux-master/drivers/scsi/esas2r/
H A Desas2r_io.c94 if (likely(list_empty(&a->defer_list) &&
512 if (!list_empty(&rq->sg_table_head)) {
/linux-master/drivers/tee/optee/
H A Dsupp.c165 if (list_empty(&supp->reqs))
/linux-master/drivers/usb/host/
H A Dehci-timer.c222 while (!list_empty(&ehci->intr_unlink_wait)) {
236 if (!list_empty(&ehci->intr_unlink_wait)) {
255 while (!list_empty(&ehci->intr_unlink)) {
267 if (!list_empty(&ehci->intr_unlink)) {
313 if (!list_empty(&ehci->cached_itd_list) ||
314 !list_empty(&ehci->cached_sitd_list))
H A Dfhci-mem.c41 if (!list_empty(&fhci->empty_tds)) {
65 if (!list_empty(&fhci->empty_eds)) {

Completed in 317 milliseconds

1234567891011>>