Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/misc/sgi-xp/
Dxp.h73 #define XPC_MSG_HDR_MAX_SIZE 16 macro
74 #define XPC_MSG_PAYLOAD_MAX_SIZE (XPC_MSG_MAX_SIZE - XPC_MSG_HDR_MAX_SIZE)
77 ALIGN(XPC_MSG_HDR_MAX_SIZE + (_payload_size), \
Dxpc_uv.c1786 if (sizeof(struct xpc_notify_mq_msghdr_uv) > XPC_MSG_HDR_MAX_SIZE) { in xpc_init_uv()
1788 XPC_MSG_HDR_MAX_SIZE); in xpc_init_uv()