Searched refs:fcloop_class (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | fcloop.c | 1485 static struct class *fcloop_class; variable 1493 fcloop_class = class_create(THIS_MODULE, "fcloop"); in fcloop_init() 1494 if (IS_ERR(fcloop_class)) { in fcloop_init() 1496 ret = PTR_ERR(fcloop_class); in fcloop_init() 1501 fcloop_class, NULL, MKDEV(0, 0), NULL, in fcloop_init() 1514 class_destroy(fcloop_class); in fcloop_init() 1572 device_destroy(fcloop_class, MKDEV(0, 0)); in fcloop_exit() 1573 class_destroy(fcloop_class); in fcloop_exit()
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | fcloop.c | 1562 static struct class *fcloop_class; variable 1570 fcloop_class = class_create("fcloop"); in fcloop_init() 1571 if (IS_ERR(fcloop_class)) { in fcloop_init() 1573 ret = PTR_ERR(fcloop_class); in fcloop_init() 1578 fcloop_class, NULL, MKDEV(0, 0), NULL, in fcloop_init() 1591 class_destroy(fcloop_class); in fcloop_init() 1649 device_destroy(fcloop_class, MKDEV(0, 0)); in fcloop_exit() 1650 class_destroy(fcloop_class); in fcloop_exit()
|
Completed in 5 milliseconds