Lines Matching refs:ptr_low
271 static unsigned __mf_find_objects (uintptr_t ptr_low, uintptr_t ptr_high,
273 static unsigned __mf_find_objects2 (uintptr_t ptr_low, uintptr_t ptr_high,
275 static unsigned __mf_find_dead_objects (uintptr_t ptr_low, uintptr_t ptr_high,
817 uintptr_t ptr_low = (uintptr_t) ptr; in __mfu_check() local
844 entry->low = ptr_low; in __mfu_check()
874 obj_count = __mf_find_objects (ptr_low, ptr_high, ovr_obj, 1); in __mfu_check()
883 n = __mf_find_objects (ptr_low, ptr_high, all_ovr_obj, obj_count); in __mfu_check()
936 if (LIKELY (ptr_low >= obj->low && ptr_high <= obj->high)) in __mfu_check()
959 uncovered_low_p = ptr_low < obj->low; in __mfu_check()
1003 judgement = __mf_heuristic_check (ptr_low, ptr_high); in __mfu_check()
1500 __mf_find_objects2 (uintptr_t ptr_low, uintptr_t ptr_high, in __mf_find_objects2() argument
1505 mfsplay_tree_key k = (mfsplay_tree_key) ptr_low; in __mf_find_objects2()
1521 k = (mfsplay_tree_key) ptr_low; in __mf_find_objects2()
1531 if (! (obj->low <= ptr_high && obj->high >= ptr_low)) /* No overlap? */ in __mf_find_objects2()
1547 __mf_find_objects (uintptr_t ptr_low, uintptr_t ptr_high, in __mf_find_objects() argument
1556 unsigned c = __mf_find_objects2 (ptr_low, ptr_high, objs, max_objs, type); in __mf_find_objects()
2135 uintptr_t ptr_low = (uintptr_t) ptr; in __mf_watch_or_not() local
2157 obj_count = __mf_find_objects (ptr_low, ptr_high, NULL, 0); in __mf_watch_or_not()
2162 n = __mf_find_objects (ptr_low, ptr_high, all_ovr_objs, obj_count); in __mf_watch_or_not()