Home
last modified time | relevance | path

Searched refs:n_new (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/mm/
Dmempolicy.c2361 struct sp_node *n_new = NULL; in shared_policy_replace() local
2379 if (!n_new) in shared_policy_replace()
2384 sp_node_init(n_new, end, n->end, mpol_new); in shared_policy_replace()
2386 sp_insert(sp, n_new); in shared_policy_replace()
2387 n_new = NULL; in shared_policy_replace()
2405 if (n_new) in shared_policy_replace()
2406 kmem_cache_free(sn_cache, n_new); in shared_policy_replace()
2413 n_new = kmem_cache_alloc(sn_cache, GFP_KERNEL); in shared_policy_replace()
2414 if (!n_new) in shared_policy_replace()
/linux-4.1.27/arch/sparc/kernel/
Dperf_event.c1299 static int check_excludes(struct perf_event **evts, int n_prev, int n_new) in check_excludes() argument
1308 n = n_prev + n_new; in check_excludes()
/linux-4.1.27/arch/powerpc/perf/
Dcore-book3s.c941 int n_prev, int n_new) in check_excludes() argument
955 n = n_prev + n_new; in check_excludes()