Lines Matching refs:va_holes
52 list_inithead(&mgr->va_holes);
58 list_add(&n->list, &mgr->va_holes);
65 LIST_FOR_EACH_ENTRY_SAFE(hole, tmp, &mgr->va_holes, list) {
118 LIST_FOR_EACH_ENTRY_SAFE_REV(hole, n, &mgr->va_holes, list) {
139 LIST_FOR_EACH_ENTRY_SAFE(hole, n, &mgr->va_holes, list) {
178 hole = container_of(&mgr->va_holes, hole, list);
179 LIST_FOR_EACH_ENTRY(next, &mgr->va_holes, list) {
185 if (&hole->list != &mgr->va_holes) {
192 &next->list != &mgr->va_holes &&
203 if (next != hole && &next->list != &mgr->va_holes &&