Home
last modified time | relevance | path

Searched refs:DTRACEBUF_FILL (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Ddtrace_impl.h409 #define DTRACEBUF_FILL 0x0002 /* bufpolicy set to "fill" */ macro
/titanic_44/usr/src/uts/common/dtrace/
H A Ddtrace.c11326 if (!(buf->dtb_flags & (DTRACEBUF_RING | DTRACEBUF_FILL))) { in dtrace_buffer_reserve()
11353 if (buf->dtb_flags & DTRACEBUF_FILL) { in dtrace_buffer_reserve()
11521 if (buf->dtb_flags & DTRACEBUF_FILL) { in dtrace_buffer_reserve()
13575 flags |= DTRACEBUF_FILL; in dtrace_state_buffer()
16463 if (buf->dtb_flags & (DTRACEBUF_RING | DTRACEBUF_FILL)) { in dtrace_ioctl()