Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dbofi.c126 static struct bofi_shadow shadow_list; variable
720 shadow_list.next = &shadow_list; in bofi_attach()
721 shadow_list.prev = &shadow_list; in bofi_attach()
774 if (shadow_list.next != &shadow_list || errent_listp != NULL) { in bofi_detach()
1778 for (hp = shadow_list.next; hp != &shadow_list; hp = hp->next) { in bofi_errdef_alloc()
1861 for (hp = shadow_list.next; hp != &shadow_list; hp = hp->next) { in bofi_errdef_free()
3178 hp->next = shadow_list.next; in bofi_map()
3179 shadow_list.next->prev = hp; in bofi_map()
3180 hp->prev = &shadow_list; in bofi_map()
3181 shadow_list.next = hp; in bofi_map()
[all …]