Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/sysctl/
Dfs.txt333 /proc/sys/fs/mqueue/msg_max is a read/write file for setting/getting the
336 a queue must be less or equal then msg_max.
344 NULL. If it exceed msg_max, the default value is initialized msg_max.
/Linux-v4.19/include/linux/spi/
Dspi.h958 size_t msg_max = spi_max_message_size(spi); in spi_max_transfer_size() local
964 return min(tr_max, msg_max); in spi_max_transfer_size()