80 /* * The callout implementation is private to kern_timeout.c yet uses * caller-supplied storage, as lightweight callout operations are * critical to system performance. * * The size of callout_t must remain constant in order to ensure ABI * compatibility for kernel modules: it may become smaller, but must * not grow. If more space is required, rearrange the members of * callout_impl_t. */