Lines Matching defs:clean

193 static int		dtrace_dynvar_failclean; /* dynvars failed to clean */
1488 * clean the dirty dynamic variable lists on all CPUs. Dynamic variable
1523 * If the clean list is non-NULL, then we're in a
1526 * also have a non-NULL clean list). We can't simply
1527 * move the dirty list into the clean list on this
1529 * to persist, lest a short clean list prevent a
1533 * with a NULL clean list, NULL dirty list, and NULL
1559 * therefore unable to clean it now.
1604 * into this dirty list; we can make it clean.
1931 dtrace_dynvar_t *clean = dcpu->dtdsc_clean;
1934 if (clean == NULL) {
1988 * The clean list appears to be non-empty. We want to
1989 * move the clean list to the free list; we start by
1990 * moving the clean pointer aside.
1993 clean, NULL) != clean) {
1997 * (a) The clean list was switched to the
2000 * (b) The clean list was added to by the
2009 ASSERT(clean->dtdv_hashval == DTRACE_DYNHASH_FREE);
2012 * Now we'll move the clean list to our free list.
2015 * code path, and only one CPU can own the clean list.
2018 * (That is, if dtrace_dynvar_clean() updated the clean
2022 * owners of the clean lists out before resetting
2023 * the clean lists.
2026 rval = dtrace_casptr(&dcpu->dtdsc_free, NULL, clean);
2813 * asynchronously from cross call context to clean any speculations that are
2859 * asynchronously (and at a regular interval) to clean any speculations that
3288 * threads and processes don't clean up their own state --
3306 * (This is true because threads don't clean up their own
3333 * (This is true because threads don't clean up their own
3353 * (This is true because threads don't clean up their own
3373 * (This is true because threads don't clean up their own
3394 * (This is true because threads don't clean up their own
3416 * because threads and lwps don't clean up their own state --