Lines Matching defs:tmp
4089 struct list_head *tmp;
4092 list_for_each(tmp, &mgmtm->active_q) {
4093 if (io_req == (struct csio_ioreq *)tmp)
4111 struct list_head *tmp;
4118 list_for_each(tmp, &mgmtm->active_q) {
4119 io_req = (struct csio_ioreq *) tmp;
4124 tmp = csio_list_prev(tmp);
4148 struct list_head *tmp;
4160 list_for_each(tmp, &mgmtm->active_q) {
4161 io_req = (struct csio_ioreq *) tmp;
4162 tmp = csio_list_prev(tmp);