Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/
H A 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.
/OK3568_Linux_fs/kernel/include/linux/spi/
H A Dspi.h1166 size_t msg_max = spi_max_message_size(spi); in spi_max_transfer_size() local
1172 return min(tr_max, msg_max); in spi_max_transfer_size()