Home
last modified time | relevance | path

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

/arch/mips/sibyte/common/
Dsb_tbprof.c562 struct class *tbc; in sbprof_tb_init() local
571 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()
/arch/mips/include/asm/txx9/
Dtx4939.h106 __u32 tbc; member