HomeSort by: relevance | last modified time | path
    Searched defs:cyclic_add (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dev/cyclic/
cyclic.c 114 * cyclic_add() <-- Creates a cyclic
135 * cyp_cyclics member of the cyc_cpu structure). If cyclic_add() is called
313 * from cyclic_add()).
1063 * cyclic_id_t cyclic_add(cyc_handler_t *, cyc_time_t *)
1067 * cyclic_add() will create an unbound cyclic with the specified handler and
1073 * As its first argument, cyclic_add() takes a cyc_handler, which has the
1079 * In addition to a cyc_handler, cyclic_add() takes a cyc_time, which
1091 * _not_ explicitly supported by the cyclic subsystem (cyclic_add() will
1111 * cyclic_add() returns a cyclic_id_t, which is guaranteed to be a value
1112 * other than CYCLIC_NONE. cyclic_add() cannot fail
1136 cyclic_add(cyc_handler_t *hdlr, cyc_time_t *when) function
    [all...]
  /src/external/cddl/osnet/dist/lib/libzpool/common/
kernel.c 961 cyclic_add(cyc_handler_t *hdlr, cyc_time_t *when) function

Completed in 22 milliseconds