HomeSort by relevance Sort by last modified time
    Searched defs:sched (Results 1 - 11 of 11) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/tnf/
trace_funcs.c 105 tnf_schedule_t *sched; local
178 sched = &ops->schedule;
184 if ((sched_record_p = sched->record_p) == NULL)
194 sched_offset = ((sched->record_gen - block->generation) << shift) +
197 sched_offset = ((sched->record_gen - block->generation) << shift) +
204 time_diff = curr_time - sched->time_base;
209 if (sched->cpuid != CPU->cpu_id)
246 sched->cpuid = CPU->cpu_id;
247 sched->time_base = curr_time;
249 if ((sched_record_p = tnf_kernel_schedule(ops, sched)) != NULL)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/tnf/tnfdump/
cooked.c 79 tnf_datum_t evt, sched; local
83 sched = tnf_get_tag_arg(evt);
84 if (sched == TNF_DATUM_NULL) {
92 describe_event(evt, sched, normalized_time);
  /onnv/onnv-gate/usr/src/lib/libtnfprobe/
trace_funcs.c 111 tnf_schedule_t *sched; local
230 * watch out for sched->record_p - it has to be checked after alloc is
235 sched = &(ops->schedule);
238 sprintf(tmp_buf, "tnf_trace_alloc, sched=%p\n", sched);
246 if ((sched_record_p = sched->record_p) == NULL ||
256 sched_offset = ((sched->record_gen - block->generation) << shift) +
264 time_diff = curr_time - sched->time_base;
298 _tnf_sched_init(sched, curr_time);
300 if ((sched_record_p = tnf_schedule_write(ops, sched)) != NULL)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/xen/io/
xnbu.c 80 boolean_t sched = B_FALSE; local
95 sched = B_TRUE;
101 if (sched)
211 boolean_t sched = B_FALSE; local
222 sched = xnbup->u_need_sched;
233 if (sched)
  /onnv/onnv-gate/usr/src/uts/common/os/
sched.c 145 sched() function
165 CALLB_CPR_INIT(&cprinfo, &swap_cpr_lock, callb_generic_cpr, "sched");
  /onnv/onnv-gate/usr/src/lib/libpool/common/
pool_internal.c 554 const char *sched; local
556 if (pool_value_get_string(pval, &sched) != 0) {
560 (void) strncpy(pcinfo.pc_clname, sched, PC_CLNMSZ);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/myri10ge/drv/
myri10ge_var.h 338 int sched; member in struct:__anon6
  /onnv/onnv-gate/usr/src/cmd/zoneadmd/
vplat.c 3880 char sched[MAXNAMELEN]; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
queue.c 1294 bool sched; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/zonecfg/
zonecfg.c 1633 char sched[MAXNAMELEN]; local
4656 char sched[MAXNAMELEN]; local
5485 char sched[MAXNAMELEN]; local
5671 rt_to_str(RT_RCTL), rt_to_str(RT_SCHED), sched); local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/arn/
arn_core.h 413 int sched; member in struct:ath_atx_tid
421 int sched; /* dest-ac is scheduled */ member in struct:ath_atx_ac

Completed in 300 milliseconds