Home
last modified time | relevance | path

Searched refs:msg_qbytes (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/ipc/
H A Dmsg.c336 if (in->msg_qbytes > USHRT_MAX) { in copy_msqid_to_user()
337 out.msg_qbytes = USHRT_MAX; in copy_msqid_to_user()
339 out.msg_qbytes = in->msg_qbytes; in copy_msqid_to_user()
341 out.msg_lqbytes = in->msg_qbytes; in copy_msqid_to_user()
372 if (tbuf_old.msg_qbytes == 0) { in copy_msqid_from_user()
373 out->msg_qbytes = tbuf_old.msg_lqbytes; in copy_msqid_from_user()
375 out->msg_qbytes = tbuf_old.msg_qbytes; in copy_msqid_from_user()
390 static int msgctl_down(struct ipc_namespace *ns, int msqid, int cmd, struct ipc64_perm *perm, int msg_qbytes) in msgctl_down() argument
660 unsigned short msg_qbytes; global() member
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/generic/bits/
H A Dmsg.h8 msglen_t msg_qbytes; member

Completed in 2 milliseconds