Home
last modified time | relevance | path

Searched refs:OCXL_NUM_MINORS (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/misc/ocxl/
Dfile.c13 #define OCXL_NUM_MINORS 256 /* Total to reserve */ macro
44 minor = idr_alloc(&minors_idr, afu, 0, OCXL_NUM_MINORS, GFP_KERNEL); in allocate_afu_minor()
519 rc = alloc_chrdev_region(&ocxl_dev, 0, OCXL_NUM_MINORS, "ocxl"); in ocxl_file_init()
528 unregister_chrdev_region(ocxl_dev, OCXL_NUM_MINORS); in ocxl_file_init()
539 unregister_chrdev_region(ocxl_dev, OCXL_NUM_MINORS); in ocxl_file_exit()