Searched refs:rtp (Results 1 – 1 of 1) sorted by relevance
246 struct radix_tree_preload *rtp; in radix_tree_node_alloc() local263 rtp = this_cpu_ptr(&radix_tree_preloads); in radix_tree_node_alloc()264 if (rtp->nr) { in radix_tree_node_alloc()265 ret = rtp->nodes; in radix_tree_node_alloc()266 rtp->nodes = ret->parent; in radix_tree_node_alloc()267 rtp->nr--; in radix_tree_node_alloc()324 struct radix_tree_preload *rtp; in __radix_tree_preload() local335 rtp = this_cpu_ptr(&radix_tree_preloads); in __radix_tree_preload()336 while (rtp->nr < nr) { in __radix_tree_preload()342 rtp = this_cpu_ptr(&radix_tree_preloads); in __radix_tree_preload()[all …]