Searched refs:l_tail (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/lib/libkse/sys/
H A Dlock.c51 lck->l_tail = NULL;
72 lck->l_tail = lck->l_head;
90 lck->l_tail = lck->l_head;
266 (void *)&lck->l_tail,
295 for (lu_tmp = lck->l_tail->lr_watcher; lu_tmp != NULL;
H A Dlock.h46 struct lockreq *l_tail; /* only used for priority locks */ member in struct:lock
/freebsd-9.3-release/sys/dev/cy/
H A Dcy.c164 u_char *l_tail; /* one past the last char to process */ member in struct:lbq
1045 ocount = com->obufq.l_tail - ioptr;
1054 if (ioptr >= com->obufq.l_tail) {
1062 com->obufq.l_tail = qp->l_tail;
1721 com->obufs[0].l_tail
1735 com->obufq.l_tail = com->obufs[0].l_tail;
1753 com->obufs[1].l_tail
1767 com->obufq.l_tail
[all...]
/freebsd-9.3-release/sys/dev/sio/
H A Dsio.c164 u_char *l_tail; /* one past the last char to process */ member in struct:lbq
1625 ocount = com->obufq.l_tail - ioptr;
1642 if (ioptr >= com->obufq.l_tail) {
1650 com->obufq.l_tail = qp->l_tail;
2033 com->obufs[0].l_tail
2046 com->obufq.l_tail = com->obufs[0].l_tail;
2053 com->obufs[1].l_tail
2066 com->obufq.l_tail
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_log_priv.h437 xlog_ticket_t *l_tail; /* free list of tickets */ member in struct:log
H A Dxfs_log.c3201 ASSERT(log->l_tail != NULL);
3202 log->l_tail->t_next = t_list;
3218 log->l_tail = t_list;
3246 if (log->l_tail != 0) {
3247 log->l_tail->t_next = ticket;
3252 log->l_tail = ticket;
3284 log->l_tail = NULL;
H A Dxfsidbg.c6461 log->l_freelist, log->l_tail, log->l_iclog);
/freebsd-9.3-release/sys/pc98/cbus/
H A Dsio.c228 u_char *l_tail; /* one past the last char to process */ member in struct:lbq
2516 ocount = com->obufq.l_tail - ioptr;
2556 if (ioptr >= com->obufq.l_tail) {
2564 com->obufq.l_tail = qp->l_tail;
3090 com->obufs[0].l_tail
3107 com->obufq.l_tail = com->obufs[0].l_tail;
3114 com->obufs[1].l_tail
3131 com->obufq.l_tail
[all...]

Completed in 191 milliseconds