Lines Matching refs:l
31 struct list_head *l) in fixup() argument
35 pp = (unsigned long *)&l->next; in fixup()
39 pp = (unsigned long *)&l->prev; in fixup()
159 struct list_head *l; in attach_free_block() local
172 list_for_each(l, &info->free_list) { in attach_free_block()
173 blk = list_entry(l, rh_block_t, list); in attach_free_block()
235 struct list_head *l; in attach_taken_block() local
238 list_for_each(l, &info->taken_list) { in attach_taken_block()
239 blk = list_entry(l, rh_block_t, list); in attach_taken_block()
372 struct list_head *l; in rh_detach_region() local
395 list_for_each(l, &info->free_list) { in rh_detach_region()
396 blk = list_entry(l, rh_block_t, list); in rh_detach_region()
444 struct list_head *l; in rh_alloc_align() local
460 list_for_each(l, &info->free_list) { in rh_alloc_align()
461 blk = list_entry(l, rh_block_t, list); in rh_alloc_align()
529 struct list_head *l; in rh_alloc_fixed() local
552 list_for_each(l, &info->free_list) { in rh_alloc_fixed()
553 blk = list_entry(l, rh_block_t, list); in rh_alloc_fixed()
615 struct list_head *l; in rh_free() local
620 list_for_each(l, &info->taken_list) { in rh_free()
621 blk2 = list_entry(l, rh_block_t, list); in rh_free()
644 struct list_head *l; in rh_get_stats() local
664 list_for_each(l, h) { in rh_get_stats()
665 blk = list_entry(l, rh_block_t, list); in rh_get_stats()
682 struct list_head *l; in rh_set_owner() local
687 list_for_each(l, &info->taken_list) { in rh_set_owner()
688 blk2 = list_entry(l, rh_block_t, list); in rh_set_owner()