Lines Matching full:entries
23 * all entries in the hash table. Depending on the number of threads and
48 * - Wrap operations on qsp entries with RCU read-side critical sections, so
49 * that qsp_reset() can delete entries. Unfortunately, the overhead of calling
319 * Note: Entries are never removed, so callers do not have to be in an RCU
552 /* entries are never deleted, so we must have this one */ in qsp_iter_diff()
607 * the entries we'll read will be a superset of the snapshot's entries. in qsp_mktree()
673 QSPReportEntry *entries; member
688 entry = &report->entries[report->n_entries]; in qsp_tree_report()
712 const QSPReportEntry *e = &rep->entries[i]; in pr_report()
735 const QSPReportEntry *e = &rep->entries[i]; in pr_report()
761 QSPReportEntry *e = &rep->entries[i]; in report_destroy()
765 g_free(rep->entries); in report_destroy()
776 rep.entries = g_new0(QSPReportEntry, max); in qsp_report()