Searched refs:sr_storage (Results 1 – 2 of 2) sorted by relevance
131 list_create(&sr->sr_storage, sizeof (smb_mem_header_t), in smb_srm_init()144 while ((smh = list_head(&sr->sr_storage)) != NULL) in smb_srm_fini()146 list_destroy(&sr->sr_storage); in smb_srm_fini()234 list_insert_tail(&sr->sr_storage, smh); in smb_alloc()259 list_remove(&sr->sr_storage, smh); in smb_free()
1603 list_t sr_storage; member