Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Dradix-tree.c386 struct radix_tree_node **nodep, void ***slotp) in __radix_tree_create() argument
430 if (slotp) in __radix_tree_create()
431 *slotp = node ? node->slots + offset : (void **)&root->rnode; in __radix_tree_create()
487 struct radix_tree_node **nodep, void ***slotp) in __radix_tree_lookup() argument
503 if (slotp) in __radix_tree_lookup()
504 *slotp = (void **)&root->rnode; in __radix_tree_lookup()
528 if (slotp) in __radix_tree_lookup()
529 *slotp = slot; in __radix_tree_lookup()
/linux-4.1.27/include/linux/
Dradix-tree.h264 struct radix_tree_node **nodep, void ***slotp);
267 struct radix_tree_node **nodep, void ***slotp);
/linux-4.1.27/drivers/md/
Draid10.c337 struct bio *bio, int *slotp, int *replp) in find_bio_disk() argument
354 if (slotp) in find_bio_disk()
355 *slotp = slot; in find_bio_disk()