/src/sys/arch/alpha/alpha/ |
qemu.c | 86 const unsigned long finished = base + nsec; local in function:qemu_delay 87 KASSERT(finished > base); 91 /* Spin until we're finished. */ 92 while ((now = qemu_get_vmtime()) < finished) { 97 if (finished - now > qemu_nsec_per_tick) {
|
/src/sys/external/bsd/sljit/dist/regex_src/ |
regexMain.c | 101 int finished; /* -1 : don't care, 0 : false, 1 : true. */ member in struct:test_case 113 int begin, end, id, finished; local in function:run_tests 169 finished = regex_is_match_finished(match); 177 if (test->finished != -1 && test->finished != !!finished) { 188 finished = regex_is_match_finished(match); 197 if (test->finished != -1 && test->finished != !!finished) { [all...] |
/src/lib/libc/gdtoa/ |
strtodg.c | 333 int dsign, e, e1, e2, emin, esign, finished, i, inex, irv; local in function:strtodg 799 delta->sign = finished = 0; 804 if ( (finished = dsign ^ (rd&1)) !=0) { 987 L = finished = 0; 1012 if (finished)
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
gpu_scheduler.h | 70 * fence_context but &drm_sched_fence.finished uses 77 * @last_scheduled: points to the finished fence of the last scheduled job. 142 * @finished: this fence is what will be signaled by the scheduler 151 struct dma_fence finished; member in struct:drm_sched_fence 156 * &drm_sched_fence.finished fence once parent is signalled. 165 * @lock: the lock used by the scheduled and the finished fences. 182 * @finish_cb: the callback for the finished fence. 245 * @free_job: Called once the job's finished fence has been signaled 263 * finished.
|
/src/sys/dev/ic/ |
nvme.c | 1174 bool finished; member in struct:nvme_pt_state 1246 state->finished = true; 1256 return state->finished; 1299 state.finished = false; 1310 KASSERT(state.finished); 1556 struct nvme_queue *q, bool (*finished)(void *), void *cookie) 1559 if (finished(cookie)) 1566 if (finished(cookie)) 1764 state.finished = false;
|
/src/sys/kern/ |
kern_proc.c | 2530 int finished = 0; local in function:copy_procargs 2564 while (!finished) { 2583 finished = 1; 2590 finished = 1;
|