Lines Matching refs:clean

256 static int		dtrace_dynvar_failclean; /* dynvars failed to clean */
1313 * clean the dirty dynamic variable lists on all CPUs. Dynamic variable
1348 * If the clean list is non-NULL, then we're in a
1351 * also have a non-NULL clean list). We can't simply
1352 * move the dirty list into the clean list on this
1354 * to persist, lest a short clean list prevent a
1358 * with a NULL clean list, NULL dirty list, and NULL
1384 * therefore unable to clean it now.
1429 * into this dirty list; we can make it clean.
1756 dtrace_dynvar_t *clean = dcpu->dtdsc_clean;
1759 if (clean == NULL) {
1813 * The clean list appears to be non-empty. We want to
1814 * move the clean list to the free list; we start by
1815 * moving the clean pointer aside.
1818 clean, NULL) != clean) {
1822 * (a) The clean list was switched to the
1825 * (b) The clean list was added to by the
1834 ASSERT(clean->dtdv_hashval == DTRACE_DYNHASH_FREE);
1837 * Now we'll move the clean list to our free list.
1840 * code path, and only one CPU can own the clean list.
1843 * (That is, if dtrace_dynvar_clean() updated the clean
1847 * owners of the clean lists out before resetting
1848 * the clean lists.
1851 rval = dtrace_casptr(&dcpu->dtdsc_free, NULL, clean);
2550 * asynchronously from cross call context to clean any speculations that are
2605 * asynchronously (and at a regular interval) to clean any speculations that
3039 * threads and processes don't clean up their own state --
3061 * (This is true because threads don't clean up their own
3097 * (This is true because threads don't clean up their own
3122 * (This is true because threads don't clean up their own
3147 * (This is true because threads don't clean up their own
3173 * (This is true because threads don't clean up their own
3202 * because threads and lwps don't clean up their own state --