Searched refs:cdev_ctx (Results 1 – 1 of 1) sorted by relevance
205 struct idxd_cdev_context *cdev_ctx; in idxd_wq_cdev_dev_setup() local219 cdev_ctx = &ictx[wq->idxd->type]; in idxd_wq_cdev_dev_setup()220 minor = ida_simple_get(&cdev_ctx->minor_ida, 0, MINORMASK, GFP_KERNEL); in idxd_wq_cdev_dev_setup()227 dev->devt = MKDEV(MAJOR(cdev_ctx->devt), minor); in idxd_wq_cdev_dev_setup()239 ida_simple_remove(&cdev_ctx->minor_ida, MINOR(dev->devt)); in idxd_wq_cdev_dev_setup()250 struct idxd_cdev_context *cdev_ctx; in idxd_wq_cdev_cleanup() local252 cdev_ctx = &ictx[wq->idxd->type]; in idxd_wq_cdev_cleanup()260 ida_simple_remove(&cdev_ctx->minor_ida, idxd_cdev->minor); in idxd_wq_cdev_cleanup()