Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/ozwpan/
Dozpd.h96 struct list_head farewell_list; member
Dozpd.c122 INIT_LIST_HEAD(&pd->farewell_list); in oz_pd_alloc()
167 list_for_each_safe(e, n, &pd->farewell_list) in oz_pd_free()
874 if (list_empty(&pd->farewell_list)) { in oz_pd_indicate_farewells()
878 f = list_first_entry(&pd->farewell_list, in oz_pd_indicate_farewells()
Dozproto.c316 list_for_each_entry(f2, &pd->farewell_list, link) { in oz_add_farewell()
323 list_add_tail(&f->link, &pd->farewell_list); in oz_add_farewell()