Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h149 #define CALLOUT_NTYPES (1 << CALLOUT_TYPE_BITS) macro
150 #define CALLOUT_TYPE_MASK (CALLOUT_NTYPES - 1)
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c1641 for (t = 0; t < CALLOUT_NTYPES; t++) { in callout_suspend()
1677 for (t = 0; t < CALLOUT_NTYPES; t++) { in callout_resume()
1803 for (t = 0; t < CALLOUT_NTYPES; t++) { in callout_hrestime()
1991 for (t = 0; t < CALLOUT_NTYPES; t++) { in callout_cpu_online()
2036 for (t = 0; t < CALLOUT_NTYPES; t++) { in callout_cpu_offline()
2135 size = sizeof (callout_table_t) * CALLOUT_NTYPES * max_ncpus; in callout_init()
2145 for (t = 0; t < CALLOUT_NTYPES; t++) { in callout_init()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c782 cot_walk_data->cotsize = CALLOUT_NTYPES * max_ncpus; in callout_table_walk_init()