Home
last modified time | relevance | path

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

/openbmc/linux/ipc/
H A Dmsgutil.c42 #define DATALEN_MSG ((size_t)PAGE_SIZE-sizeof(struct msg_msg)) macro
52 alen = min(len, DATALEN_MSG); in alloc_msg()
95 alen = min(len, DATALEN_MSG); in load_msg()
127 alen = min(len, DATALEN_MSG); in copy_msg()
155 alen = min(len, DATALEN_MSG); in store_msg()