Searched refs:adpt_post_wait_queue (Results 1 – 1 of 1) sorted by relevance
140 static struct adpt_i2o_post_wait_data *adpt_post_wait_queue = NULL; variable851 for(p1 = adpt_post_wait_queue; p1;) { in adpt_i2o_sys_shutdown()857 adpt_post_wait_queue = NULL; in adpt_i2o_sys_shutdown()1169 wait_data->next = adpt_post_wait_queue; in adpt_i2o_post_wait()1170 adpt_post_wait_queue = wait_data; in adpt_i2o_post_wait()1212 for(p1 = adpt_post_wait_queue; p1; p2 = p1, p1 = p1->next) { in adpt_i2o_post_wait()1220 adpt_post_wait_queue = p1->next; in adpt_i2o_post_wait()1283 for(p1 = adpt_post_wait_queue; p1; p1 = p1->next) { in adpt_i2o_post_wait_complete()1295 for(p1 = adpt_post_wait_queue; p1; p1 = p1->next) { in adpt_i2o_post_wait_complete()