service_ids       729 drivers/thunderbolt/xdomain.c 	ida_simple_remove(&xd->service_ids, svc->id);
service_ids       831 drivers/thunderbolt/xdomain.c 		id = ida_simple_get(&xd->service_ids, 0, 0, GFP_KERNEL);
service_ids      1138 drivers/thunderbolt/xdomain.c 	ida_destroy(&xd->service_ids);
service_ids      1231 drivers/thunderbolt/xdomain.c 	ida_init(&xd->service_ids);
service_ids       233 include/linux/thunderbolt.h 	struct ida service_ids;