Searched refs:total_objects (Results 1 – 2 of 2) sorted by relevance
347 atomic_long_t total_objects; member
1052 atomic_long_add(objects, &n->total_objects); in inc_slabs_node()1060 atomic_long_sub(objects, &n->total_objects); in dec_slabs_node()2248 return atomic_long_read(&n->total_objects); in node_nr_objs()3190 atomic_long_set(&n->total_objects, 0); in init_kmem_cache_node()4681 x = atomic_long_read(&n->total_objects); in show_slab_objects()4683 x = atomic_long_read(&n->total_objects) - in show_slab_objects()4725 if (atomic_long_read(&n->total_objects)) in any_slab_objects()4960 SLAB_ATTR_RO(total_objects);