Home
last modified time | relevance | path

Searched refs:DFLT_MSGSIZEMAX (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/include/linux/
Dipc_namespace.h90 #define DFLT_MSGSIZEMAX 8192 /* max message size */ macro
/linux-2.6.39/ipc/
Dmsgutil.c33 .mq_msgsize_max = DFLT_MSGSIZEMAX,
Dmqueue.c1251 ns->mq_msgsize_max = DFLT_MSGSIZEMAX; in mq_init_ns()