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

  /src/external/cddl/osnet/sys/sys/
cyclic_impl.h 51 * cyb_configure() <-- Configures the backend on the specified CPU
58 * 2 cyb_arg_t cyb_configure(cpu_t *)
62 * cyb_configure() should configure the specified CPU for cyclic operation.
66 * cyb_configure() should initialize any backend-specific per-CPU
67 * structures for the specified CPU. cyb_configure() will be called for
69 * supports dynamic reconfiguration, cyb_configure() will be called for
74 * cyb_configure() is expected to return a cookie (a cyb_arg_t, which is
81 * may not be the CPU specified to cyb_configure().
92 * cyb_configure().
124 * cyb_configure()
246 cyb_arg_t (*cyb_configure)(cpu_t *); member in struct:cyc_backend
    [all...]
  /src/external/cddl/osnet/dev/cyclic/
cyclic.c 918 if (nbe->cyb_configure != NULL)
919 nbe->cyb_arg = nbe->cyb_configure(c);

Completed in 21 milliseconds