OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_MSG_SIZE
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/kernel/connectors/pec/
pec_listener.c
61
#define
MAX_MSG_SIZE
256
93
memset(nlhdr, 0, NLMSG_SPACE(
MAX_MSG_SIZE
));
129
memset(nlhdr, 0, NLMSG_SPACE(
MAX_MSG_SIZE
));
134
iov.iov_len = NLMSG_SPACE(
MAX_MSG_SIZE
);
237
nlhdr = malloc(NLMSG_SPACE(
MAX_MSG_SIZE
));
/external/linux-kselftest/tools/testing/selftests/ipc/
msgque.c
11
#define
MAX_MSG_SIZE
32
16
char mtext[
MAX_MSG_SIZE
];
87
ret = msgrcv(msgque->msq_id, &message.mtype,
MAX_MSG_SIZE
,
162
MAX_MSG_SIZE
, i, IPC_NOWAIT | MSG_COPY);
/external/ltp/testcases/kernel/controllers/cgroup/
cgroup_regression_getdelays.c
68
#define
MAX_MSG_SIZE
1024
88
char buf[
MAX_MSG_SIZE
];
Completed in 124 milliseconds