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; variable848 for(p1 = adpt_post_wait_queue; p1;) { in adpt_i2o_sys_shutdown()854 adpt_post_wait_queue = NULL; in adpt_i2o_sys_shutdown()1166 wait_data->next = adpt_post_wait_queue; in adpt_i2o_post_wait()1167 adpt_post_wait_queue = wait_data; in adpt_i2o_post_wait()1209 for(p1 = adpt_post_wait_queue; p1; p2 = p1, p1 = p1->next) { in adpt_i2o_post_wait()1217 adpt_post_wait_queue = p1->next; in adpt_i2o_post_wait()1280 for(p1 = adpt_post_wait_queue; p1; p1 = p1->next) { in adpt_i2o_post_wait_complete()1292 for(p1 = adpt_post_wait_queue; p1; p1 = p1->next) { in adpt_i2o_post_wait_complete()