Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_alloc.c131 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()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1603 list_t sr_storage; member