Searched defs:cyb_unconfigure (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcyclic_impl.h51 * cyb_unconfigure() <-- Unconfigures the backend
87 * 3 void cyb_unconfigure(cyb_arg_t arg)
91 * cyb_unconfigure() should unconfigure the specified backend.
95 * The only argument to cyb_unconfigure() is a cookie as returned from
98 * cyb_unconfigure() should free any backend-specific per-CPU structures
99 * for the specified backend. cyb_unconfigure() will _only_ be called on
101 * not support dynamic reconfiguration, cyb_unconfigure() may panic.
103 * After cyb_unconfigure() returns, the backend must not call cyclic_fire()
113 * may not be the CPU specified to cyb_unconfigure(). The specified
114 * CPU is guaranteed to exist at the time cyb_unconfigure() i
412 void (*cyb_unconfigure)(cyb_arg_t); member in struct:cyc_backend
[all...]

Completed in 44 milliseconds