Searched refs:n_new (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | mempolicy.c | 2583 struct sp_node *n_new = NULL; in shared_policy_replace() local 2601 if (!n_new) in shared_policy_replace() 2606 sp_node_init(n_new, end, n->end, mpol_new); in shared_policy_replace() 2608 sp_insert(sp, n_new); in shared_policy_replace() 2609 n_new = NULL; in shared_policy_replace() 2627 if (n_new) in shared_policy_replace() 2628 kmem_cache_free(sn_cache, n_new); in shared_policy_replace() 2635 n_new = kmem_cache_alloc(sn_cache, GFP_KERNEL); in shared_policy_replace() 2636 if (!n_new) in shared_policy_replace()
|
/kernel/linux/linux-6.6/mm/ |
H A D | mempolicy.c | 2720 struct sp_node *n_new = NULL; in shared_policy_replace() local 2738 if (!n_new) in shared_policy_replace() 2743 sp_node_init(n_new, end, n->end, mpol_new); in shared_policy_replace() 2745 sp_insert(sp, n_new); in shared_policy_replace() 2746 n_new = NULL; in shared_policy_replace() 2764 if (n_new) in shared_policy_replace() 2765 kmem_cache_free(sn_cache, n_new); in shared_policy_replace() 2772 n_new = kmem_cache_alloc(sn_cache, GFP_KERNEL); in shared_policy_replace() 2773 if (!n_new) in shared_policy_replace()
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | core-book3s.c | 1011 int n_prev, int n_new) in check_excludes() 1025 n = n_prev + n_new; in check_excludes() 1010 check_excludes(struct perf_event **ctrs, unsigned int cflags[], int n_prev, int n_new) check_excludes() argument
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | core-book3s.c | 1093 int n_prev, int n_new) in check_excludes() 1107 n = n_prev + n_new; in check_excludes() 1092 check_excludes(struct perf_event **ctrs, unsigned int cflags[], int n_prev, int n_new) check_excludes() argument
|
/kernel/linux/linux-6.6/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()
|
Completed in 30 milliseconds