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

/freebsd-10.1-release/sys/cddl/dev/cyclic/
H A Dcyclic.c128 * The cyclic subsystem is designed to minimize interference between cyclics
139 * The cyclics are kept sorted by expiration time in the cyc_cpu's heap. The
172 * To see the heap by example, assume our cyclics array has the following
215 * fewer than sixteen cyclics in the heap, downheaps on UltraSPARC miss at
296 * All of the discussion thus far has assumed a static number of cyclics.
307 * Three key cyc_cpu data structures need to be resized: the cyclics array,
313 * 3. The old cyclics array is bzero()'d
362 cyclic_t *cyclics; local
371 cyclics = cpu->cyp_cyclics;
382 if (cyclics[curren
405 cyclic_t *cyclics = cpu->cyp_cyclics; local
518 cyclic_t *cyclic, *cyclics = cpu->cyp_cyclics; local
584 cyclic_t *cyclics = cpu->cyp_cyclics, *new_cyclics = arg->cyx_cyclics; local
[all...]

Completed in 222 milliseconds