Searched refs:callout_table (Results 1 – 2 of 2) sorted by relevance
56 #pragma align 64(callout_table)57 static callout_table_t *callout_table; /* global callout table array */ variable1011 ct = &callout_table[CALLOUT_TABLE(type, CPU->cpu_seqid)]; in timeout_generic()1287 ct = &callout_table[CALLOUT_ID_TO_TABLE(id)]; in untimeout_generic()1641 ct = &callout_table[CALLOUT_TABLE(t, f)]; in callout_suspend()1677 ct = &callout_table[CALLOUT_TABLE(t, f)]; in callout_resume()1803 ct = &callout_table[CALLOUT_TABLE(t, f)]; in callout_hrestime()1838 ndx = ct - callout_table; in callout_kstat_init()1991 ct = &callout_table[CALLOUT_TABLE(t, seqid)]; in callout_cpu_online()2036 ct = &callout_table[CALLOUT_TABLE(t, seqid)]; in callout_cpu_offline()[all …]
153 #define CALLOUT_TABLE_NUM(ct) ((ct) - callout_table)352 typedef struct callout_table { struct