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

  /src/external/cddl/osnet/sys/sys/
cyclic_impl.h 268 cyclic_t *cyp_cyclics; member in struct:cyc_cpu
  /src/external/cddl/osnet/dev/cyclic/
cyclic.c 135 * cyp_cyclics member of the cyc_cpu structure). If cyclic_add() is called
136 * and there does not exist a free slot in the cyp_cyclics array, the size of
138 * referred to by their index in the cyp_cyclics array, which is of type
162 * element containing an index into the CPU's cyp_cyclics array.
258 * the cyclic at cyp_cyclics[cyp_heap[number_of_elements]], incrementing
277 * cyp_cyclics[5], bump the number of elements (from 5 to 6) and perform
280 * If we wanted to remove, say, cyp_cyclics[3], we would first scan for it
389 cyclics = cpu->cyp_cyclics;
423 cyclic_t *cyclics = cpu->cyp_cyclics;
536 cyclic_t *cyclic, *cyclics = cpu->cyp_cyclics;
    [all...]

Completed in 54 milliseconds