Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c57 #pragma align 64(callout_table)
58 static callout_table_t *callout_table; /* global callout table array */ variable
1012 ct = &callout_table[CALLOUT_TABLE(type, CPU->cpu_seqid)]; in timeout_generic()
1288 ct = &callout_table[CALLOUT_ID_TO_TABLE(id)]; in untimeout_generic()
1642 ct = &callout_table[CALLOUT_TABLE(t, f)]; in callout_suspend()
1678 ct = &callout_table[CALLOUT_TABLE(t, f)]; in callout_resume()
1804 ct = &callout_table[CALLOUT_TABLE(t, f)]; in callout_hrestime()
1839 ndx = ct - callout_table; in callout_kstat_init()
1992 ct = &callout_table[CALLOUT_TABLE(t, seqid)]; in callout_cpu_online()
2037 ct = &callout_table[CALLOUT_TABLE(t, seqid)]; in callout_cpu_offline()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h153 #define CALLOUT_TABLE_NUM(ct) ((ct) - callout_table)
352 typedef struct callout_table { struct