Searched refs:list_empty (Results 151 - 175 of 2316) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dicm.h100 iter->chunk = list_empty(&icm->chunk_list) ?
/linux-master/drivers/net/ethernet/sfc/
H A Dmtd.c104 if (list_empty(&efx->mtd_list))
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dmtd.c101 if (list_empty(&efx->mtd_list))
/linux-master/drivers/hid/
H A Dhid-zpff.c61 if (list_empty(&hid->inputs)) {
H A Dhid-lg2ff.c57 if (list_empty(&hid->inputs)) {
H A Dhid-megaworld.c47 if (list_empty(&hid->inputs)) {
/linux-master/drivers/net/wireless/ath/
H A Ddfs_pri_detector.c138 if (!list_empty(&pseq_pool)) {
151 if (!list_empty(&pulse_pool)) {
163 if (list_empty(l))
340 if (list_empty(&pde->sequences))
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Dnotif-wait.c26 if (!list_empty(&notif_wait->notif_waits)) {
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_verbs.c371 if (!list_empty(list)) {
376 if (!list_empty(list))
569 if (!list_empty(&dev->txreq_free)) {
578 list_empty(&priv->iowait)) {
599 if (likely(!list_empty(&dev->txreq_free))) {
640 if (!list_empty(&dev->txwait)) {
755 if (list_empty(&priv->iowait)) {
756 if (list_empty(&dev->memwait))
891 if (list_empty(&priv->iowait)) {
1163 while (!list_empty(lis
[all...]
/linux-master/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_xmit.c232 while (list_empty(frame_phead) == false) {
319 if (list_empty(&pframe_queue->queue))
576 if (!list_empty(&pqueue->queue)) {
585 while (list_empty(phead) == false) {
/linux-master/lib/
H A Dirq_poll.c86 while (!list_empty(list)) {
H A Dlru_cache.c316 if (!list_empty(&lc->free))
318 else if (!list_empty(&lc->lru))
337 if (!list_empty(&lc->free))
339 if (!list_empty(&lc->lru))
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dmtd.c104 if (list_empty(&efx->mtd_list))
/linux-master/scripts/mod/
H A Dlist.h123 * Note: list_empty() on entry does not return true after this, the entry is
144 * list_empty - tests whether a list is empty
147 static inline int list_empty(const struct list_head *head) function
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-memory-errors.c61 while (!list_empty(&opal_memory_err_list)) {
/linux-master/arch/powerpc/kernel/
H A Deeh_event.c51 if (!list_empty(&eeh_eventlist)) {
/linux-master/drivers/usb/c67x00/
H A Dc67x00-sched.c268 if (list_empty(&ep_data->node)) {
292 if (!list_empty(&ep_data->queue))
310 if (!list_empty(&ep->urb_list))
401 if (list_empty(&urbp->ep_data->queue))
785 if (!list_empty(&ep_data->queue)) {
801 if (!list_empty(&c67x00->td_list)) {
1068 if (list_empty(&c67x00->td_list))
1101 if (!list_empty(&c67x00->td_list))
1116 if (!list_empty(&c67x00->td_list))
/linux-master/fs/jffs2/
H A Derase.c108 while (!list_empty(&c->erase_complete_list) ||
109 !list_empty(&c->erase_pending_list)) {
111 if (!list_empty(&c->erase_complete_list)) {
124 } else if (!list_empty(&c->erase_pending_list)) {
/linux-master/drivers/media/test-drivers/visl/
H A Dvisl-debugfs.c86 if (list_empty(&dev->bitstream_blobs))
/linux-master/drivers/net/ethernet/freescale/fman/
H A Dfman_mac.h189 if (!list_empty(addr_lst)) {
/linux-master/include/linux/sunrpc/
H A Drpc_pipe_fs.h97 return (msg->copied != 0 && list_empty(&msg->list));
/linux-master/drivers/vfio/
H A Dcontainer.c209 if (!list_empty(&container->group_list) &&
276 if (list_empty(&container->group_list) || container->iommu_driver) {
430 if (!list_empty(&container->group_list) &&
491 if (driver && list_empty(&container->group_list)) {
/linux-master/drivers/s390/scsi/
H A Dzfcp_reqlist.h68 if (!list_empty(&rl->buckets[i]))
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_validation.h113 return !list_empty(&ctx->bo_list);
/linux-master/kernel/module/
H A Dtracking.c54 if (!list_empty(&unloaded_tainted_modules)) {

Completed in 168 milliseconds

1234567891011>>