Home
last modified time | relevance | path

Searched defs:MAX_MSG_SIZE (Results 1 – 9 of 9) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/ipc/
Dmsgque.c12 #define MAX_MSG_SIZE 32 macro
/external/ltp/testcases/kernel/connectors/pec/
Dpec_listener.c52 #define MAX_MSG_SIZE 256 macro
/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dmessage.rs44 pub const MAX_MSG_SIZE: usize = 0x1000; constant
72 const MAX_MSG_SIZE: usize; constant
243 const MAX_MSG_SIZE: usize = MAX_MSG_SIZE; constant
Dgpu_message.rs171 const MAX_MSG_SIZE: usize = u32::MAX as usize; constant
/external/ethtool/netlink/
Dmsgbuff.c16 #define MAX_MSG_SIZE (4 << 20) /* 4 MB */ macro
/external/ltp/testcases/kernel/controllers/cgroup/
Dcgroup_regression_getdelays.c68 #define MAX_MSG_SIZE 1024 macro
/external/openthread/third_party/mbedtls/repo/programs/test/
Dudp_proxy.c71 #define MAX_MSG_SIZE 16384 + 2048 /* max record/datagram size */ macro
/external/mbedtls/programs/test/
Dudp_proxy.c72 #define MAX_MSG_SIZE 16384 + 2048 /* max record/datagram size */ macro
/external/linux-kselftest/tools/testing/selftests/nci/
Dnci_dev.c26 #define MAX_MSG_SIZE 1024 macro