Searched refs:cyc_index_t (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/cddl/osnet/sys/sys/ |
| D | cyclic_impl.h | 267 cyc_index_t *cyp_heap; 269 cyc_index_t cyp_nelems; 270 cyc_index_t cyp_size; 277 cyc_index_t cyo_ndx; 284 cyc_index_t cyi_ndx; 295 cyc_index_t cyx_ndx; 296 cyc_index_t *cyx_heap; 298 cyc_index_t cyx_size;
|
| D | cyclic.h | 57 typedef int cyc_index_t; typedef
|
| /netbsd/src/external/cddl/osnet/dev/cyclic/ |
| D | cyclic.c | 378 cyclic_upheap(cyc_cpu_t *cpu, cyc_index_t ndx) in cyclic_upheap() 381 cyc_index_t *heap; in cyclic_upheap() 382 cyc_index_t heap_parent, heap_current = ndx; in cyclic_upheap() 383 cyc_index_t parent, current; in cyclic_upheap() 421 cyclic_downheap(cyc_cpu_t *cpu, cyc_index_t ndx) in cyclic_downheap() 424 cyc_index_t *heap = cpu->cyp_heap; in cyclic_downheap() 426 cyc_index_t heap_left, heap_right, heap_me = ndx; in cyclic_downheap() 427 cyc_index_t left, right, me; in cyclic_downheap() 428 cyc_index_t nelems = cpu->cyp_nelems; in cyclic_downheap() 496 cyclic_expire(cyc_cpu_t *cpu, cyc_index_t ndx, cyclic_t *cyclic) in cyclic_expire() [all …]
|