Lines Matching refs:head
151 struct list_head head;
274 if (list_is_linked(&bo->head))
275 list_del(&bo->head);
750 list_addtail(&bo->slab.entry.head, &slab->base.free);
881 list_for_each_entry_safe(struct iris_bo, cur, &bucket->head, head) {
901 list_del(&cur->head);
1381 list_addtail(&bo->head, &bufmgr->zombie_list);
1399 list_for_each_entry_safe(struct iris_bo, bo, &bucket->head, head) {
1403 list_del(&bo->head);
1412 list_for_each_entry_safe(struct iris_bo, bo, &bucket->head, head) {
1416 list_del(&bo->head);
1425 list_for_each_entry_safe(struct iris_bo, bo, &bucket->head, head) {
1429 list_del(&bo->head);
1435 list_for_each_entry_safe(struct iris_bo, bo, &bufmgr->zombie_list, head) {
1442 list_del(&bo->head);
1467 list_addtail(&bo->head, &bucket->head);
1766 list_for_each_entry_safe(struct iris_bo, bo, &bucket->head, head) {
1767 list_del(&bo->head);
1776 list_for_each_entry_safe(struct iris_bo, bo, &bucket->head, head) {
1777 list_del(&bo->head);
1786 list_for_each_entry_safe(struct iris_bo, bo, &bucket->head, head) {
1787 list_del(&bo->head);
1794 list_for_each_entry_safe(struct iris_bo, bo, &bufmgr->zombie_list, head) {
1795 list_del(&bo->head);
2113 list_inithead(&buckets[i].head);