OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newnfsnode_zone
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/nfs/client/
nfs_clnode.c
67
uma_zone_t
newnfsnode_zone
;
variable
77
newnfsnode_zone
= uma_zcreate("NCLNODE", sizeof(struct nfsnode), NULL,
84
uma_zdestroy(
newnfsnode_zone
);
127
np = uma_zalloc(
newnfsnode_zone
, M_WAITOK | M_ZERO);
131
uma_zfree(
newnfsnode_zone
, np);
172
uma_zfree(
newnfsnode_zone
, np);
334
uma_zfree(
newnfsnode_zone
, vp->v_data);
nfs_clport.c
84
extern uma_zone_t
newnfsnode_zone
;
220
np = uma_zalloc(
newnfsnode_zone
, M_WAITOK | M_ZERO);
224
uma_zfree(
newnfsnode_zone
, np);
284
uma_zfree(
newnfsnode_zone
, np);
Completed in 36 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026