Lines Matching defs:clean

241 static int		dtrace_dynvar_failclean; /* dynvars failed to clean */
1583 * clean the dirty dynamic variable lists on all CPUs. Dynamic variable
1618 * If the clean list is non-NULL, then we're in a
1621 * also have a non-NULL clean list). We can't simply
1622 * move the dirty list into the clean list on this
1624 * to persist, lest a short clean list prevent a
1628 * with a NULL clean list, NULL dirty list, and NULL
1654 * therefore unable to clean it now.
1699 * into this dirty list; we can make it clean.
2026 dtrace_dynvar_t *clean = dcpu->dtdsc_clean;
2029 if (clean == NULL) {
2083 * The clean list appears to be non-empty. We want to
2084 * move the clean list to the free list; we start by
2085 * moving the clean pointer aside.
2088 clean, NULL) != clean) {
2092 * (a) The clean list was switched to the
2095 * (b) The clean list was added to by the
2104 ASSERT(clean->dtdv_hashval == DTRACE_DYNHASH_FREE);
2107 * Now we'll move the clean list to our free list.
2110 * code path, and only one CPU can own the clean list.
2113 * (That is, if dtrace_dynvar_clean() updated the clean
2117 * owners of the clean lists out before resetting
2118 * the clean lists.
2121 rval = dtrace_casptr(&dcpu->dtdsc_free, NULL, clean);
2908 * asynchronously from cross call context to clean any speculations that are
2954 * asynchronously (and at a regular interval) to clean any speculations that
3420 * threads and processes don't clean up their own state --
3442 * (This is true because threads don't clean up their own
3488 * (This is true because threads don't clean up their own
3513 * (This is true because threads don't clean up their own
3537 * (This is true because threads don't clean up their own
3562 * (This is true because threads don't clean up their own
3588 * because threads and lwps don't clean up their own state --