Home
last modified time | relevance | path

Searched refs:post_list (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/usb/serial/
Dusbserial.c361 static struct list_head post_list = LIST_HEAD_INIT(post_list); variable
530 pos = post_list.next; in post_helper()
531 while (pos != &post_list) { in post_helper()
567 pos = post_list.next; in post_helper()
878 list_add_tail(&job->link, &post_list); in serial_post_one()