Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/tnf/
H A Dtrace_funcs.c100 tnf_reference_t sched_offset, tag_disp; in tnf_trace_alloc() local
194 sched_offset = ((sched->record_gen - block->generation) << shift) + in tnf_trace_alloc()
197 sched_offset = ((sched->record_gen - block->generation) << shift) + in tnf_trace_alloc()
200 if (!TAGARG_CHECK(sched_offset)) in tnf_trace_alloc()
231 buffer->probe_event = ENCODED_TAG(tag_disp, sched_offset); in tnf_trace_alloc()
258 sched_offset = PTR_DIFF(fwd_p, buffer); in tnf_trace_alloc()
263 sched_offset = PTR_DIFF(fwd_p, buffer); in tnf_trace_alloc()
267 sched_offset = 0; in tnf_trace_alloc()
/titanic_41/usr/src/lib/libtnfprobe/
H A Dtrace_funcs.c106 tnf_reference_t sched_offset, tag_disp; in tnf_trace_alloc() local
256 sched_offset = ((sched->record_gen - block->generation) << shift) + in tnf_trace_alloc()
260 if (!TAGARG_CHECK(sched_offset)) in tnf_trace_alloc()
283 buffer->probe_event = ENCODED_TAG(tag_disp, sched_offset); in tnf_trace_alloc()
307 sched_offset = PTR_DIFF(fwd_p, buffer); in tnf_trace_alloc()
308 ASSERT(TAGARG_CHECK(sched_offset)); in tnf_trace_alloc()
311 sched_offset = 0; in tnf_trace_alloc()