Searched refs:sf_cr_pool (Results 1 – 2 of 2) sorted by relevance
102 struct sf_cr_pool *sf_cr_pool; /* list of command/response pools */ member144 struct sf_cr_pool { struct145 struct sf_cr_pool *next; argument276 struct sf_cr_pool *cmd_cr_pool; /* pool to which cmd/rsp belong */
107 static void sf_cr_free(struct sf_cr_pool *, struct sf_pkt *);861 while (sf->sf_cr_pool != NULL) { in sf_attach()1119 while (sf->sf_cr_pool != NULL) { in sf_detach()1126 sf->sf_cr_pool->ntot = sf->sf_cr_pool->nfree; in sf_detach()1838 struct sf_cr_pool *ptr; in sf_add_cr_pool()1847 if ((ptr = kmem_zalloc(sizeof (struct sf_cr_pool), KM_NOSLEEP)) == in sf_add_cr_pool()1952 ptr->next = sf->sf_cr_pool; in sf_add_cr_pool()1953 sf->sf_cr_pool = ptr; in sf_add_cr_pool()1983 kmem_free((caddr_t)ptr, sizeof (struct sf_cr_pool)); in sf_add_cr_pool()1995 struct sf_cr_pool *ptr; in sf_cr_alloc()[all …]