HomeSort by: relevance | last modified time | path
    Searched defs:iop_ictxhash (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2o/
iop.c 80 #define IOP_ICTXHASH(ictx) (&iop_ictxhashtbl[(ictx) & iop_ictxhash])
88 static u_long iop_ictxhash; variable in typeref:typename:u_long
301 true, &iop_ictxhash);
1581 LIST_INSERT_HEAD(IOP_ICTXHASH(ii->ii_ictx), ii, ii_hash);
1638 ii = LIST_FIRST(IOP_ICTXHASH(ictx));
iop.c 80 #define IOP_ICTXHASH(ictx) (&iop_ictxhashtbl[(ictx) & iop_ictxhash])
88 static u_long iop_ictxhash; variable in typeref:typename:u_long
301 true, &iop_ictxhash);
1581 LIST_INSERT_HEAD(IOP_ICTXHASH(ii->ii_ictx), ii, ii_hash);
1638 ii = LIST_FIRST(IOP_ICTXHASH(ictx));

Completed in 31 milliseconds