Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dmempolicy.c2597 struct sp_node *n_new = NULL; in shared_policy_replace() local
2615 if (!n_new) in shared_policy_replace()
2620 sp_node_init(n_new, end, n->end, mpol_new); in shared_policy_replace()
2622 sp_insert(sp, n_new); in shared_policy_replace()
2623 n_new = NULL; in shared_policy_replace()
2641 if (n_new) in shared_policy_replace()
2642 kmem_cache_free(sn_cache, n_new); in shared_policy_replace()
2649 n_new = kmem_cache_alloc(sn_cache, GFP_KERNEL); in shared_policy_replace()
2650 if (!n_new) in shared_policy_replace()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dperf_event.c1314 static int check_excludes(struct perf_event **evts, int n_prev, int n_new) in check_excludes() argument
1323 n = n_prev + n_new; in check_excludes()
/OK3568_Linux_fs/kernel/arch/powerpc/perf/
H A Dcore-book3s.c1011 int n_prev, int n_new) in check_excludes() argument
1025 n = n_prev + n_new; in check_excludes()