callout_table_mask
callout_table_mask = (1 << callout_table_bits) - 1;
static ulong_t callout_table_mask; /* mask for the table bits */
#define CALLOUT_ID_TO_TABLE(id) ((id) & callout_table_mask)