Lines Matching refs:seidx
614 static int seidx; /* For debug */ variable
625 if (mlc->seidx && mlc->seidx != seidx && in hilse_donode()
626 mlc->seidx != 41 && mlc->seidx != 42 && mlc->seidx != 43) { in hilse_donode()
627 printk(KERN_DEBUG PREFIX "z%i \n {%i}", doze, mlc->seidx); in hilse_donode()
631 seidx = mlc->seidx; in hilse_donode()
633 node = hil_mlc_se + mlc->seidx; in hilse_donode()
747 mlc->seidx += nextidx & HILSEN_MASK; in hilse_donode()
749 mlc->seidx -= nextidx & HILSEN_MASK; in hilse_donode()
751 mlc->seidx = nextidx & HILSEN_MASK; in hilse_donode()
769 if (mlc->seidx != 41 && in hil_mlcs_process()
770 mlc->seidx != 42 && in hil_mlcs_process()
771 mlc->seidx != 43) in hil_mlcs_process()
953 mlc->seidx = HILSEN_START; in hil_mlc_register()