Lines Matching refs:list
42 list_inithead(&cache->cache_bucket[i].list);
93 while (!LIST_IS_EMPTY(&bucket->list)) {
94 bo = LIST_ENTRY(struct fd_bo, bucket->list.next, list);
101 list_del(&bo->list);
142 * NOTE that intel takes ALLOC_FOR_RENDER bo's from the list tail
146 if (!LIST_IS_EMPTY(&bucket->list)) {
147 bo = LIST_ENTRY(struct fd_bo, bucket->list.next, list);
150 list_del(&bo->list);
208 list_addtail(&bo->list, &bucket->list);