Searched refs:sti_pushcnt (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h139 short sti_pushcnt; /* Number of modules above "sockmod" */ member in struct:sotpi_info
H A Dsocktpi.c6070 sti->sti_pushcnt++;
6074 if (sti->sti_pushcnt == 0) {
6083 sti->sti_pushcnt--;
6128 * sti_pushcnt. Insert sockmod at this location by sliding all
6133 for (i = kstrlist.sl_nmods; i > sti->sti_pushcnt; i--)
6160 if (sti->sti_pushcnt == 0) {
6698 sti->sti_pushcnt = 0;
H A Dsockstr.c307 sti->sti_pushcnt = 0;

Completed in 71 milliseconds