Searched refs:list_empty (Results 1 - 25 of 69) sorted by relevance

123

/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/common/
H A Dlist.h50 int list_empty(list_t *);
H A Dlist.c150 list_empty(list_t *list) function
/freebsd-10-stable/sys/dev/drm2/i915/
H A Di915_gem_evict.c120 while (!list_empty(&unwind_list)) {
141 while (!list_empty(&unwind_list)) {
154 while (!list_empty(&eviction_list)) {
176 lists_empty = (list_empty(&dev_priv->mm.inactive_list) &&
177 list_empty(&dev_priv->mm.flushing_list) &&
178 list_empty(&dev_priv->mm.active_list));
194 KASSERT(list_empty(&dev_priv->mm.flushing_list),
H A Di915_gem.c901 KASSERT(list_empty(&dev_priv->mm.active_list), ("active list"));
902 KASSERT(list_empty(&dev_priv->mm.flushing_list), ("flushing list"));
903 KASSERT(list_empty(&dev_priv->mm.inactive_list), ("inactive list"));
3095 KASSERT(list_empty(&obj->gpu_write_list), ("On gpu_write_list"));
3230 if (list_empty(&ring->gpu_write_list) && list_empty(&ring->active_list))
3233 if (!list_empty(&ring->gpu_write_list)) {
3261 if (!list_empty(&ring->gpu_write_list))
3422 was_empty = list_empty(&ring->request_list);
3480 while (!list_empty(
[all...]
/freebsd-10-stable/sys/dev/hptnr/
H A Dlist.h80 static HPT_INLINE int list_empty(struct list_head *head) function
102 if (!list_empty(list))
108 if (!list_empty(list)) {
/freebsd-10-stable/sys/dev/hptrr/
H A Dlist.h83 static HPT_INLINE int list_empty(struct list_head *head) function
105 if (!list_empty(list))
111 if (!list_empty(list)) {
/freebsd-10-stable/sys/dev/hpt27xx/
H A Dlist.h81 static HPT_INLINE int list_empty(struct list_head *head) function
103 if (!list_empty(list))
109 if (!list_empty(list)) {
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dlist.c40 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro
128 ASSERT(!list_empty(list));
156 if (list_empty(list))
164 if (list_empty(list))
203 if (list_empty(src))
244 return (list_empty(list));
/freebsd-10-stable/sys/dev/drm2/ttm/
H A Dttm_execbuf_util.c91 if (list_empty(list))
120 if (list_empty(list))
213 if (list_empty(list))
H A Dttm_bo.c121 MPASS(list_empty(&bo->lru));
122 MPASS(list_empty(&bo->ddestroy));
168 MPASS(list_empty(&bo->lru));
185 if (!list_empty(&bo->swap)) {
189 if (!list_empty(&bo->lru)) {
669 if (ret || unlikely(list_empty(&bo->ddestroy))) {
700 if (list_empty(&bdev->ddestroy))
736 if (list_empty(&entry->ddestroy))
885 if (!list_empty(&bo->ddestroy)) {
1375 while (!list_empty(
[all...]
/freebsd-10-stable/sys/netpfil/ipfw/test/
H A Dmylist.h14 #define list_empty(l) ( (l)->next == l ) macro
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dradeon_sa.c86 if (!list_empty(&sa_manager->olist)) {
89 if (!list_empty(&sa_manager->olist)) {
237 if (!list_empty(&sa_manager->flist[i])) {
276 if (list_empty(&sa_manager->flist[i])) {
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Dpd.c182 if (!list_empty(&priv->bf_list))
256 if (!list_empty(&bf->uar->bf_list))
263 } else if (list_empty(&bf->uar->bf_list))
H A Dicm.h91 iter->chunk = list_empty(&icm->chunk_list) ?
/freebsd-10-stable/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c121 * Note: list_empty() on entry does not return true after this, the entry is
202 * list_empty - tests whether a list is empty
205 static inline int list_empty(const struct list_head *head) function
235 return !list_empty(head) && (head->next == head->prev);
269 if (list_empty(head))
300 if (!list_empty(list))
312 if (!list_empty(list))
326 if (!list_empty(list)) {
343 if (!list_empty(list)) {
/freebsd-10-stable/sys/dev/drm/
H A Ddrm_linux_list.h52 list_empty(struct list_head *head) { function
/freebsd-10-stable/sys/ofed/include/linux/
H A Dlist.h83 list_empty(const struct list_head *head) function
179 if (list_empty(list))
321 return !list_empty(head) && (head->next == head->prev);
353 if (list_empty(head))
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmcg.c450 if (!list_empty(&group->pending_list))
541 if (!list_empty(&group->pending_list)) {
665 if (!list_empty(&group->pending_list))
701 while (!list_empty(&group->pending_list) && group->state == MCAST_IDLE) {
730 if (!list_empty(&group->pending_list) && group->state == MCAST_IDLE)
782 if (!list_empty(&group->pending_list) && group->state != MCAST_IDLE)
1002 if (list_empty(&group->pending_list)) {
1164 if (!list_empty(&group->pending_list))
1185 if (!pend && (!list_empty(&group->func[vf].pending) || group->func[vf].num_pend_reqs)) {
1186 mcg_warn_group(group, "DRIVER BUG: list_empty
[all...]
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_linux_list.h57 list_empty(const struct list_head *head) { function
173 if (list_empty(list))
H A Ddrm_fops.c382 if (!list_empty(&dev->ctxlist)) {
481 if (list_empty(&file_priv->event_list))
514 while (list_empty(&file_priv->event_list)) {
575 if (list_empty(&file_priv->event_list)) {
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
H A Diwcm.c178 if (list_empty(&cm_id_priv->work_free_list))
203 BUG_ON(!list_empty(&cm_id_priv->work_free_list));
248 BUG_ON(!list_empty(&cm_id_priv->work_list));
276 BUG_ON(!list_empty(&cm_id_priv->work_list));
1128 empty = list_empty(&cm_id_priv->work_list);
1133 empty = list_empty(&cm_id_priv->work_list);
1147 BUG_ON(!list_empty(&cm_id_priv->work_list));
1206 if (list_empty(&cm_id_priv->work_list)) {
H A Dnotice.c283 while (!list_empty(&group->active_list)) {
320 while (!list_empty(&list)) {
348 while (!list_empty(&group->pending_list) ||
349 !list_empty(&group->notice_list) ||
358 if (!list_empty(&group->notice_list)) {
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.h103 iter->chunk = list_empty(&icm->chunk_list) ?
/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c176 if (!list_empty(&health->list))
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c175 if (list_empty(&priv->cm.rx_flush_list) ||
176 !list_empty(&priv->cm.rx_drain_list))
793 while (!list_empty(&priv->cm.passive_ids)) {
807 while (!list_empty(&priv->cm.rx_error_list) ||
808 !list_empty(&priv->cm.rx_flush_list) ||
809 !list_empty(&priv->cm.rx_drain_list)) {
1200 while (!list_empty(&priv->cm.start_list)) {
1238 while (!list_empty(&priv->cm.reap_list)) {
1319 while (!list_empty(&priv->cm.passive_ids)) {
1334 if (!list_empty(
[all...]

Completed in 251 milliseconds

123