Home
last modified time | relevance | path

Searched refs:objs_checked (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/lib/
H A Ddebugobjects.c1072 int cnt, objs_checked = 0; in __debug_check_no_obj_freed() local
1113 objs_checked += cnt; in __debug_check_no_obj_freed()
1116 if (objs_checked > debug_objects_maxchecked) in __debug_check_no_obj_freed()
1117 debug_objects_maxchecked = objs_checked; in __debug_check_no_obj_freed()