Symbol: cycle
lib/libthr/thread/thr_barrier.c
135
int64_t cycle;
lib/libthr/thread/thr_barrier.c
158
cycle = bar->b_cycle;
lib/libthr/thread/thr_barrier.c
164
} while (cycle == bar->b_cycle);
lib/libthr/thread/thr_create.c
212
new_thread->cycle++;
lib/libthr/thread/thr_create.c
213
_thr_umtx_wake(&new_thread->cycle, INT_MAX, 0);
lib/libthr/thread/thr_exit.c
304
curthread->cycle++;
lib/libthr/thread/thr_exit.c
305
_thr_umtx_wake(&curthread->cycle, INT_MAX, 0);
lib/libthr/thread/thr_private.h
381
uint32_t cycle;
lib/libthr/thread/thr_resume_np.c
95
thread->cycle++;
lib/libthr/thread/thr_resume_np.c
96
_thr_umtx_wake(&thread->cycle, 1, 0);
lib/libthr/thread/thr_sig.c
426
uint32_t cycle;
lib/libthr/thread/thr_sig.c
449
curthread->cycle++;
lib/libthr/thread/thr_sig.c
450
cycle = curthread->cycle;
lib/libthr/thread/thr_sig.c
453
_thr_umtx_wake(&curthread->cycle, INT_MAX, 0);
lib/libthr/thread/thr_sig.c
463
_thr_umtx_wait_uint(&curthread->cycle, cycle, NULL, 0);
lib/libthr/thread/thr_suspend_np.c
171
tmp = thread->cycle;
lib/libthr/thread/thr_suspend_np.c
175
_thr_umtx_wait_uint(&thread->cycle, tmp, NULL, 0);
sys/arm64/coresight/coresight.h
121
uint32_t cycle;
sys/arm64/coresight/coresight_tmc.c
301
event->etr.cycle++;
sys/arm64/coresight/coresight_tmc.h
122
uint64_t cycle;
sys/dev/firewire/fwohci.c
1472
int sec, cycle, cycle_match;
sys/dev/firewire/fwohci.c
1474
cycle = cycle_now & 0x1fff;
sys/dev/firewire/fwohci.c
1482
cycle = cycle + CYCLE_DELAY;
sys/dev/firewire/fwohci.c
1483
if (cycle >= 8000) {
sys/dev/firewire/fwohci.c
1485
cycle -= 8000;
sys/dev/firewire/fwohci.c
1487
cycle = roundup2(cycle, CYCLE_MOD);
sys/dev/firewire/fwohci.c
1488
if (cycle >= 8000) {
sys/dev/firewire/fwohci.c
1490
if (cycle == 8000)
sys/dev/firewire/fwohci.c
1491
cycle = 0;
sys/dev/firewire/fwohci.c
1493
cycle = CYCLE_MOD;
sys/dev/firewire/fwohci.c
1495
cycle_match = ((sec << 13) | cycle) & 0x7ffff;
sys/dev/isci/scil/scic_sds_controller.c
150
#define INCREMENT_COMPLETION_QUEUE_GET(controller, index, cycle) \
sys/dev/isci/scil/scic_sds_controller.c
153
(cycle), \
sys/dev/isci/scil/scic_sds_controller.c
163
#define INCREMENT_EVENT_QUEUE_GET(controller, index, cycle) \
sys/dev/isci/scil/scic_sds_controller.c
166
(cycle), \
sys/dev/isci/scil/scic_sds_controller.h
461
#define INCREMENT_QUEUE_GET(index, cycle, entry_count, bit_toggle) \
sys/dev/isci/scil/scic_sds_controller.h
466
(cycle) = (cycle) ^ (bit_toggle); \
sys/powerpc/powermac/ata_macio.c
269
min_cycle = udma_timings[mode & ATA_MODE_MASK].cycle;
sys/powerpc/powermac/ata_macio.c
279
min_cycle = dma_timings[mode & ATA_MODE_MASK].cycle;
sys/powerpc/powermac/ata_macio.c
302
pio_timings[(mode & ATA_MODE_MASK) - ATA_PIO0].cycle;
sys/powerpc/powermac/ata_macio.c
84
int cycle; /* minimum cycle time [ns] */
sys/riscv/include/cpufunc.h
129
#define rdcycle() csr_read64(cycle)
sys/riscv/include/encoding.h
1027
DECLARE_CSR(cycle, CSR_CYCLE)
usr.bin/gprof/arcs.c
352
int cycle;
usr.bin/gprof/arcs.c
380
cycle = 0;
usr.bin/gprof/arcs.c
385
cycle += 1;
usr.bin/gprof/arcs.c
386
cyclenlp = &cyclenl[cycle];
usr.bin/gprof/arcs.c
399
cyclenlp -> cycleno = cycle; /* internal number of cycle on */
usr.bin/gprof/arcs.c
408
printf( " is the head of cycle %d\n" , cycle );
usr.bin/gprof/arcs.c
415
memberp -> cycleno = cycle;
usr.bin/gprof/arcs.c
427
if ( arcp -> arc_parentp -> cycleno == cycle ) {
usr.bin/gprof/arcs.c
756
int cycle;
usr.bin/gprof/arcs.c
760
for ( cycle = 1 ; cycle <= ncycle ; cycle += 1 ) {
usr.bin/gprof/arcs.c
761
cyclenlp = &cyclenl[ cycle ];
usr.bin/m4/main.c
357
cycle {
usr.sbin/fwcontrol/fwdv.c
259
int system=-1, pad_acc, cycle_acc, cycle, f_frac;
usr.sbin/fwcontrol/fwdv.c
350
cycle = 1;
usr.sbin/fwcontrol/fwdv.c
351
cycle_acc = frame_cycle[system].d * cycle;
usr.sbin/fwcontrol/fwdv.c
367
ciph->fdf.dv.cyc = htons(cycle << 12 | f_frac);
usr.sbin/fwcontrol/fwdv.c
384
cycle ++;
usr.sbin/fwcontrol/fwdv.c
392
cycle ++;