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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_evict.c108 while (!list_empty(&unwind_list)) {
129 while (!list_empty(&unwind_list)) {
142 while (!list_empty(&eviction_list)) {
163 lists_empty = (list_empty(&dev_priv->mm.inactive_list) &&
164 list_empty(&dev_priv->mm.active_list));
H A Di915_gem_execbuffer.c384 while (!list_empty(objects)) {
510 while (!list_empty(objects)) {
921 if (!list_empty(&obj->exec_list)) {
1036 while (!list_empty(&objects)) {
H A Di915_gem.c1153 if (!list_empty(&obj->base.seg_list)) {
1575 was_empty = list_empty(&ring->request_list);
1735 while (!list_empty(&ring->request_list)) {
1748 while (!list_empty(&ring->active_list)) {
1811 if (list_empty(&ring->request_list))
1818 while (!list_empty(&ring->request_list)) {
1841 while (!list_empty(&ring->active_list)) {
1900 idle &= list_empty(&ring->request_list);
2501 if (list_empty(&gtt_space->node_list))
3694 BUG_ON(!list_empty(
[all...]
H A Dintel_dvo.c357 if (!list_empty(&connector->probed_modes))
H A Di915_gem_gtt.c620 if (!list_empty(&node->node_list)) {
H A Dintel_ringbuffer.c1548 if (list_empty(&ring->request_list))
H A Dintel_sdvo.c1928 return !list_empty(&connector->probed_modes);
H A Di915_irq.c2298 return (list_empty(&ring->request_list) ||
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_linux_list.h59 #define list_empty(head) \ macro
120 if (!list_empty(list)) { \
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_fops.c357 if (!list_empty(&dev->ctxlist)) {
449 if (list_empty(&file_priv->event_list))
473 !list_empty(&file_priv->event_list));
475 DRM_ERROR("returns %d event_list is %d", ret, list_empty(&file_priv->event_list));
497 if (!list_empty(&file_priv->event_list)) {
H A Ddrm_fb_helper.c211 if (list_empty(&kernel_fb_helper_list))
309 if (!list_empty(&fb_helper->kernel_fb_list)) {
311 if (list_empty(&kernel_fb_helper_list)) {
418 if (list_empty(&kernel_fb_helper_list)) {
641 if (!modes[i] && !list_empty(&fb_helper_conn->connector->modes)) {
H A Ddrm_context.c459 if (!list_empty(&dev->ctxlist)) {
H A Ddrm_mm.c64 if (list_empty(&mm->unused_nodes))
686 if (!list_empty(&mm->head_node.node_list)) {
H A Ddrm_sun_idr.c483 empty = list_empty(&(head)->next[key]);
H A Ddrm_sunmod.c284 if (list_empty(&obj->seg_list)) {
H A Ddrm_bufs.c469 if (list_empty(&dev->maplist) || !map) {
H A Ddrm_crtc.c540 WARN_ON(!list_empty(&fb->filp_head));
874 if (!list_empty(&plane->head)) {
2819 if (!list_empty(&property->enum_blob_list)) {
3929 WARN_ON(!list_empty(&dev->mode_config.fb_list));
H A Ddrm_crtc_helper.c189 if (list_empty(&connector->modes))
H A Ddrm_modes.c1033 if (list_empty(mode_list))
H A Ddrm_edid.c1213 if (list_empty(&connector->probed_modes))

Completed in 1153 milliseconds