Searched refs:ir_next (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/sparc64/include/
H A Dintr_machdep.h64 struct intr_request *ir_next; member in struct:intr_request
/freebsd-10-stable/sys/sparc64/sparc64/
H A Dgenassym.c147 ASSYM(IR_NEXT, offsetof(struct intr_request, ir_next));
H A Dmachdep.c211 ir->ir_next = pcpu->pc_irfree;
/freebsd-10-stable/sys/ufs/ffs/
H A Dsoftdep.h486 LIST_ENTRY(indirdep) ir_next; /* alloc{direct,indir} list */ member in struct:indirdep
H A Dffs_softdep.c5890 LIST_REMOVE(indirdep, ir_next);
5975 LIST_INSERT_HEAD(&newblk->nb_indirdeps, indirdep, ir_next);
6267 LIST_FOREACH(indirn, &newblk->nb_indirdeps, ir_next)
10527 LIST_REMOVE(indirdep, ir_next);

Completed in 95 milliseconds