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

  /src/external/cddl/osnet/sys/sys/
cyclic.h 85 cyclic_id_t cyclic_add(cyc_handler_t *, cyc_time_t *);
  /src/external/cddl/osnet/dev/cyclic/
cyclic_test.c 73 id = cyclic_add(&hdlr, &when);
183 id = cyclic_add(&hdlr, &when);
187 id1 = cyclic_add(&hdlr, &when);
191 id2 = cyclic_add(&hdlr, &when);
195 id3 = cyclic_add(&hdlr, &when);
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/dev/profile/
profile.c 635 prof->prof_cyclic = cyclic_add(&hdlr, &when);
  /src/external/cddl/osnet/dist/lib/libzpool/common/
kernel.c 961 cyclic_add(cyc_handler_t *hdlr, cyc_time_t *when) function
  /src/external/cddl/osnet/dist/lib/libzpool/common/sys/
zfs_context.h 800 extern cyclic_id_t cyclic_add(cyc_handler_t *, cyc_time_t *);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa_misc.c 753 spa->spa_deadman_cycid = cyclic_add(&hdlr, &when);
  /src/external/cddl/osnet/dist/uts/common/dtrace/
dtrace.c 15506 state->dts_cleaner = cyclic_add(&hdlr, &when);
15515 state->dts_deadman = cyclic_add(&hdlr, &when);

Completed in 32 milliseconds