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

  /src/usr.bin/vmstat/
vmstat.c 2208 struct kern_history_head histhead; local
2218 deref_kptr((void *)histnl[X_KERN_HISTORIES].n_value, &histhead,
2219 sizeof(histhead), histnl[X_KERN_HISTORIES].n_name);
2221 if (histhead.lh_first == NULL) {
2229 for (histkva = LIST_FIRST(&histhead); histkva != NULL;

Completed in 15 milliseconds