Home
last modified time | relevance | path

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

/linux-2.4.37.9/ipc/
Dmsg.c89 static atomic_t msg_bytes = ATOMIC_INIT(0); variable
299 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()
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_osm.c4108 int msg_bytes; local
4111 msg_bytes = scsi_populate_tag_msg(cmd, tag_msgs);
4112 if (msg_bytes && tag_msgs[0] != MSG_SIMPLE_TASK) {
Daic7xxx_osm.c3727 int msg_bytes; local
3730 msg_bytes = scsi_populate_tag_msg(cmd, tag_msgs);
3731 if (msg_bytes && tag_msgs[0] != MSG_SIMPLE_TASK) {