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

/linux-4.4.14/mm/
H A Dmempolicy.c2358 struct sp_node *n_new = NULL; shared_policy_replace() local
2376 if (!n_new) shared_policy_replace()
2381 sp_node_init(n_new, end, n->end, mpol_new); shared_policy_replace()
2383 sp_insert(sp, n_new); shared_policy_replace()
2384 n_new = NULL; shared_policy_replace()
2402 if (n_new) shared_policy_replace()
2403 kmem_cache_free(sn_cache, n_new); shared_policy_replace()
2410 n_new = kmem_cache_alloc(sn_cache, GFP_KERNEL); shared_policy_replace()
2411 if (!n_new) shared_policy_replace()
/linux-4.4.14/arch/sparc/kernel/
H A Dperf_event.c1299 static int check_excludes(struct perf_event **evts, int n_prev, int n_new) check_excludes() argument
1308 n = n_prev + n_new; check_excludes()
/linux-4.4.14/arch/powerpc/perf/
H A Dcore-book3s.c941 int n_prev, int n_new) check_excludes()
955 n = n_prev + n_new; check_excludes()
940 check_excludes(struct perf_event **ctrs, unsigned int cflags[], int n_prev, int n_new) check_excludes() argument

Completed in 147 milliseconds