Lines Matching refs:unallocated_objects
84 int unallocated_objects; member
297 depot->unallocated_objects = OBJCACHE_UNLIMITED; in objcache_create()
299 depot->unallocated_objects = ncpus * mag_capacity * 2 + in objcache_create()
304 desc->total_objects = depot->unallocated_objects; in objcache_create()
368 depot->unallocated_objects += delta; in objcache_set_cluster_limit()
508 if (__predict_true(depot->unallocated_objects > 0)) { in objcache_get()
509 --depot->unallocated_objects; in objcache_get()
523 ++depot->unallocated_objects; in objcache_get()
711 ++depot->unallocated_objects; in objcache_put()
732 ++depot->unallocated_objects; in objcache_dtor()
811 depot->unallocated_objects += mag->rounds; in maglist_disassociate()
884 depot->unallocated_objects += count; in objcache_reclaimlist()
973 unalloc = desc->objcache->depot[0].unallocated_objects; in sysctl_ocstats()