Searched refs:n_new (Results 1 – 3 of 3) sorted by relevance
2410 struct sp_node *n_new = NULL; in shared_policy_replace() local2428 if (!n_new) in shared_policy_replace()2433 sp_node_init(n_new, end, n->end, mpol_new); in shared_policy_replace()2435 sp_insert(sp, n_new); in shared_policy_replace()2436 n_new = NULL; in shared_policy_replace()2454 if (n_new) in shared_policy_replace()2455 kmem_cache_free(sn_cache, n_new); in shared_policy_replace()2462 n_new = kmem_cache_alloc(sn_cache, GFP_KERNEL); in shared_policy_replace()2463 if (!n_new) in shared_policy_replace()
1310 static int check_excludes(struct perf_event **evts, int n_prev, int n_new) in check_excludes() argument1319 n = n_prev + n_new; in check_excludes()
970 int n_prev, int n_new) in check_excludes() argument984 n = n_prev + n_new; in check_excludes()