HomeSort by: relevance | last modified time | path
    Searched defs:arc_reclaim_thread_exit (Results 1 - 1 of 1) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
arc.c 310 static boolean_t arc_reclaim_thread_exit; variable
4129 while (!arc_reclaim_thread_exit) {
4223 arc_reclaim_thread_exit = B_FALSE;
6177 arc_reclaim_thread_exit = B_FALSE;
6267 arc_reclaim_thread_exit = B_TRUE;
6269 * The reclaim thread will set arc_reclaim_thread_exit back to
6272 while (arc_reclaim_thread_exit) {

Completed in 22 milliseconds