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

/linux-master/fs/ntfs3/
H A Ddir.c115 wchar_t *pwcs, int maxout)
131 if (maxout < 2)
143 maxout -= 2;
145 if (maxout < 1)
149 maxout--;
152 if (maxout < 1)
157 maxout--;
114 _utf8s_to_utf16s(const u8 *s, int inlen, enum utf16_endian endian, wchar_t *pwcs, int maxout) argument
/linux-master/fs/nls/
H A Dnls_base.c86 int utf32_to_utf8(unicode_t u, u8 *s, int maxout) argument
100 for (t = utf8_table; t->cmask && maxout; t++, maxout--) {
133 wchar_t *pwcs, int maxout)
140 while (inlen > 0 && maxout > 0 && *s) {
149 if (maxout < 2)
159 maxout -= 2;
162 maxout--;
167 maxout--;
187 u8 *s, int maxout)
132 utf8s_to_utf16s(const u8 *s, int inlen, enum utf16_endian endian, wchar_t *pwcs, int maxout) argument
186 utf16s_to_utf8s(const wchar_t *pwcs, int inlen, enum utf16_endian endian, u8 *s, int maxout) argument
[all...]
/linux-master/drivers/block/aoe/
H A Daoecmd.c271 if (t->nout < t->maxout
682 if (t->nout >= t->maxout)
792 if (t->maxout != 1) {
793 t->ssthresh = t->maxout / 2;
794 t->maxout = 1;
989 if (!t || t->maxout >= t->nframes)
991 if (t->maxout < t->ssthresh)
992 t->maxout += 1;
993 else if (t->nout == t->maxout && t->next_cwnd-- == 0) {
994 t->maxout
[all...]
H A Daoe.h146 ushort maxout; /* current value for max outstanding */ member in struct:aoetgt
147 ushort next_cwnd; /* incr maxout after decrementing to zero */
H A Daoeblk.c137 (*t)->maxout, (*t)->nframes);

Completed in 153 milliseconds