HomeSort by: relevance | last modified time | path
    Searched defs:dtrace_buffer (Results 1 - 1 of 1) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/sys/
dtrace_impl.h 274 * managed with the dtrace_buffer structure. By default, this structure
278 * to a scratch buffer. For all buffer types, the dtrace_buffer structure is
279 * always allocated on a per-CPU basis; a single dtrace_buffer structure is
281 * dtrace_buffer structure; to prevent false sharing of the structure, it must
436 typedef struct dtrace_buffer { struct

Completed in 18 milliseconds