Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/os-Linux/
H A Dfile.c654 char control[CMSG_SPACE(sizeof(*fds) * OS_SENDMSG_MAX_FDS)]; in os_sendmsg_fds()
667 if (fds_num > OS_SENDMSG_MAX_FDS) in os_sendmsg_fds()
/openbmc/linux/arch/um/include/shared/
H A Dos.h44 #define OS_SENDMSG_MAX_FDS 8 macro