Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h148 #define CALLOUT_TYPE_BITS 1 macro
149 #define CALLOUT_NTYPES (1 << CALLOUT_TYPE_BITS)
152 #define CALLOUT_TABLE(t, f) (((f) << CALLOUT_TYPE_BITS) | (t))
154 #define CALLOUT_TABLE_SEQID(ct) (CALLOUT_TABLE_NUM(ct) >> CALLOUT_TYPE_BITS)
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c2102 callout_table_bits = CALLOUT_TYPE_BITS + bits; in callout_init()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c860 #define TABLE_TO_SEQID(x) ((x) >> CALLOUT_TYPE_BITS)