Searched refs:ih_next (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Dtcpip.h41 caddr_t ih_next, ih_prev; /* for protocol sequence q's */ member in struct:ipovly
68 #define ti_next ti_i.ih_next
H A Dip_var.h19 caddr_t ih_next, ih_prev; /* for protocol sequence q's */ member in struct:ipovly
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_freebsd_iget.c124 for (ip = ih->ih_next; ip != NULL; ip = ip->i_next) {
134 if (ip->i_prevp != &ih->ih_next
141 iq = ih->ih_next;
144 ip->i_prevp = &ih->ih_next;
145 ih->ih_next = ip;
225 for (iq = ih->ih_next; iq != NULL; iq = iq->i_next) {
240 if ((iq = ih->ih_next)) {
244 ip->i_prevp = &ih->ih_next;
245 ih->ih_next = ip;
/freebsd-9.3-release/sys/kern/
H A Dkern_intr.c209 TAILQ_FOREACH(ih, &ie->ie_handlers, ih_next) {
566 TAILQ_FOREACH(temp_ih, &ie->ie_handlers, ih_next) {
571 TAILQ_INSERT_TAIL(&ie->ie_handlers, ih, ih_next);
573 TAILQ_INSERT_BEFORE(temp_ih, ih, ih_next);
649 TAILQ_FOREACH(temp_ih, &ie->ie_handlers, ih_next) {
654 TAILQ_INSERT_TAIL(&ie->ie_handlers, ih, ih_next);
656 TAILQ_INSERT_BEFORE(temp_ih, ih, ih_next);
683 TAILQ_FOREACH(ih, &ie->ie_handlers, ih_next) {
807 TAILQ_FOREACH(ih, &ie->ie_handlers, ih_next)
821 TAILQ_REMOVE(&ie->ie_handlers, handler, ih_next);
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_iget.c137 if ((ip->i_prevp != &ih->ih_next) && write_trylock(&ih->ih_lock)) {
146 iq = ih->ih_next;
149 ip->i_prevp = &ih->ih_next;
150 ih->ih_next = ip;
216 for (ip = ih->ih_next; ip != NULL; ip = ip->i_next) {
356 for (iq = ih->ih_next; iq != NULL; iq = iq->i_next) {
371 if ((iq = ih->ih_next)) {
375 ip->i_prevp = &ih->ih_next;
376 ih->ih_next = ip;
581 for (ip = ih->ih_next; i
[all...]
H A Dxfs_inode.h178 struct xfs_inode *ih_next; member in struct:xfs_ihash
H A Dxfs_inode.c2182 for (ip = ih->ih_next; ip != NULL; ip = ip->i_next) {
H A Dxfsidbg.c7063 for (ip = ih->ih_next; ip != NULL; ip = ip->i_next)
/freebsd-9.3-release/sys/sys/
H A Dinterrupt.h53 TAILQ_ENTRY(intr_handler) ih_next; /* Next handler for this event. */ member in struct:intr_handler
/freebsd-9.3-release/contrib/ipfilter/ipsd/Celler/
H A Dip_compat.h125 caddr_t ih_next, ih_prev; /* for protocol sequence q's */ member in struct:ipovly
/freebsd-9.3-release/contrib/ipfilter/ipsend/.OLD/
H A Dip_compat.h127 caddr_t ih_next, ih_prev; /* for protocol sequence q's */ member in struct:ipovly
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dintr_machdep.c374 TAILQ_FOREACH(ih, &ie->ie_handlers, ih_next) {

Completed in 209 milliseconds