Lines Matching refs:plot
1308 unsigned plot = __mf_object_dead_head [row]; in __mfu_unregister() local
1310 del_obj = __mf_object_cemetary [row][plot]; in __mfu_unregister()
1311 __mf_object_cemetary [row][plot] = old_obj; in __mfu_unregister()
1312 plot ++; in __mfu_unregister()
1313 if (plot == __mf_opts.persistent_count) plot = 0; in __mfu_unregister()
1314 __mf_object_dead_head [row] = plot; in __mfu_unregister()
1621 unsigned plot; in __mf_find_dead_objects() local
1624 plot = __mf_object_dead_head [row]; in __mf_find_dead_objects()
1630 if (plot > 0) plot --; in __mf_find_dead_objects()
1631 else plot = __mf_opts.persistent_count - 1; in __mf_find_dead_objects()
1633 obj = __mf_object_cemetary [row][plot]; in __mf_find_dead_objects()
1843 unsigned row, plot; in __mfu_report() local
1845 for (plot = 0 ; plot < __mf_opts.persistent_count; plot ++) in __mfu_report()
1846 if (__mf_object_cemetary [row][plot] != 0) in __mfu_report()