Searched refs:adpt_post_wait_queue (Results 1 – 1 of 1) sorted by relevance
143 static struct adpt_i2o_post_wait_data *adpt_post_wait_queue = NULL; variable893 for(p1 = adpt_post_wait_queue; p1;) { in adpt_i2o_sys_shutdown()899 adpt_post_wait_queue = NULL; in adpt_i2o_sys_shutdown()1218 wait_data->next = adpt_post_wait_queue; in adpt_i2o_post_wait()1219 adpt_post_wait_queue = wait_data; in adpt_i2o_post_wait()1261 for(p1 = adpt_post_wait_queue; p1; p2 = p1, p1 = p1->next) { in adpt_i2o_post_wait()1269 adpt_post_wait_queue = p1->next; in adpt_i2o_post_wait()1332 for(p1 = adpt_post_wait_queue; p1; p1 = p1->next) { in adpt_i2o_post_wait_complete()1344 for(p1 = adpt_post_wait_queue; p1; p1 = p1->next) { in adpt_i2o_post_wait_complete()