Home | History | Annotate | Download | only in src

Lines Matching refs:base2

346 	unsigned long curr2, base2;
362 curr2 = check_stack_stop(&base2, 0);
363 if (base2 == base1) {
368 printk("total stack use=%lu \n",8192 - curr2 + base2);
369 printk("total stack usage=%lu percent \n",100 * (8192 - curr2 + base2) / 8192);