Searched refs:callout_table_bits (Results 1 – 3 of 3) sorted by relevance
151 #define CALLOUT_COUNTER_SHIFT callout_table_bits
53 static ulong_t callout_table_bits; /* number of table bits in ID */ variable2101 callout_table_bits = CALLOUT_TYPE_BITS + bits; in callout_init()2102 callout_table_mask = (1 << callout_table_bits) - 1; in callout_init()
1506 #define callout_table_bits coargs.ctbits in calloutid() macro