Searched refs:ulp_next (Results 1 – 6 of 6) sorted by relevance
101 pp->ulp_next = next = &uu_null_lpool; in uu_list_pool_create()104 prev->ulp_next = pp; in uu_list_pool_create()125 pp->ulp_next->ulp_prev = pp->ulp_prev; in uu_list_pool_destroy()126 pp->ulp_prev->ulp_next = pp->ulp_next; in uu_list_pool_destroy()129 pp->ulp_next = NULL; in uu_list_pool_destroy()707 for (pp = uu_null_lpool.ulp_next; pp != &uu_null_lpool; in uu_list_lockup()708 pp = pp->ulp_next) in uu_list_lockup()717 for (pp = uu_null_lpool.ulp_next; pp != &uu_null_lpool; in uu_list_release()718 pp = pp->ulp_next) in uu_list_release()
109 uu_list_pool_t *ulp_next; member
144 ulpw->ulpw_current = (uintptr_t)null_lpool.ulp_next; in uutil_listpool_walk_init()168 ulpw->ulpw_current = (uintptr_t)ulp.ulp_next; in uutil_listpool_walk_step()
98 struct ulp_list *ulp_next; member
651 new->ulp_next = fctl_ulp_list; in fc_ulp_add()663 list = list->ulp_next) { in fc_ulp_add()672 last->ulp_next = list->ulp_next; in fc_ulp_add()674 fctl_ulp_list = list->ulp_next; in fc_ulp_add()753 list = list->ulp_next) { in fc_ulp_remove()762 last->ulp_next = list->ulp_next; in fc_ulp_remove()764 fctl_ulp_list = list->ulp_next; in fc_ulp_remove()1768 for (list = fctl_ulp_list; list != NULL; list = list->ulp_next) { in fc_ulp_is_name_present()
231 (uintptr_t)(((fc_ulp_list_t *)wsp->walk_data)->ulp_next); in ulp_walk_s()