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

  /src/usr.bin/vmstat/
vmstat.c 1941 void *hashaddr, *hashbuf, *nhashbuf, *nextaddr; local in function:dohashstat
1951 hashbuf = NULL;
2024 if (hashbuf == NULL || thissize > hashbufsize) {
2025 if ((nhashbuf = realloc(hashbuf, thissize)) == NULL)
2026 errx(1, "malloc hashbuf %llu",
2028 hashbuf = nhashbuf;
2031 deref_kptr(hashaddr, hashbuf, thissize,
2036 hashtbl_list = hashbuf;
2041 hashtbl_slist = hashbuf;
2046 hashtbl_tailq = hashbuf;
    [all...]
vmstat.c 1941 void *hashaddr, *hashbuf, *nhashbuf, *nextaddr; local in function:dohashstat
1951 hashbuf = NULL;
2024 if (hashbuf == NULL || thissize > hashbufsize) {
2025 if ((nhashbuf = realloc(hashbuf, thissize)) == NULL)
2026 errx(1, "malloc hashbuf %llu",
2028 hashbuf = nhashbuf;
2031 deref_kptr(hashaddr, hashbuf, thissize,
2036 hashtbl_list = hashbuf;
2041 hashtbl_slist = hashbuf;
2046 hashtbl_tailq = hashbuf;
    [all...]
vmstat.c 1941 void *hashaddr, *hashbuf, *nhashbuf, *nextaddr; local in function:dohashstat
1951 hashbuf = NULL;
2024 if (hashbuf == NULL || thissize > hashbufsize) {
2025 if ((nhashbuf = realloc(hashbuf, thissize)) == NULL)
2026 errx(1, "malloc hashbuf %llu",
2028 hashbuf = nhashbuf;
2031 deref_kptr(hashaddr, hashbuf, thissize,
2036 hashtbl_list = hashbuf;
2041 hashtbl_slist = hashbuf;
2046 hashtbl_tailq = hashbuf;
    [all...]

Completed in 44 milliseconds