Searched refs:count_per_node (Results 1 – 1 of 1) sorted by relevance
20 unsigned long *count_per_node) in shrinker_count_objects() argument40 count_per_node[nid] = nr; in shrinker_count_objects()50 unsigned long *count_per_node; in shrinker_debugfs_count_show() local56 count_per_node = kcalloc(nr_node_ids, sizeof(unsigned long), GFP_KERNEL); in shrinker_debugfs_count_show()57 if (!count_per_node) in shrinker_debugfs_count_show()71 count_per_node); in shrinker_debugfs_count_show()75 seq_printf(m, " %lu", count_per_node[nid]); in shrinker_debugfs_count_show()93 kfree(count_per_node); in shrinker_debugfs_count_show()