Searched refs:msg_max (Results 1 – 2 of 2) sorted by relevance
304 ``/proc/sys/fs/mqueue/msg_max`` is a read/write file for308 or equal to ``msg_max``.317 ``msg_max``, the default value is initialized to ``msg_max``.
1311 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()