Home
last modified time | relevance | path

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

/drivers/misc/sgi-xp/
Dxp.h94 #define XPC_MSG_HDR_MAX_SIZE 16 macro
95 #define XPC_MSG_PAYLOAD_MAX_SIZE (XPC_MSG_MAX_SIZE - XPC_MSG_HDR_MAX_SIZE)
98 ALIGN(XPC_MSG_HDR_MAX_SIZE + (_payload_size), \
Dxpc_uv.c1782 if (sizeof(struct xpc_notify_mq_msghdr_uv) > XPC_MSG_HDR_MAX_SIZE) { in xpc_init_uv()
1784 XPC_MSG_HDR_MAX_SIZE); in xpc_init_uv()
Dxpc_sn2.c2419 if (offsetof(struct xpc_msg_sn2, payload) > XPC_MSG_HDR_MAX_SIZE) { in xpc_init_sn2()
2421 "larger than %d\n", XPC_MSG_HDR_MAX_SIZE); in xpc_init_sn2()