Home
last modified time | relevance | path

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

/linux-4.1.27/ipc/
Dmsgutil.c47 #define DATALEN_MSG ((size_t)PAGE_SIZE-sizeof(struct msg_msg)) macro
57 alen = min(len, DATALEN_MSG); in alloc_msg()
97 alen = min(len, DATALEN_MSG); in load_msg()
130 alen = min(len, DATALEN_MSG); in copy_msg()
158 alen = min(len, DATALEN_MSG); in store_msg()