Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/nls/
A Dnls_base.c100 for (t = utf8_table; t->cmask && maxout; t++, maxout--) { in utf32_to_utf8()
133 wchar_t *pwcs, int maxout) in utf8s_to_utf16s() argument
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() argument
194 while (inlen > 0 && maxout > 0) { in utf16s_to_utf8s()
219 size = utf32_to_utf8(u, op, maxout); in utf16s_to_utf8s()
224 maxout -= size; in utf16s_to_utf8s()
[all …]
/linux-6.3-rc2/fs/ntfs3/
A Ddir.c115 wchar_t *pwcs, int maxout) in _utf8s_to_utf16s() argument
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()
/linux-6.3-rc2/drivers/block/aoe/
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()
794 t->maxout = 1; in rexmit_timer()
991 if (t->maxout < t->ssthresh) in calc_rttavg()
992 t->maxout += 1; in calc_rttavg()
994 t->maxout += 1; in calc_rttavg()
995 t->next_cwnd = t->maxout; in calc_rttavg()
1454 t->maxout = t->nframes / 2; in addtgt()
1566 if (n < t->maxout) in aoecmd_cfg_rsp()
[all …]
A Daoe.h146 ushort maxout; /* current value for max outstanding */ member
A Daoeblk.c137 (*t)->maxout, (*t)->nframes); in aoe_debugfs_show()

Completed in 10 milliseconds