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

/linux-master/fs/smb/client/
H A Dcifs_unicode.c309 int maxwords = maxbytes / 2; local
313 for (i = 0; i < maxwords; i++) {
317 if (i + 1 < maxwords)
321 if (i + 2 < maxwords)
/linux-master/fs/smb/server/
H A Dunicode.c111 int maxwords = maxbytes / 2; local
115 for (i = 0; i < maxwords; i++) {
120 if (i + j < maxwords)
/linux-master/include/linux/spi/
H A Dspi.h1387 size_t maxwords);
/linux-master/lib/
H A Ddynamic_debug.c279 static int ddebug_tokenize(char *buf, char *words[], int maxwords) argument
309 if (nwords == maxwords) {
310 pr_err("too many words, legal max <=%d\n", maxwords);
/linux-master/drivers/spi/
H A Dspi.c3802 * @maxwords: the number of words to limit each transfer to
3812 size_t maxwords)
3827 maxsize = maxwords * roundup_pow_of_two(BITS_TO_BYTES(xfer->bits_per_word));
3810 spi_split_transfers_maxwords(struct spi_controller *ctlr, struct spi_message *msg, size_t maxwords) argument

Completed in 151 milliseconds