Searched defs:fsflush (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dfsflush.c68 * window in between when fsflush does the inode flush loop during which the
114 * pagesize. This costs a tiny bit of time in fsflush, but will reduce time
353 fsflush() function
369 bcopy("fsflush", curproc->p_user.u_psargs, 8);
370 bcopy("fsflush", curproc->p_user.u_comm, 7);
388 CALLB_CPR_INIT(&cprinfo, &fsflush_lock, callb_generic_cpr, "fsflush");

Completed in 47 milliseconds