Searched refs:mru_count (Results 1 – 1 of 1) sorted by relevance
368 static u_int mru_count; variable2530 mru_count++; in add_mru()2609 mru_count = 0; in collect_mru_list()2663 mru_count--; in collect_mru_list()2914 mru_count, mru_dupes); in collect_mru_list()2920 xprintf(stderr, "\r%u (%u updates) ", mru_count, in collect_mru_list()3273 sorted = eallocarray(mru_count, sizeof(*sorted)); in mrulist()3277 INSIST(ppentry < sorted + mru_count); in mrulist()3283 INSIST(ppentry < sorted + mru_count); in mrulist()3289 if (ppentry - sorted != (int)mru_count) { in mrulist()[all …]