Searched refs:n_new (Results 1 – 2 of 2) sorted by relevance
3134 struct sp_node *n_new = NULL; in shared_policy_replace() local3152 if (!n_new) in shared_policy_replace()3157 sp_node_init(n_new, end, n->end, mpol_new); in shared_policy_replace()3159 sp_insert(sp, n_new); in shared_policy_replace()3160 n_new = NULL; in shared_policy_replace()3178 if (n_new) in shared_policy_replace()3179 kmem_cache_free(sn_cache, n_new); in shared_policy_replace()3186 n_new = kmem_cache_alloc(sn_cache, GFP_KERNEL); in shared_policy_replace()3187 if (!n_new) in shared_policy_replace()
1314 static int check_excludes(struct perf_event **evts, int n_prev, int n_new) in check_excludes() argument1323 n = n_prev + n_new; in check_excludes()