Searched refs:newnfsnode_zone (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/fs/nfsclient/ |
| 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() 176 uma_zfree(newnfsnode_zone, np); in ncl_nget() 342 uma_zfree(newnfsnode_zone, vp->v_data); in ncl_reclaim()
|
| H A D | nfs_clport.c | 80 extern uma_zone_t newnfsnode_zone; 216 np = uma_zalloc(newnfsnode_zone, M_WAITOK | M_ZERO); in nfscl_nget() 220 uma_zfree(newnfsnode_zone, np); in nfscl_nget() 283 uma_zfree(newnfsnode_zone, np); in nfscl_nget()
|