Searched refs:dph_lrulist (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_proc.h92 dt_list_t dph_lrulist; /* list of dt_proc_t's in lru order */ member in struct:dt_proc_hash
H A Ddt_proc.c43 * Instead, libproc handles are maintained on dph_lrulist in order from most-
63 * counting. The dt_proc_t is also maintained in LRU order on dph_lrulist.
779 dt_list_delete(&dph->dph_lrulist, dpr);
889 dt_list_prepend(&dph->dph_lrulist, dpr);
927 dt_list_delete(&dph->dph_lrulist, dpr);
928 dt_list_prepend(&dph->dph_lrulist, dpr);
963 for (opr = dt_list_prev(&dph->dph_lrulist);
983 dt_list_prepend(&dph->dph_lrulist, dpr);
1056 while ((dpr = dt_list_next(&dph->dph_lrulist)) != NULL)

Completed in 24 milliseconds