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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dmsg.c69 static atomic_t msg_bytes = ATOMIC_INIT(0); variable
252 atomic_sub(msq->q_cbytes, &msg_bytes);
429 msginfo.msgtql = atomic_read(&msg_bytes);
708 atomic_add(msgsz, &msg_bytes);
817 atomic_sub(msg->m_ts, &msg_bytes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c1436 int msg_bytes; local
1439 msg_bytes = scsi_populate_tag_msg(cmd, tag_msgs);
1440 if (msg_bytes && tag_msgs[0] != MSG_SIMPLE_TASK) {
H A Daic79xx_osm.c1463 int msg_bytes; local
1466 msg_bytes = scsi_populate_tag_msg(cmd, tag_msgs);
1467 if (msg_bytes && tag_msgs[0] != MSG_SIMPLE_TASK) {

Completed in 58 milliseconds