Home
last modified time | relevance | path

Searched refs:num (Results 1 – 2 of 2) sorted by relevance

/mm/
Dslab.c513 unsigned int *num) in cache_estimate() argument
542 *num = nr_objs; in cache_estimate()
1071 cachep->batchcount + cachep->num; in init_cache_node_node()
1080 return (n->free_objects + cachep->num - 1) / cachep->num; in slabs_tofree()
1542 active_objs += cachep->num; in slab_out_of_memory()
1556 num_objs = num_slabs * cachep->num; in slab_out_of_memory()
1842 if (objnr + 1 < cachep->num) { in check_poison_obj()
1858 for (i = 0; i < cachep->num; i++) { in slab_destroy_debugcheck()
1939 unsigned int num; in calculate_slab_order() local
1942 cache_estimate(gfporder, size, align, flags, &remainder, &num); in calculate_slab_order()
[all …]
Dmemcontrol.c1316 int num = 0; in mem_cgroup_count_children() local
1320 num++; in mem_cgroup_count_children()
1321 return num; in mem_cgroup_count_children()