Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/amd/amd/
Dmntfs.c65 if (mf->mf_cid) in dup_mntfs()
66 untimeout(mf->mf_cid); in dup_mntfs()
67 mf->mf_cid = 0; in dup_mntfs()
93 mf->mf_cid = 0; in init_mntfs()
253 if (mf->mf_cid) { in uninit_mntfs()
254 untimeout(mf->mf_cid); in uninit_mntfs()
255 mf->mf_cid = 0; in uninit_mntfs()
296 if (mf2->mf_refc == 0 && mf2->mf_cid) in flush_mntfs()
376 mf->mf_cid = timeout(ALLOWED_MOUNT_TIME, discard_mntfs, (voidp) mf); in free_mntfs()
Damd.h435 int mf_cid; /* Callout id */ member