Home
last modified time | relevance | path

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

/openbmc/linux/ipc/
H A Dmsg.c187 static inline bool msg_fits_inqueue(struct msg_queue *msq, size_t msgsz) in msg_fits_inqueue() function
237 else if (!msg_fits_inqueue(msq, mss->msgsz)) { in ss_wakeup()
897 if (msg_fits_inqueue(msq, msgsz)) in do_msgsnd()