Searched refs:list_empty (Results 201 - 225 of 2316) sorted by relevance

1234567891011>>

/linux-master/kernel/
H A Dworkqueue.c943 return !list_empty(&pool->worklist) && !pool->nr_running;
955 return !list_empty(&pool->worklist) && (pool->nr_running <= 1);
1025 if (unlikely(list_empty(&pool->idle_list)))
1046 WARN_ON_ONCE(!list_empty(&worker->entry) &&
1679 return !pwq->nr_active && list_empty(&pwq->inactive_works);
1689 if (list_empty(&pwq->pool->worklist))
1773 if (!list_empty(&pwq->pending_node) && likely(!fill))
1789 if (list_empty(&pwq->pending_node))
1941 if (list_empty(&pwq->inactive_works))
2005 if (!list_empty(
[all...]
/linux-master/drivers/vfio/
H A Dvfio_iommu_type1.c813 if (list_empty(&iommu->device_list)) {
823 do_accounting = list_empty(&iommu->domain_list);
917 do_accounting = list_empty(&iommu->domain_list);
1038 if (list_empty(&iommu->domain_list))
1248 if (list_empty(&iommu->device_list))
1284 if (invalidate_vaddr && !list_empty(&iommu->emulated_iommu_groups)) {
1507 * Check for list_empty() as well since a container with
1510 return list_empty(iova);
1649 if (list_empty(&iommu->domain_list))
1675 if (!list_empty(
[all...]
/linux-master/drivers/usb/usbip/
H A Dvudc_tx.c192 while (!list_empty(&udc->tx_queue)) {
236 (!list_empty(&udc->tx_queue) ||
H A Dvhci_tx.c248 (!list_empty(&vdev->priv_tx) ||
249 !list_empty(&vdev->unlink_tx) ||
/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/hid/
H A Dhid-dr.c84 if (list_empty(&hid->inputs)) {
91 if (list_empty(report_list)) {
/linux-master/net/wireless/
H A Dlib80211.c127 if (!list_empty(&info->crypt_deinit_list) && !info->crypt_quiesced) {
253 BUG_ON(!list_empty(&lib80211_crypto_algs));
/linux-master/drivers/staging/gdm724x/
H A Dgdm_usb.c153 if (list_empty(&tx->free_list))
161 *no_spc = list_empty(&tx->free_list) ? 1 : 0;
219 if (list_empty(&rx->free_list)) {
229 *no_spc = list_empty(&rx->free_list) ? 1 : 0;
395 if (list_empty(&rx->to_host_list)) {
605 if (list_empty(&tx->sdu_list)) {
662 if (!list_empty(&tx->hci_list)) {
668 } else if (!list_empty(&tx->sdu_list)) {
/linux-master/lib/
H A Dparman.c89 return !list_empty(&prio->item_list);
291 WARN_ON(!list_empty(&parman->prio_list));
H A Dref_tracker.c94 if (list_empty(&dir->list))
170 if (!list_empty(&dir->list)) {
/linux-master/drivers/crypto/chelsio/
H A Dchcr_core.c84 if (!list_empty(&drv_data.act_dev)) {
140 if (list_empty(&drv_data.act_dev))
/linux-master/sound/pci/ctxfi/
H A Dctvmem.c222 while (!list_empty(&vm->used)) {
228 while (!list_empty(&vm->unused)) {
/linux-master/drivers/xen/xen-pciback/
H A Dvpci.c104 if (list_empty(&vpci_dev->dev_list[slot]))
124 if (list_empty(&vpci_dev->dev_list[slot])) {
/linux-master/net/atm/
H A Dbr2684.c288 return list_empty(&brdev->brvccs) ? NULL : list_entry_brvcc(brdev->brvccs.next); /* 1 vcc/dev right now */
375 if (brdev == NULL || list_empty(&brdev->brvccs) ||
434 if (list_empty(&brdev->brvccs)) {
563 if (!list_empty(&brdev->brvccs)) {
578 if (list_empty(&brdev->brvccs) && !brdev->mac_was_set) {
707 if (list_empty(&br2684_devs)) {
853 while (!list_empty(&br2684_devs)) {
856 while (!list_empty(&brdev->brvccs)) {
/linux-master/drivers/dma/
H A Dpch_dma.c336 if (list_empty(&desc->tx_list)) {
368 if (!list_empty(&pd_chan->queue))
387 if (!list_empty(&pd_chan->active_list))
399 if (list_empty(&pd_chan->active_list) ||
415 if (list_empty(&pd_chan->active_list)) {
501 if (!list_empty(&pd_chan->free_list))
535 BUG_ON(!list_empty(&pd_chan->active_list));
536 BUG_ON(!list_empty(&pd_chan->queue));
/linux-master/tools/cgroup/
H A Dmemcg_slabinfo.py10 from drgn.helpers.linux import list_for_each_entry, list_empty namespace
37 if not list_empty(css.children.address_of_()):
/linux-master/drivers/scsi/csiostor/
H A Dcsio_scsi.h206 if (likely(!list_empty(&scm->ioreq_freelist))) {
236 if (likely(!list_empty(&scm->ddp_freelist))) {
/linux-master/drivers/scsi/libsas/
H A Dsas_event.c20 if (list_empty(&sw->drain_node))
109 if (list_empty(&port->phy_list)) {
/linux-master/fs/afs/
H A Dmntpt.c201 if (!list_empty(&afs_vfsmounts)) {
217 ASSERT(list_empty(&afs_vfsmounts));
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_flow.c72 WARN_ON(!list_empty(&block->template_list));
73 WARN_ON(!list_empty(&block->binding_list));
/linux-master/drivers/md/
H A Ddm-cache-background-tracker.c66 BUG_ON(!list_empty(&b->issued));
228 if (list_empty(&b->queued))
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_streamoutput.c99 if (!list_empty(&so->cotable_head) || !so->committed )
170 if (list_empty(&so->cotable_head))
/linux-master/net/handshake/
H A Drequest.c147 if (WARN_ON_ONCE(!list_empty(&req->hr_list)))
172 if (!list_empty(&req->hr_list)) {
/linux-master/drivers/base/
H A Ddevres.c135 BUG_ON(!list_empty(&node->entry));
143 BUG_ON(!list_empty(&new->entry));
228 BUG_ON(!list_empty(&dr->node.entry));
477 BUG_ON(!grp || list_empty(&grp->node[0].entry));
480 if (list_empty(&grp->node[1].entry))
528 if (list_empty(&dev->devres_head))
594 } else if (list_empty(&grp->node[1].entry))
682 if (!list_empty(&grp->node[1].entry))
/linux-master/fs/dlm/
H A Dast.c113 if (list_empty(&lkb->lkb_callbacks))
256 empty = list_empty(&ls->ls_cb_delay);

Completed in 222 milliseconds

1234567891011>>