Lines Matching +defs:head +defs:y
931 struct list_head *head, bool augment) in __link_va()
971 struct list_head *head) in link_va()
979 struct list_head *head) in link_va_augment()
1083 struct rb_root *root, struct list_head *head) in insert_vmap_area()
1096 struct list_head *head) in insert_vmap_area_augment()
1125 struct rb_root *root, struct list_head *head, bool augment) in __merge_or_add_vmap_area()
1209 struct rb_root *root, struct list_head *head) in merge_or_add_vmap_area()
1216 struct rb_root *root, struct list_head *head) in merge_or_add_vmap_area_augment()
1319 find_vmap_lowest_linear_match(struct list_head *head, unsigned long size, in find_vmap_lowest_linear_match()
1335 find_vmap_lowest_match_check(struct rb_root *root, struct list_head *head, in find_vmap_lowest_match_check()
1389 adjust_va_to_fit_type(struct rb_root *root, struct list_head *head, in adjust_va_to_fit_type()
1493 __alloc_vmap_area(struct rb_root *root, struct list_head *head, in __alloc_vmap_area()
1881 #define VMAP_MIN(x, y) ((x) < (y) ? (x) : (y)) /* can't use min() */ argument
1882 #define VMAP_MAX(x, y) ((x) > (y) ? (x) : (y)) /* can't use max() */ argument