HomeSort by: relevance | last modified time | path
    Searched refs:sh_nextfree (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
kernhist.h 95 uint32_t sh_nextfree; member in struct:sysctl_history
  /src/sys/kern/
kern_history.c 497 buf->sh_nextfree = h->f;
  /src/usr.bin/vmstat/
vmstat.c 2431 hist->sh_nextfree);
2433 i = hist->sh_nextfree;
2454 } while (i != hist->sh_nextfree);

Completed in 14 milliseconds