Searched refs:max_error (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/ |
H A D | drm_vblank.c | 641 int *max_error, in drm_calc_vbltimestamp_from_scanoutpos() argument 714 if (duration_ns <= *max_error) in drm_calc_vbltimestamp_from_scanoutpos() 721 pipe, duration_ns/1000, *max_error/1000, i); in drm_calc_vbltimestamp_from_scanoutpos() 725 *max_error = duration_ns; in drm_calc_vbltimestamp_from_scanoutpos() 783 int max_error = (int) drm_timestamp_precision * 1000; in drm_get_last_vbltimestamp() local 786 if (dev->driver->get_vblank_timestamp && (max_error > 0)) in drm_get_last_vbltimestamp() 787 ret = dev->driver->get_vblank_timestamp(dev, pipe, &max_error, in drm_get_last_vbltimestamp()
|
/netbsd-src/sys/altq/ |
H A D | altq_jobs.c | 662 int64_t max_error; in jobs_dequeue() local 698 max_error = -1; in jobs_dequeue() 706 if (max_error == -1) { in jobs_dequeue() 707 max_error = error; in jobs_dequeue() 709 } else if (error > max_error) { in jobs_dequeue() 710 max_error = error; in jobs_dequeue() 1689 int64_t max_error; in pick_dropped_rlc() local 1702 max_error = 0; in pick_dropped_rlc() 1747 if (is_backlogged && loss_error[i] <= max_error) { in pick_dropped_rlc() 1757 max_error in pick_dropped_rlc() [all...] |
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
H A D | drm_vblank.h | 249 unsigned int pipe, int *max_error,
|
H A D | drm_drv.h | 423 int *max_error,
|
/netbsd-src/sys/dev/ic/ |
H A D | mfireg.h | 1344 uint16_t max_error; member 1372 uint16_t max_error; member
|
H A D | mfi.c | 859 stat->detail.ibbu.max_error); in mfi_get_bbu()
|