Home
last modified time | relevance | path

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

/linux/Documentation/admin-guide/sysctl/
H A Dfs.rst304 ``/proc/sys/fs/mqueue/msg_max`` is a read/write file for
308 or equal to ``msg_max``.
317 ``msg_max``, the default value is initialized to ``msg_max``.
/linux/include/linux/spi/
H A Dspi.h1311 size_t msg_max = spi_max_message_size(spi); in spi_max_transfer_size() local
1317 return min(tr_max, msg_max); in spi_max_transfer_size()