Lines Matching defs:cyclic_add
110 * cyclic_add() <-- Creates a cyclic
144 * cyp_cyclics member of the cyc_cpu structure). If cyclic_add() is called
452 * from cyclic_add()).
1094 * cyclic_add() nor a cyclic_remove() is pending on the specified CPU, is
1097 * cyclic_add() or cyclic_remove() is pending, cyclic_softint() may grab
1118 * any of cyclic_add(), cyclic_remove(), cyclic_bind() or cyclic_juggle().
2646 * cyclic_id_t cyclic_add(cyc_handler_t *, cyc_time_t *)
2650 * cyclic_add() will create an unbound cyclic with the specified handler and
2656 * As its first argument, cyclic_add() takes a cyc_handler, which has the
2672 * In addition to a cyc_handler, cyclic_add() takes a cyc_time, which
2684 * _not_ explicitly supported by the cyclic subsystem (cyclic_add() will
2709 * cyclic_add() returns a cyclic_id_t, which is guaranteed to be a value
2710 * other than CYCLIC_NONE. cyclic_add() cannot fail.
2715 * interrupt context. cyclic_add() will perform a KM_SLEEP kernel
2728 * cyclic_add(), cyclic_remove() or cyclic_bind(); the implementation of
2734 cyclic_add(cyc_handler_t *hdlr, cyc_time_t *when)
2781 * same two structures passed to cyclic_add(), outlined above. This
2793 * The omni online handler is called in the same context as cyclic_add(),
2826 * The caller's context is identical to that of cyclic_add(), specified
2873 * The only argument is a cyclic_id returned from either cyclic_add() or
2936 * The first argument is a cyclic_id retuned from cyclic_add().