Searched defs:idxd_cdev (Results 1 – 2 of 2) sorted by relevance
40 struct idxd_cdev *idxd_cdev = container_of(dev, struct idxd_cdev, dev); in idxd_cdev_dev_release() local63 struct idxd_cdev *idxd_cdev = inode_idxd_cdev(inode); in inode_wq() local200 struct idxd_cdev *idxd_cdev; in idxd_wq_add_cdev() local250 struct idxd_cdev *idxd_cdev; in idxd_wq_del_cdev() local
73 struct idxd_cdev { struct74 struct idxd_wq *wq;75 struct cdev cdev;76 struct device dev;77 int minor;102 struct idxd_cdev *idxd_cdev; member