Searched refs:cdev_ctx (Results 1 – 1 of 1) sorted by relevance
41 struct idxd_cdev_context *cdev_ctx; in idxd_cdev_dev_release() local44 cdev_ctx = &ictx[wq->idxd->type]; in idxd_cdev_dev_release()45 ida_simple_remove(&cdev_ctx->minor_ida, idxd_cdev->minor); in idxd_cdev_dev_release()203 struct idxd_cdev_context *cdev_ctx; in idxd_wq_add_cdev() local213 cdev_ctx = &ictx[wq->idxd->type]; in idxd_wq_add_cdev()214 minor = ida_simple_get(&cdev_ctx->minor_ida, 0, MINORMASK, GFP_KERNEL); in idxd_wq_add_cdev()225 dev->devt = MKDEV(MAJOR(cdev_ctx->devt), minor); in idxd_wq_add_cdev()251 struct idxd_cdev_context *cdev_ctx; in idxd_wq_del_cdev() local253 cdev_ctx = &ictx[wq->idxd->type]; in idxd_wq_del_cdev()