Home
last modified time | relevance | path

Searched refs:clock_select (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/ntp/dist/ntpdate/
H A Dntpdate.c209 static struct server *clock_select (void);
1042 clock_select(void) in clock_select() function
1271 server = clock_select(); in clock_adjust()
/netbsd-src/external/bsd/ntp/dist/html/hints/
H A Dnotes-xntp-v3104 In the clock_select algorithm the peers selected for combining are
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_vega12_hwmgr.c62 PPCLK_e clock_select,
1702 PPCLK_e clock_select, in vega12_get_clock_ranges() argument
1708 *clock = data->clk_range[clock_select].ACMax; in vega12_get_clock_ranges()
1710 *clock = data->clk_range[clock_select].ACMin; in vega12_get_clock_ranges()
H A Damdgpu_vega20_hwmgr.c1563 PP_Clock *clock, PPCLK_e clock_select) in vega20_get_max_sustainable_clock() argument
1569 (clock_select << 16))) == 0, in vega20_get_max_sustainable_clock()
1578 (clock_select << 16))) == 0, in vega20_get_max_sustainable_clock()
2007 PPCLK_e clock_select, in vega20_get_clock_ranges() argument
2015 PPSMC_MSG_GetMaxDpmFreq, (clock_select << 16))) == 0, in vega20_get_clock_ranges()
2022 (clock_select << 16))) == 0, in vega20_get_clock_ranges()
/netbsd-src/external/bsd/ntp/dist/
H A DCommitLog-4.1.0560 (clock_select): minpoll cleanup.
997 * ntpd/ntp_proto.c (transmit): hpoll cleanup. Call clock_select()
1003 (clock_select): Fix hpoll typo in call to poll_update().
1016 (clock_select): peer->status is CTL_PST_SEL_DISTSYSPEER, and don't
1047 (clock_select): call poll_update(peer->hpoll) earlier.
1111 * ntpd/ntp_proto.c (clock_select): Fix sdisp calculation.
1131 * ntpd/ntp_proto.c (clock_select): Track error[] items sooner.
1150 (clock_select): New sdisp calc.
1170 (clock_select): Track the old peer. Use the old peer in
1177 * ntpd/ntp_proto.c (clock_select): If about to discard an
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
H A Damdgpu_smu_v11_0.c940 enum smu_clk_type clock_select) in smu_v11_0_get_max_sustainable_clock() argument
952 clk_id = smu_clk_get_index(smu, clock_select); in smu_v11_0_get_max_sustainable_clock()