Lines Matching +defs:head +defs:y
855 struct list_head head; member
867 struct list_head head; member
1171 struct list_head *head, bool augment) in __link_va()
1211 struct list_head *head) in link_va()
1219 struct list_head *head) in link_va_augment()
1323 struct rb_root *root, struct list_head *head) in insert_vmap_area()
1336 struct list_head *head) in insert_vmap_area_augment()
1365 struct rb_root *root, struct list_head *head, bool augment) in __merge_or_add_vmap_area()
1449 struct rb_root *root, struct list_head *head) in merge_or_add_vmap_area()
1456 struct rb_root *root, struct list_head *head) in merge_or_add_vmap_area_augment()
1559 find_vmap_lowest_linear_match(struct list_head *head, unsigned long size, in find_vmap_lowest_linear_match()
1575 find_vmap_lowest_match_check(struct rb_root *root, struct list_head *head, in find_vmap_lowest_match_check()
1629 va_clip(struct rb_root *root, struct list_head *head, in va_clip()
1730 struct rb_root *root, struct list_head *head, in va_alloc()
1759 __alloc_vmap_area(struct rb_root *root, struct list_head *head, in __alloc_vmap_area()
2117 reclaim_list_global(struct list_head *head) in reclaim_list_global()
2476 #define VMAP_MIN(x, y) ((x) < (y) ? (x) : (y)) /* can't use min() */ argument
2477 #define VMAP_MAX(x, y) ((x) > (y) ? (x) : (y)) /* can't use max() */ argument