Searched refs:cyclic_add (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dcyclic.h71 cyclic_id_t cyclic_add(cyc_handler_t *, cyc_time_t *);
/freebsd-9.3-release/sys/cddl/dev/cyclic/
H A Dcyclic_test.c71 id = cyclic_add(&hdlr, &when);
181 id = cyclic_add(&hdlr, &when);
185 id1 = cyclic_add(&hdlr, &when);
189 id2 = cyclic_add(&hdlr, &when);
193 id3 = cyclic_add(&hdlr, &when);
H A Dcyclic.c112 * cyclic_add() <-- Creates a cyclic
133 * cyp_cyclics member of the cyc_cpu structure). If cyclic_add() is called
311 * from cyclic_add()).
1045 * cyclic_id_t cyclic_add(cyc_handler_t *, cyc_time_t *)
1049 * cyclic_add() will create an unbound cyclic with the specified handler and
1055 * As its first argument, cyclic_add() takes a cyc_handler, which has the
1061 * In addition to a cyc_handler, cyclic_add() takes a cyc_time, which
1073 * _not_ explicitly supported by the cyclic subsystem (cyclic_add() will
1093 * cyclic_add() returns a cyclic_id_t, which is guaranteed to be a value
1094 * other than CYCLIC_NONE. cyclic_add() canno
1118 cyclic_add(cyc_handler_t *hdlr, cyc_time_t *when) function
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dprofile.c390 prof->prof_cyclic = cyclic_add(&hdlr, &when);
H A Ddtrace.c13679 state->dts_cleaner = cyclic_add(&hdlr, &when);
13688 state->dts_deadman = cyclic_add(&hdlr, &when);
/freebsd-9.3-release/sys/cddl/dev/profile/
H A Dprofile.c448 prof->prof_cyclic = cyclic_add(&hdlr, &when);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c892 cyclic_add(cyc_handler_t *hdlr, cyc_time_t *when) function
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h784 extern cyclic_id_t cyclic_add(cyc_handler_t *, cyc_time_t *);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_misc.c587 spa->spa_deadman_cycid = cyclic_add(&hdlr, &when);

Completed in 310 milliseconds