Home
last modified time | relevance | path

Searched refs:allocbcount (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/sun/io/
H A Dzs_async.c224 #define ZSA_GETBLOCK(zs, allocbcount) \ argument
227 while (--n >= 0 && allocbcount > 0) { \
238 allocbcount--; \
722 register int allocbcount = zsa_rstandby; in zsa_open() local
904 ZSA_GETBLOCK(zs, allocbcount); in zsa_open()
2085 register int allocbcount = 0; in zsa_softint() local
2147 allocbcount++; in zsa_softint()
2155 allocbcount--; in zsa_softint()
2178 if (allocbcount) in zsa_softint()
2179 ZSA_GETBLOCK(zs, allocbcount); in zsa_softint()
[all …]
H A Dzs_hdlc.c292 #define ZSH_GETBLOCK(zs, allocbcount) \ argument
310 allocbcount--; \
1774 register int allocbcount = 0; in zsh_softint() local
1824 allocbcount++; in zsh_softint()
1834 allocbcount++; in zsh_softint()
1845 allocbcount++; in zsh_softint()
1855 if (allocbcount) in zsh_softint()
1856 ZSH_GETBLOCK(zs, allocbcount); in zsh_softint()