Searched refs:cyc_cpu_t (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | cyclic.c | 742 cyclic_upheap(cyc_cpu_t *cpu, cyc_index_t ndx) in cyclic_upheap() 785 cyclic_downheap(cyc_cpu_t *cpu, cyc_index_t ndx) in cyclic_downheap() 860 cyclic_expire(cyc_cpu_t *cpu, cyc_index_t ndx, cyclic_t *cyclic) in cyclic_expire() 951 cyc_cpu_t *cpu = c->cpu_cyclic; in cyclic_fire() 1047 cyclic_remove_pend(cyc_cpu_t *cpu, cyc_level_t level, cyclic_t *cyclic) in cyclic_remove_pend() 1131 cyc_cpu_t *cpu = c->cpu_cyclic; in cyclic_softint() 1350 cyc_cpu_t *cpu = arg->cyx_cpu; in cyclic_expand_xcall() 1446 cyclic_expand(cyc_cpu_t *cpu) in cyclic_expand() 1557 static cyc_cpu_t * 1658 cyc_cpu_t *cpu = arg->cyx_cpu; in cyclic_add_xcall() [all …]
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | cyclic.c | 41 cyccpu_vread(cyc_cpu_t *cpu, uintptr_t addr) in cyccpu_vread() 51 OFFSETOF(cyc_cpu_t, cyp_trace); in cyccpu_vread() 78 cyc_cpu_t cpu; in cyccpu_walk_step() 134 cyclic_dump_node(cyc_cpu_t *cpu, cyc_index_t *heap, char **c, size_t w, in cyclic_dump_node() 194 cyclic_pretty_dump(cyc_cpu_t *cpu) in cyclic_pretty_dump() 240 cyc_cpu_t cpu; in cycinfo() 452 cyc_cpu_t *cpu; in cyctrace_walk_init() 455 cpu = mdb_zalloc(sizeof (cyc_cpu_t), UM_SLEEP); in cyctrace_walk_init() 477 wsp->walk_addr = addr - offsetof(cyc_cpu_t, cyp_trace[0]); in cyctrace_walk_init() 481 mdb_free(cpu, sizeof (cyc_cpu_t)); in cyctrace_walk_init() [all …]
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | cyclic_impl.h | 506 } cyc_cpu_t; typedef 509 cyc_cpu_t *cyo_cpu; 517 cyc_cpu_t *cyi_cpu; 526 cyc_cpu_t *cyx_cpu;
|