Searched refs:unallocated_objects (Results 1 – 1 of 1) sorted by relevance
84 int unallocated_objects; member297 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()[all …]