Home
last modified time | relevance | path

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

/linux-4.4.14/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()
129 alen = min(len, DATALEN_MSG); in copy_msg()
157 alen = min(len, DATALEN_MSG); in store_msg()