Home
last modified time | relevance | path

Searched refs:update_threshold (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/mi/
H A Dmi-main.c1417 struct timeval time_now, delta, update_threshold; in mi_load_progress() local
1426 update_threshold.tv_sec = 0; in mi_load_progress()
1427 update_threshold.tv_usec = 500000; in mi_load_progress()
1460 if (delta.tv_sec >= update_threshold.tv_sec && in mi_load_progress()
1461 delta.tv_usec >= update_threshold.tv_usec) in mi_load_progress()
/freebsd-12.1/sys/x86/x86/
H A Dmca.c566 update_threshold(enum scan_mode mode, int valid, int last_intr, int count, in update_threshold() function
630 new_threshold = update_threshold(mode, valid, cc->last_intr, count, in cmci_update()
655 new_threshold = update_threshold(mode, valid, cc->last_intr, count, in amd_thresholding_update()