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; variable896 for(p1 = adpt_post_wait_queue; p1;) { in adpt_i2o_sys_shutdown()902 adpt_post_wait_queue = NULL; in adpt_i2o_sys_shutdown()1214 wait_data->next = adpt_post_wait_queue; in adpt_i2o_post_wait()1215 adpt_post_wait_queue = wait_data; in adpt_i2o_post_wait()1257 for(p1 = adpt_post_wait_queue; p1; p2 = p1, p1 = p1->next) { in adpt_i2o_post_wait()1265 adpt_post_wait_queue = p1->next; in adpt_i2o_post_wait()1328 for(p1 = adpt_post_wait_queue; p1; p1 = p1->next) { in adpt_i2o_post_wait_complete()1340 for(p1 = adpt_post_wait_queue; p1; p1 = p1->next) { in adpt_i2o_post_wait_complete()