Searched refs:newnfsnode_zone (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/fs/nfs/client/ |
H A D | nfs_clnode.c | 67 uma_zone_t newnfsnode_zone; variable 77 newnfsnode_zone = uma_zcreate("NCLNODE", sizeof(struct nfsnode), NULL, in ncl_nhinit() 84 uma_zdestroy(newnfsnode_zone); in ncl_nhuninit() 127 np = uma_zalloc(newnfsnode_zone, M_WAITOK | M_ZERO); in ncl_nget() 131 uma_zfree(newnfsnode_zone, np); in ncl_nget() 172 uma_zfree(newnfsnode_zone, np); in ncl_nget() 334 uma_zfree(newnfsnode_zone, vp->v_data); in ncl_reclaim()
|
H A D | nfs_clport.c | 84 extern uma_zone_t newnfsnode_zone; 220 np = uma_zalloc(newnfsnode_zone, M_WAITOK | M_ZERO); in nfscl_nget() 224 uma_zfree(newnfsnode_zone, np); in nfscl_nget() 284 uma_zfree(newnfsnode_zone, np); in nfscl_nget()
|