Searched refs:msg_max (Results 1 – 2 of 2) sorted by relevance
352 /proc/sys/fs/mqueue/msg_max is a read/write file for setting/getting the355 a queue must be less or equal then msg_max.363 NULL. If it exceed msg_max, the default value is initialized msg_max.
1119 size_t msg_max = spi_max_message_size(spi); in spi_max_transfer_size() local1125 return min(tr_max, msg_max); in spi_max_transfer_size()
Completed in 11 milliseconds