Searched refs:new_clock (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
H A Dposix-timers.h121 void posix_timers_register_clock(const clockid_t clock_id, struct k_clock *new_clock);
/linux-4.4.14/kernel/time/
H A Dposix-timers.c524 struct k_clock *new_clock) posix_timers_register_clock()
532 if (!new_clock->clock_get) { posix_timers_register_clock()
537 if (!new_clock->clock_getres) { posix_timers_register_clock()
543 posix_clocks[clock_id] = *new_clock; posix_timers_register_clock()
523 posix_timers_register_clock(const clockid_t clock_id, struct k_clock *new_clock) posix_timers_register_clock() argument
/linux-4.4.14/arch/s390/kernel/
H A Dtime.c1540 unsigned long long old_clock, delta, new_clock, clock_delta; stp_sync_clock() local
1565 new_clock = get_tod_clock(); stp_sync_clock()
1566 delta = adjust_time(old_clock, new_clock, 0); stp_sync_clock()
1567 clock_delta = new_clock - old_clock; stp_sync_clock()
/linux-4.4.14/drivers/mmc/host/
H A Dtmio_mmc_pio.c156 unsigned int new_clock) tmio_mmc_set_clock()
160 if (new_clock) { tmio_mmc_set_clock()
162 new_clock >= (clock<<1); clk >>= 1) tmio_mmc_set_clock()
155 tmio_mmc_set_clock(struct tmio_mmc_host *host, unsigned int new_clock) tmio_mmc_set_clock() argument

Completed in 156 milliseconds