Home
last modified time | relevance | path

Searched refs:callout_table_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c267 callout_alloc(callout_table_t *ct) in callout_alloc()
590 callout_upheap(callout_table_t *ct) in callout_upheap()
984 callout_table_t *ct; in timeout_generic()
1281 callout_table_t *ct; in untimeout_generic()
1514 callout_expire(callout_table_t *ct) in callout_expire()
1630 callout_table_t *ct; in callout_suspend()
1669 callout_table_t *ct; in callout_resume()
1792 callout_table_t *ct; in callout_hrestime()
1955 callout_table_t *ct; in callout_cpu_online()
2028 callout_table_t *ct; in callout_cpu_offline()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h386 } callout_table_t; typedef
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c756 callout_table_t *ct0;
757 callout_table_t ct;
805 if (mdb_vread(&(cotwd->ct), sizeof (callout_table_t), in callout_table_walk_step()
806 wsp->walk_addr) != sizeof (callout_table_t)) { in callout_table_walk_step()
845 sizeof (callout_table_t)); in callout_table_walk_step()
912 callout_table_t *co_table; /* top of callout table array */
1261 callout_table_t *ct = &(cotwd->ct); in callout_t_cb()
1272 sizeof (callout_table_t); in callout_t_cb()
1667 callout_table_t *ctptr; in calloutid()
1668 callout_table_t ct; in calloutid()
[all …]