Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dmips_mt.h14 extern int tclimit;
/arch/mips/kernel/
Dvpe.c1063 if ((v = get_vpe(tclimit)) == NULL) { in vpe_open()
1074 not->stop(tclimit); in vpe_open()
1078 cleanup_tc(get_tc(tclimit)); in vpe_open()
1111 v = get_vpe(tclimit); in vpe_release()
1151 v = get_vpe(tclimit); in vpe_write()
1329 struct vpe *vpe = get_vpe(tclimit); in store_kill()
1333 not->stop(tclimit); in store_kill()
1337 cleanup_tc(get_tc(tclimit)); in store_kill()
1347 struct vpe *vpe = get_vpe(tclimit); in show_ntcs()
1355 struct vpe *vpe = get_vpe(tclimit); in store_ntcs()
[all …]
Dmips-mt.c33 int tclimit; variable
37 get_option(&str, &tclimit); in maxtcs()
Drtlx.c173 if( (p = vpe_get_shared(tclimit)) == NULL) { in rtlx_open()
176 (p = vpe_get_shared(tclimit)), ret); in rtlx_open()
489 if (tclimit == 0) { in rtlx_module_init()
521 vpe_notify(tclimit, &notify); in rtlx_module_init()
Dsmtc.c437 if (tclimit > 0) in smtc_prepare_cpus()
438 printk("Limit of %d TCs set\n", tclimit); in smtc_prepare_cpus()
461 if (tclimit > 0 && ntc > tclimit) in smtc_prepare_cpus()
462 ntc = tclimit; in smtc_prepare_cpus()