HomeSort by: relevance | last modified time | path
    Searched defs:histkva (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/vmstat/
vmstat.c 2209 struct kern_history hist, *histkva; local in function:hist_traverse
2229 for (histkva = LIST_FIRST(&histhead); histkva != NULL;
2230 histkva = LIST_NEXT(&hist, list)) {
2231 deref_kptr(histkva, &hist, sizeof(hist), "histkva");
vmstat.c 2209 struct kern_history hist, *histkva; local in function:hist_traverse
2229 for (histkva = LIST_FIRST(&histhead); histkva != NULL;
2230 histkva = LIST_NEXT(&hist, list)) {
2231 deref_kptr(histkva, &hist, sizeof(hist), "histkva");

Completed in 26 milliseconds