Searched refs:n_new (Results 1 – 1 of 1) sorted by relevance
2510 struct sp_node *n_new = NULL; in shared_policy_replace() local2528 if (!n_new) in shared_policy_replace()2533 sp_node_init(n_new, end, n->end, mpol_new); in shared_policy_replace()2535 sp_insert(sp, n_new); in shared_policy_replace()2536 n_new = NULL; in shared_policy_replace()2554 if (n_new) in shared_policy_replace()2555 kmem_cache_free(sn_cache, n_new); in shared_policy_replace()2562 n_new = kmem_cache_alloc(sn_cache, GFP_KERNEL); in shared_policy_replace()2563 if (!n_new) in shared_policy_replace()