Home
last modified time | relevance | path

Searched refs:kb_couldfree (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/sys/
H A Dmalloc.h348 u_int64_t kb_couldfree; /* over high water mark and could free */ member
/openbsd/usr.bin/systat/
H A Dmalloc.c375 print_fld_size(FLD_BUCKET_COULDFREE, kp->kb_couldfree); in showbucket()
/openbsd/sys/kern/
H A Dkern_malloc.c473 kbp->kb_couldfree++;
/openbsd/regress/usr.bin/diff/
H A Dt8.1338 kbp->kb_couldfree++;
H A Dt8.2412 kbp->kb_couldfree++;
/openbsd/usr.bin/vmstat/
H A Dvmstat.c793 (unsigned long long)kp->kb_couldfree); in domem()
/openbsd/sbin/sysctl/
H A Dsysctl.c895 printf("could_free = %lld", (long long)kb->kb_couldfree); in parse()