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()
756 mlc->seidx += nextidx & HILSEN_MASK; in hilse_donode()
758 mlc->seidx -= nextidx & HILSEN_MASK; in hilse_donode()
760 mlc->seidx = nextidx & HILSEN_MASK; in hilse_donode()
778 if (mlc->seidx != 41 && in hil_mlcs_process()
779 mlc->seidx != 42 && in hil_mlcs_process()
780 mlc->seidx != 43) in hil_mlcs_process()
968 mlc->seidx = HILSEN_START; in hil_mlc_register()