Home
last modified time | relevance | path

Searched refs:rtp (Results 1 – 1 of 1) sorted by relevance

/lib/
Dradix-tree.c244 struct radix_tree_preload *rtp; in radix_tree_node_alloc() local
261 rtp = this_cpu_ptr(&radix_tree_preloads); in radix_tree_node_alloc()
262 if (rtp->nr) { in radix_tree_node_alloc()
263 ret = rtp->nodes; in radix_tree_node_alloc()
264 rtp->nodes = ret->parent; in radix_tree_node_alloc()
265 rtp->nr--; in radix_tree_node_alloc()
322 struct radix_tree_preload *rtp; in __radix_tree_preload() local
333 rtp = this_cpu_ptr(&radix_tree_preloads); in __radix_tree_preload()
334 while (rtp->nr < nr) { in __radix_tree_preload()
340 rtp = this_cpu_ptr(&radix_tree_preloads); in __radix_tree_preload()
[all …]