Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h178 #define CALLOUT_ID_TO_TABLE(id) ((id) & callout_table_mask)
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c55 static ulong_t callout_table_mask; /* mask for the table bits */ variable
2103 callout_table_mask = (1 << callout_table_bits) - 1; in callout_init()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1037 #define callout_table_mask ((1 << coargs->ctbits) - 1) in callouts_cb() macro
1039 #undef callout_table_mask in callouts_cb()
1709 #define callout_table_mask ((1 << coargs.ctbits) - 1) in calloutid() macro
1715 #undef callout_table_mask in calloutid()