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

/macosx-10.9.5/dtrace-118.1/libdtrace/
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.c45 * Instead, libproc handles are maintained on dph_lrulist in order from most-
65 * counting. The dt_proc_t is also maintained in LRU order on dph_lrulist.
832 dt_list_delete(&dph->dph_lrulist, dpr);
951 dt_list_prepend(&dph->dph_lrulist, dpr);
989 dt_list_delete(&dph->dph_lrulist, dpr);
990 dt_list_prepend(&dph->dph_lrulist, dpr);
1025 for (opr = dt_list_prev(&dph->dph_lrulist);
1045 dt_list_prepend(&dph->dph_lrulist, dpr);
1118 while ((dpr = dt_list_next(&dph->dph_lrulist)) != NULL)

Completed in 75 milliseconds