Home
last modified time | relevance | path

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

/linux/ipc/
H A Dmsgutil.c39 #define DATALEN_MSG ((size_t)PAGE_SIZE-sizeof(struct msg_msg)) macro
48 DATALEN_MSG, NULL); in init_msg_buckets()
60 alen = min(len, DATALEN_MSG); in alloc_msg()
103 alen = min(len, DATALEN_MSG); in load_msg()
135 alen = min(len, DATALEN_MSG); in copy_msg()
163 alen = min(len, DATALEN_MSG); in store_msg()