Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dcallo.h432 #define CALLOUT_ALIGN 64 /* cache line size */ macro
/titanic_44/usr/src/uts/common/os/
H A Dcallout.c1979 CALLOUT_ALIGN, NULL, NULL, NULL, NULL, NULL, 0); in callout_cpu_online()
1983 CALLOUT_ALIGN, NULL, NULL, NULL, NULL, NULL, 0); in callout_cpu_online()
2135 size += CALLOUT_ALIGN; in callout_init()
2137 callout_table = (callout_table_t *)P2ROUNDUP(buf, CALLOUT_ALIGN); in callout_init()