Searched refs:tmpnq (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_diskq.c | 2313 net_queue *tmpnq = NULL; in rdc_read_diskq_buf() local 2471 tmpnq = rdc_diskq_buf2queue(group, &buf, index); in rdc_read_diskq_buf() 2476 buf->sb_pos+buf->sb_len, buf->sb_user, tmpnq?tmpnq->blocks:-1, in rdc_read_diskq_buf() 2477 tmpnq?tmpnq->nitems:-1, in rdc_read_diskq_buf() 2478 tmpnq?((buf->sb_len-tmpnq->nitems) - tmpnq->blocks):-1); in rdc_read_diskq_buf() 2481 DTRACE_PROBE3(rdc_buf2que_returned, net_queue *, tmpnq?tmpnq:0, in rdc_read_diskq_buf() 2482 uint64_t, tmpnq?tmpnq->nitems:0, in rdc_read_diskq_buf() 2483 uint_t, tmpnq?tmpnq->net_qhead->seq:0); in rdc_read_diskq_buf() 2487 if (tmpnq == NULL) in rdc_read_diskq_buf() 2493 rdc_trim_buf(buf, tmpnq); in rdc_read_diskq_buf() [all …]
|