Searched refs:msg_bytes (Results 1 – 3 of 3) sorted by relevance
89 static atomic_t msg_bytes = ATOMIC_INIT(0); variable299 atomic_sub(msq->q_cbytes, &msg_bytes); in freeque()457 msginfo.msgtql = atomic_read(&msg_bytes); in sys_msgctl()694 atomic_add(msgsz,&msg_bytes); in sys_msgsnd()781 atomic_sub(msg->m_ts,&msg_bytes); in sys_msgrcv()
4108 int msg_bytes; local4111 msg_bytes = scsi_populate_tag_msg(cmd, tag_msgs);4112 if (msg_bytes && tag_msgs[0] != MSG_SIMPLE_TASK) {
3727 int msg_bytes; local3730 msg_bytes = scsi_populate_tag_msg(cmd, tag_msgs);3731 if (msg_bytes && tag_msgs[0] != MSG_SIMPLE_TASK) {