Searched refs:newnfsnode_zone (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/fs/nfsclient/ |
| H A D | nfs_clnode.c | 66 uma_zone_t newnfsnode_zone; variable 76 newnfsnode_zone = uma_zcreate("NCLNODE", sizeof(struct nfsnode), NULL, in ncl_nhinit() 83 uma_zdestroy(newnfsnode_zone); in ncl_nhuninit() 126 np = uma_zalloc(newnfsnode_zone, M_WAITOK | M_ZERO); in ncl_nget() 130 uma_zfree(newnfsnode_zone, np); in ncl_nget() 176 uma_zfree(newnfsnode_zone, np); in ncl_nget() 354 uma_zfree(newnfsnode_zone, vp->v_data); in ncl_reclaim()
|
| H A D | nfs_clport.c | 79 extern uma_zone_t newnfsnode_zone; 227 np = uma_zalloc(newnfsnode_zone, M_WAITOK | M_ZERO); in nfscl_nget() 231 uma_zfree(newnfsnode_zone, np); in nfscl_nget() 296 uma_zfree(newnfsnode_zone, np); in nfscl_nget()
|