hwspinlock_tree    50 drivers/hwspinlock/hwspinlock_core.c static RADIX_TREE(hwspinlock_tree, GFP_KERNEL);
hwspinlock_tree   361 drivers/hwspinlock/hwspinlock_core.c 	radix_tree_for_each_slot(slot, &hwspinlock_tree, &iter, 0) {
hwspinlock_tree   428 drivers/hwspinlock/hwspinlock_core.c 	ret = radix_tree_insert(&hwspinlock_tree, id, hwlock);
hwspinlock_tree   436 drivers/hwspinlock/hwspinlock_core.c 	tmp = radix_tree_tag_set(&hwspinlock_tree, id, HWSPINLOCK_UNUSED);
hwspinlock_tree   454 drivers/hwspinlock/hwspinlock_core.c 	ret = radix_tree_tag_get(&hwspinlock_tree, id, HWSPINLOCK_UNUSED);
hwspinlock_tree   460 drivers/hwspinlock/hwspinlock_core.c 	hwlock = radix_tree_delete(&hwspinlock_tree, id);
hwspinlock_tree   668 drivers/hwspinlock/hwspinlock_core.c 	tmp = radix_tree_tag_clear(&hwspinlock_tree, hwlock_to_id(hwlock),
hwspinlock_tree   715 drivers/hwspinlock/hwspinlock_core.c 	ret = radix_tree_gang_lookup_tag(&hwspinlock_tree, (void **)&hwlock,
hwspinlock_tree   758 drivers/hwspinlock/hwspinlock_core.c 	hwlock = radix_tree_lookup(&hwspinlock_tree, id);
hwspinlock_tree   768 drivers/hwspinlock/hwspinlock_core.c 	ret = radix_tree_tag_get(&hwspinlock_tree, id, HWSPINLOCK_UNUSED);
hwspinlock_tree   813 drivers/hwspinlock/hwspinlock_core.c 	ret = radix_tree_tag_get(&hwspinlock_tree, hwlock_to_id(hwlock),
hwspinlock_tree   828 drivers/hwspinlock/hwspinlock_core.c 	tmp = radix_tree_tag_set(&hwspinlock_tree, hwlock_to_id(hwlock),