Searched refs:tbc (Results 1 – 2 of 2) sorted by relevance
562 struct class *tbc; in sbprof_tb_init() local571 tbc = class_create(THIS_MODULE, "sb_tracebuffer"); in sbprof_tb_init()572 if (IS_ERR(tbc)) { in sbprof_tb_init()573 err = PTR_ERR(tbc); in sbprof_tb_init()577 tb_class = tbc; in sbprof_tb_init()579 dev = device_create(tbc, NULL, MKDEV(SBPROF_TB_MAJOR, 0), NULL, "tb"); in sbprof_tb_init()
106 __u32 tbc; member