Lines Matching refs:seidx
616 static int seidx; /* For debug */ variable
627 if (mlc->seidx && mlc->seidx != seidx && in hilse_donode()
628 mlc->seidx != 41 && mlc->seidx != 42 && mlc->seidx != 43) { in hilse_donode()
629 printk(KERN_DEBUG PREFIX "z%i \n {%i}", doze, mlc->seidx); in hilse_donode()
633 seidx = mlc->seidx; in hilse_donode()
635 node = hil_mlc_se + mlc->seidx; in hilse_donode()
753 mlc->seidx += nextidx & HILSEN_MASK; in hilse_donode()
755 mlc->seidx -= nextidx & HILSEN_MASK; in hilse_donode()
757 mlc->seidx = nextidx & HILSEN_MASK; in hilse_donode()
775 if (mlc->seidx != 41 && in hil_mlcs_process()
776 mlc->seidx != 42 && in hil_mlcs_process()
777 mlc->seidx != 43) in hil_mlcs_process()
959 mlc->seidx = HILSEN_START; in hil_mlc_register()