Lines Matching defs:now

1677 				 * therefore unable to clean it now.
1721 * We are now guaranteed that no hash chain contains a pointer
1999 * return NULL now. Before we return, check that the value
2154 * We have now allocated a new chunk. We copy the tuple keys into the
2476 * And now, a pathetic attempt to try to get a an odd (or
3009 * We now know that all CPUs have committed or discarded their
3010 * speculation buffers, as appropriate. We can now set the state
6079 * For now, this has no meaning.
6624 hrtime_t now;
6633 now = dtrace_gethrtime();
6635 if (now - cpu->cpu_dtrace_chillmark > dtrace_chill_interval) {
6639 cpu->cpu_dtrace_chillmark = now;
6654 while (dtrace_gethrtime() - now < val)
6862 hrtime_t now, end;
6897 now = mstate.dtms_timestamp = dtrace_gethrtime();
6902 curthread->t_dtrace_vtime += now - curthread->t_dtrace_start;
6986 if (now - state->dts_alive > dtrace_deadman_timeout) {
7441 CPU->cpu_dtrace_nsec += end - now;
8619 * All CPUs are now seeing the new probes array; we can
8982 * We may have just created probes, so we must now rematch against
8985 * dtrace_meta_lock now is what defines the ordering with respect to
9098 * off to the new meta provider now.
10375 * there may be a thread caching a (now stale) predicate cache
11199 * The ECB has been disconnected from the probe; now sync to assure
11432 hrtime_t now;
11438 now = dtrace_gethrtime();
11449 buf->dtb_interval = now - buf->dtb_switched;
11450 buf->dtb_switched = now;
11664 * so now we need to deal with the wrapped offset. We
12482 * Create DOF out of a currently enabled state. Right now, we only create
13606 hrtime_t now;
13610 now = dtrace_gethrtime();
13613 now - state->dts_laststatus >= dtrace_deadman_user)
13627 state->dts_alive = now;
14202 * Regardless of whether or not now we're in ACTIVE or DRAINING, we
14545 * If we haven't allocated an anonymous state, we'll do so now.
15382 * Adding this helper action failed -- we are now going
15458 * We're now going to lose the help from this process.
15670 * And now, for a little heuristic sleaze: in general, we want to
15800 * For now, we only allocate a new buffer for anonymous state.
16058 * If we created any anonymous state, set it going now.
16228 * it may free it now or it may save it and free it later.
16854 * We have our snapshot; now copy it out.
17065 * indicate to the kernel debugger that DTrace is now inactive.