Searched refs:tclimit (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/
H A Dmips_mt.h14 extern int tclimit;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/
H A Dmips_mt.h14 extern int tclimit;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/kernel/
H A Dkspd.c93 extern int tclimit;
235 if (vpe_getuid(tclimit)) {
236 err = sp_setfsuidgid(vpe_getuid(tclimit), vpe_getgid(tclimit));
258 n->kspd_sp_exit(tclimit);
268 vcwd = vpe_getcwd(tclimit);
296 if (vpe_getuid(tclimit)) {
407 vpe_notify(tclimit, &notify);
H A Dvpe.c374 settc(tclimit);
1238 * This treats the tclimit command line configuration input
1242 if ((v = get_vpe(tclimit)) == NULL) {
1253 not->stop(tclimit);
1258 cleanup_tc(get_tc(tclimit));
1300 v = get_vpe(tclimit);
1405 v = get_vpe(tclimit);
2024 struct vpe *vpe = get_vpe(tclimit);
2028 not->stop(tclimit);
2033 cleanup_tc(get_tc(tclimit));
[all...]
H A Drtlx.c168 if( (p = vpe_get_shared(tclimit)) == NULL) {
171 (p = vpe_get_shared(tclimit)), ret);
481 if (tclimit == 0) {
513 vpe_notify(tclimit, &notify);
H A Dmips-mt.c34 int tclimit; variable
38 get_option(&str, &tclimit);
H A Dsmtc.c431 if (tclimit > 0)
432 printk("Limit of %d TCs set\n", tclimit);
455 if (tclimit > 0 && ntc > tclimit)
456 ntc = tclimit;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/kernel/
H A Dkspd.c93 extern int tclimit;
235 if (vpe_getuid(tclimit)) {
236 err = sp_setfsuidgid(vpe_getuid(tclimit), vpe_getgid(tclimit));
258 n->kspd_sp_exit(tclimit);
268 vcwd = vpe_getcwd(tclimit);
296 if (vpe_getuid(tclimit)) {
407 vpe_notify(tclimit, &notify);
H A Dvpe.c374 settc(tclimit);
1238 * This treats the tclimit command line configuration input
1242 if ((v = get_vpe(tclimit)) == NULL) {
1253 not->stop(tclimit);
1258 cleanup_tc(get_tc(tclimit));
1300 v = get_vpe(tclimit);
1405 v = get_vpe(tclimit);
2024 struct vpe *vpe = get_vpe(tclimit);
2028 not->stop(tclimit);
2033 cleanup_tc(get_tc(tclimit));
[all...]
H A Drtlx.c168 if( (p = vpe_get_shared(tclimit)) == NULL) {
171 (p = vpe_get_shared(tclimit)), ret);
481 if (tclimit == 0) {
513 vpe_notify(tclimit, &notify);
H A Dmips-mt.c34 int tclimit; variable
38 get_option(&str, &tclimit);
H A Dsmtc.c431 if (tclimit > 0)
432 printk("Limit of %d TCs set\n", tclimit);
455 if (tclimit > 0 && ntc > tclimit)
456 ntc = tclimit;

Completed in 153 milliseconds