Lines Matching refs:ttl
399 long ttl; in malloc_uninit() local
447 ttl = 0; in malloc_uninit()
451 ttl += type->ks_use[i].memuse; in malloc_uninit()
459 if (ttl) { in malloc_uninit()
461 ttl, type->ks_shortdesc, i); in malloc_uninit()
865 long ttl; in _kmalloc_debug() local
867 for (i = ttl = 0; i < ncpus; ++i) in _kmalloc_debug()
868 ttl += type->ks_use[i].memuse; in _kmalloc_debug()
869 type->ks_loosememuse = ttl; /* not MP synchronized */ in _kmalloc_debug()
870 if ((ssize_t)ttl < 0) /* deal with occassional race */ in _kmalloc_debug()
871 ttl = 0; in _kmalloc_debug()
872 if (ttl >= type->ks_limit) { in _kmalloc_debug()