Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dshare.c53 static void do_cleanshares(struct vnode *, pid_t, int32_t);
344 do_cleanshares(vp, pid, 0); in cleanshares()
357 do_cleanshares(vp, 0, sysid); in cleanshares_by_sysid()
368 do_cleanshares(struct vnode *vp, pid_t pid, int32_t sysid) in do_cleanshares() function