Home
last modified time | relevance | path

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

/titanic_41/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)
/titanic_41/usr/src/uts/common/os/
H A Dcallout.c1640 for (t = 0; t < CALLOUT_NTYPES; t++) { in callout_suspend()
1676 for (t = 0; t < CALLOUT_NTYPES; t++) { in callout_resume()
1802 for (t = 0; t < CALLOUT_NTYPES; t++) { in callout_hrestime()
1990 for (t = 0; t < CALLOUT_NTYPES; t++) { in callout_cpu_online()
2035 for (t = 0; t < CALLOUT_NTYPES; t++) { in callout_cpu_offline()
2134 size = sizeof (callout_table_t) * CALLOUT_NTYPES * max_ncpus; in callout_init()
2144 for (t = 0; t < CALLOUT_NTYPES; t++) { in callout_init()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c578 cot_walk_data->cotsize = CALLOUT_NTYPES * max_ncpus; in callout_table_walk_init()