Lines Matching refs:ops
94 tnf_trace_alloc(tnf_ops_t *ops, tnf_probe_control_t *probe_p,
115 if (!lock_try(&ops->busy)) /* atomic op flushes WB */
125 if ((probe_index = tnf_probe_tag(ops, probe_p)) == 0)
146 wcb = &ops->wcb;
178 sched = &ops->schedule;
228 set_p->tpd_p = ops;
234 buffer->time_delta = tnf_time_delta(ops, (unsigned long)time_diff,
237 buffer->time_delta = tnf_time_delta(ops, (unsigned long)time_diff,
249 if ((sched_record_p = tnf_kernel_schedule(ops, sched)) != NULL) {
276 LOCK_INIT_CLEAR(&ops->busy); /* XXX save a call */
286 tnf_ops_t *ops;
290 ops = set_p->tpd_p;
291 wcb = &ops->wcb;
302 LOCK_INIT_CLEAR(&ops->busy); /* XXX save a call */
311 tnf_ops_t *ops;
315 ops = set_p->tpd_p;
316 wcb = &ops->wcb;
327 ops->schedule.record_p = NULL;
330 LOCK_INIT_CLEAR(&ops->busy); /* XXX save a call */
339 tnf_allocate(tnf_ops_t *ops, size_t size)
341 return (tnfw_b_alloc(&ops->wcb, size, ops->mode));