Searched refs:cdev_ctx (Results 1 – 1 of 1) sorted by relevance
161 struct idxd_cdev_context *cdev_ctx; in idxd_cdev_dev_release() local164 cdev_ctx = &ictx[wq->idxd->data->type]; in idxd_cdev_dev_release()165 ida_free(&cdev_ctx->minor_ida, idxd_cdev->minor); in idxd_cdev_dev_release()538 struct idxd_cdev_context *cdev_ctx; in idxd_wq_add_cdev() local549 cdev_ctx = &ictx[wq->idxd->data->type]; in idxd_wq_add_cdev()550 minor = ida_alloc_max(&cdev_ctx->minor_ida, MINORMASK, GFP_KERNEL); in idxd_wq_add_cdev()561 dev->devt = MKDEV(MAJOR(cdev_ctx->devt), minor); in idxd_wq_add_cdev()