Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Dradix-tree.c391 struct radix_tree_node **nodep, void ***slotp) in __radix_tree_create() argument
435 if (slotp) in __radix_tree_create()
436 *slotp = node ? node->slots + offset : (void **)&root->rnode; in __radix_tree_create()
492 struct radix_tree_node **nodep, void ***slotp) in __radix_tree_lookup() argument
508 if (slotp) in __radix_tree_lookup()
509 *slotp = (void **)&root->rnode; in __radix_tree_lookup()
533 if (slotp) in __radix_tree_lookup()
534 *slotp = slot; in __radix_tree_lookup()
/linux-4.4.14/include/linux/
Dradix-tree.h264 struct radix_tree_node **nodep, void ***slotp);
267 struct radix_tree_node **nodep, void ***slotp);
/linux-4.4.14/drivers/md/
Draid10.c338 struct bio *bio, int *slotp, int *replp) in find_bio_disk() argument
355 if (slotp) in find_bio_disk()
356 *slotp = slot; in find_bio_disk()