Searched refs:unp_list (Results 1 – 1 of 1) sorted by relevance
1791 struct unpcb *unp, **unp_list __bidi_indexable;1843 unp_list = kalloc_type(struct unpcb *, unp_list_len, Z_WAITOK);1844 if (unp_list == 0) {1852 unp_list[i++] = unp;1859 unp = unp_list[i];1901 kfree_type(struct unpcb *, unp_list_len, unp_list);1925 struct unpcb *unp, **unp_list; variable1976 unp_list = kalloc_type(struct unpcb *, unp_list_len, Z_WAITOK);1977 if (unp_list == 0) {1985 unp_list[i++] = unp;[all …]