Searched refs:cdev_ctx (Results 1 – 1 of 1) sorted by relevance
164 struct idxd_cdev_context *cdev_ctx; in idxd_cdev_dev_release() local167 cdev_ctx = &ictx[wq->idxd->data->type]; in idxd_cdev_dev_release()168 ida_simple_remove(&cdev_ctx->minor_ida, idxd_cdev->minor); in idxd_cdev_dev_release()530 struct idxd_cdev_context *cdev_ctx; in idxd_wq_add_cdev() local541 cdev_ctx = &ictx[wq->idxd->data->type]; in idxd_wq_add_cdev()542 minor = ida_simple_get(&cdev_ctx->minor_ida, 0, MINORMASK, GFP_KERNEL); in idxd_wq_add_cdev()553 dev->devt = MKDEV(MAJOR(cdev_ctx->devt), minor); in idxd_wq_add_cdev()