Searched defs:cyclic_add (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | cyclic.c | 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() take 2734 cyclic_add(cyc_handler_t *hdlr, cyc_time_t *when) function [all...] |
/illumos-gate/usr/src/lib/libzpool/common/ |
H A D | kernel.c | 894 cyclic_add(cyc_handler_t *hdlr, cyc_time_t *when) function
|
Completed in 71 milliseconds