Searched refs:total_entries (Results 1 – 2 of 2) sorted by relevance
910 int total_entries = 0; in get_vmsubmap_entries() local923 total_entries += in get_vmsubmap_entries()930 total_entries += 1; in get_vmsubmap_entries()937 return total_entries; in get_vmsubmap_entries()944 int total_entries = 0; in get_vmmap_entries() local954 total_entries += in get_vmmap_entries()961 total_entries += 1; in get_vmmap_entries()968 return total_entries; in get_vmmap_entries()
1410 total_entries = len(entries)1414 if limit_output_count is not None and limit_output_count > total_entries:1415 …TE: Output count `%d' is too large; showing all %d entries" % (limit_output_count, total_entries));1416 limit_output_count = total_entries1421 if limit_output_count is not None and limit_output_count < total_entries:1425 entries_to_display = total_entries