Lines Matching refs:b_next
539 nmp = mp->b_next; in timodclose()
540 mp->b_next = NULL; in timodclose()
1191 nbp->b_next = tp->tim_consave; in timodrproc()
1240 for (nbp = tp->tim_consave; nbp; nbp = nbp->b_next) { in timodrproc()
1248 pbp->b_next = nbp->b_next; in timodrproc()
1250 tp->tim_consave = nbp->b_next; in timodrproc()
1251 nbp->b_next = NULL; in timodrproc()
1388 nbp = bp->b_next; in timodrproc()
1389 bp->b_next = NULL; in timodrproc()
2038 tmp = tmp->b_next) { in timodwproc()
2054 pmp->b_next = tmp->b_next; in timodwproc()
2056 tp->tim_consave = tmp->b_next; in timodwproc()
2057 tmp->b_next = NULL; in timodwproc()
2097 for (tmp = tp->tim_consave; tmp; tmp = tmp->b_next) { in timodwproc()
2105 pmp->b_next = tmp->b_next; in timodwproc()
2107 tp->tim_consave = tmp->b_next; in timodwproc()
2108 tmp->b_next = NULL; in timodwproc()
2638 bp = bp->b_next; /* next message */ in ti_expind_on_rdqueues()