Searched refs:n_new (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/mm/ |
H A D | mempolicy.c | 2709 struct sp_node *n_new = NULL; in shared_policy_replace() local 2727 if (!n_new) in shared_policy_replace() 2732 sp_node_init(n_new, end, n->end, mpol_new); in shared_policy_replace() 2734 sp_insert(sp, n_new); in shared_policy_replace() 2735 n_new = NULL; in shared_policy_replace() 2753 if (n_new) in shared_policy_replace() 2754 kmem_cache_free(sn_cache, n_new); in shared_policy_replace() 2761 n_new = kmem_cache_alloc(sn_cache, GFP_KERNEL); in shared_policy_replace() 2762 if (!n_new) in shared_policy_replace()
|
/openbmc/qemu/ |
H A D | qemu-img.c | 3810 int64_t n, n_old = 0, n_new = 0; in img_rebase() local 3922 n_new = MIN(n, MAX(0, new_backing_size - (int64_t) offset)); in img_rebase() 3939 memset(buf_new + n_new, 0, n - n_new); in img_rebase() 3940 if (n_new) { in img_rebase() 3941 ret = blk_pread(blk_new_backing, offset, n_new, buf_new, 0); in img_rebase()
|
/openbmc/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()
|
/openbmc/linux/arch/powerpc/perf/ |
H A D | core-book3s.c | 1093 int n_prev, int n_new) in check_excludes() argument 1107 n = n_prev + n_new; in check_excludes()
|