Lines Matching refs:cyclic
33 #include <sys/cyclic.h>
42 * The design, implementation and interfaces of the cyclic subsystem are
44 * comment covers the interface from the cyclic subsystem into the cyclic
66 * cyb_configure() should configure the specified CPU for cyclic operation.
80 * cyclic calls into the backend on the specified CPU.
115 * The cyclic subsystem is guaranteed to be suspended when cyb_unconfigure()
133 * the cyclic subsystem wishes to add a cyclic to the CPU corresponding
202 * (cyclic granularity will be bounded by the length of the period between
203 * cyclic_fire()'s), it allows the cyclic subsystem to be implemented on
270 * The cyclic subsystem will never call cyb_set_level() twice consecutively
284 * below). cyb_set_level() may also be called from any of the cyclic
331 * function is called more than once, or not at all, the cyclic subsystem
370 * P_OFFLINE, P_NOINTR). The cyclic subsystem will not suspend only a
398 * The cyclic subsystem will make no calls into the backend between
444 typedef struct cyclic {