Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_descrip.c106 __read_mostly uma_zone_t pwd_zone; variable
3787 pwd = uma_zalloc_smr(pwd_zone, M_WAITOK); in pwd_alloc()
3806 uma_zfree_smr(pwd_zone, pwd); in pwd_drop()
4873 pwd_zone = uma_zcreate("PWD", sizeof(struct pwd), NULL, NULL, in filelistinit()
4879 vfs_smr = uma_zone_get_smr(pwd_zone); in filelistinit()