Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/admin-guide/sysctl/
Dfs.rst352 /proc/sys/fs/mqueue/msg_max is a read/write file for setting/getting the
355 a queue must be less or equal then msg_max.
363 NULL. If it exceed msg_max, the default value is initialized msg_max.
/linux-6.1.9/include/linux/spi/
Dspi.h1160 size_t msg_max = spi_max_message_size(spi); in spi_max_transfer_size() local
1166 return min(tr_max, msg_max); in spi_max_transfer_size()