Searched refs:SG_MAX_DEVS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | sg.c | 69 #define SG_MAX_DEVS 32768 macro 1470 error = idr_alloc(&sg_index_idr, sdp, 0, SG_MAX_DEVS, GFP_NOWAIT); in sg_alloc() 1475 scsidp->type, SG_MAX_DEVS - 1); in sg_alloc() 1679 SG_MAX_DEVS, "sg"); in init_sg() 1697 unregister_chrdev_region(MKDEV(SCSI_GENERIC_MAJOR, 0), SG_MAX_DEVS); in init_sg() 1711 SG_MAX_DEVS); in exit_sg()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | sg.c | 74 #define SG_MAX_DEVS (1 << MINORBITS) macro 1450 error = idr_alloc(&sg_index_idr, sdp, 0, SG_MAX_DEVS, GFP_NOWAIT); in sg_alloc() 1455 scsidp->type, SG_MAX_DEVS - 1); in sg_alloc() 1688 SG_MAX_DEVS, "sg"); in init_sg() 1707 unregister_chrdev_region(MKDEV(SCSI_GENERIC_MAJOR, 0), SG_MAX_DEVS); in init_sg() 1722 SG_MAX_DEVS); in exit_sg()
|
Completed in 8 milliseconds