Home
last modified time | relevance | path

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

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

Completed in 13 milliseconds