Home
last modified time | relevance | path

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

/lib/
Dradix-tree.c191 struct radix_tree_preload *rtp; in radix_tree_node_alloc() local
198 rtp = this_cpu_ptr(&radix_tree_preloads); in radix_tree_node_alloc()
199 if (rtp->nr) { in radix_tree_node_alloc()
200 ret = rtp->nodes[rtp->nr - 1]; in radix_tree_node_alloc()
201 rtp->nodes[rtp->nr - 1] = NULL; in radix_tree_node_alloc()
202 rtp->nr--; in radix_tree_node_alloc()
254 struct radix_tree_preload *rtp; in __radix_tree_preload() local
259 rtp = this_cpu_ptr(&radix_tree_preloads); in __radix_tree_preload()
260 while (rtp->nr < ARRAY_SIZE(rtp->nodes)) { in __radix_tree_preload()
266 rtp = this_cpu_ptr(&radix_tree_preloads); in __radix_tree_preload()
[all …]