Home
last modified time | relevance | path

Searched full:msg_max (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/mqueue/
H A Dmq_open_tests.c49 char *MAX_MSGS = "/proc/sys/fs/mqueue/msg_max";
279 shutdown(2, "Failed to open msg_max", __LINE__); in main()
H A Dmq_perf_tests.c74 char *MAX_MSGS = "/proc/sys/fs/mqueue/msg_max";
645 shutdown(2, "Failed to open msg_max", __LINE__); in main()
/linux/drivers/net/ethernet/sfc/
H A Dmae.c398 size_t outlen, msg_max; in efx_mae_check_table_exists() local
402 msg_max = sizeof(outbuf); in efx_mae_check_table_exists()
408 msg_max, &outlen); in efx_mae_check_table_exists()
416 tbl_cnt = MC_CMD_TABLE_LIST_OUT_TABLE_ID_NUM(min(outlen, msg_max)); in efx_mae_check_table_exists()
/linux/net/tipc/
H A Dlink.c2180 u32 dlen = msg_data_sz(hdr), glen = 0, msg_max; in tipc_link_proto_rcv() local
2219 msg_max = msg_max_pkt(hdr); in tipc_link_proto_rcv()
2220 if (msg_max < tipc_bearer_min_mtu(l->net, l->bearer_id)) in tipc_link_proto_rcv()
2266 if (l->mtu > msg_max) in tipc_link_proto_rcv()
2267 l->mtu = msg_max; in tipc_link_proto_rcv()
/linux/include/linux/spi/
H A Dspi.h1348 size_t msg_max = spi_max_message_size(spi); in spi_max_transfer_size() local
1354 return min(tr_max, msg_max); in spi_max_transfer_size()