Home
last modified time | relevance | path

Searched refs:callout_table (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dcallout.c56 #pragma align 64(callout_table)
57 static callout_table_t *callout_table; /* global callout table array */ variable
1011 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 …]
/titanic_41/usr/src/uts/common/sys/
H A Dcallo.h153 #define CALLOUT_TABLE_NUM(ct) ((ct) - callout_table)
352 typedef struct callout_table { struct