Searched refs:n_new (Results 1 – 3 of 3) sorted by relevance
| /linux/mm/ |
| H A D | mempolicy.c | 3138 struct sp_node *n_new = NULL; in shared_policy_replace() local 3156 if (!n_new) in shared_policy_replace() 3161 sp_node_init(n_new, end, n->end, mpol_new); in shared_policy_replace() 3163 sp_insert(sp, n_new); in shared_policy_replace() 3164 n_new = NULL; in shared_policy_replace() 3182 if (n_new) in shared_policy_replace() 3183 kmem_cache_free(sn_cache, n_new); in shared_policy_replace() 3190 n_new = kmem_cache_alloc(sn_cache, GFP_KERNEL); in shared_policy_replace() 3191 if (!n_new) in shared_policy_replace()
|
| /linux/arch/sparc/kernel/ |
| H A D | perf_event.c | 1314 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()
|
| /linux/arch/powerpc/perf/ |
| H A D | core-book3s.c | 1091 int n_prev, int n_new) in check_excludes() 1105 n = n_prev + n_new; in check_excludes() 1090 check_excludes(struct perf_event ** ctrs,unsigned int cflags[],int n_prev,int n_new) check_excludes() argument
|