Searched refs:rtp (Results 1 – 1 of 1) sorted by relevance
211 struct radix_tree_preload *rtp; in radix_tree_node_alloc() local218 rtp = &__get_cpu_var(radix_tree_preloads); in radix_tree_node_alloc()219 if (rtp->nr) { in radix_tree_node_alloc()220 ret = rtp->nodes[rtp->nr - 1]; in radix_tree_node_alloc()221 rtp->nodes[rtp->nr - 1] = NULL; in radix_tree_node_alloc()222 rtp->nr--; in radix_tree_node_alloc()269 struct radix_tree_preload *rtp; in radix_tree_preload() local274 rtp = &__get_cpu_var(radix_tree_preloads); in radix_tree_preload()275 while (rtp->nr < ARRAY_SIZE(rtp->nodes)) { in radix_tree_preload()281 rtp = &__get_cpu_var(radix_tree_preloads); in radix_tree_preload()[all …]