Searched refs:itimer (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/hw/watchdog/ |
H A D | wdt_imx2.c | 55 ptimer_transaction_begin(s->itimer); in imx2_wdt_reset() 56 ptimer_stop(s->itimer); in imx2_wdt_reset() 57 ptimer_transaction_commit(s->itimer); in imx2_wdt_reset() 104 ptimer_transaction_begin(s->itimer); in imx_wdt2_update_itimer() 106 ptimer_stop(s->itimer); in imx_wdt2_update_itimer() 118 ptimer_set_count(s->itimer, count - pretimeout); in imx_wdt2_update_itimer() 120 ptimer_run(s->itimer, 1); in imx_wdt2_update_itimer() 124 ptimer_transaction_commit(s->itimer); in imx_wdt2_update_itimer() 238 VMSTATE_PTIMER(itimer, IMX2WdtState), 273 s->itimer = ptimer_init(imx2_wdt_interrupt, s, in imx2_wdt_realize() [all …]
|
/openbmc/qemu/include/hw/watchdog/ |
H A D | wdt_imx2.h | 75 struct ptimer_state *itimer; member
|
/openbmc/linux/kernel/time/ |
H A D | Makefile | 7 obj-y += posix-timers.o posix-cpu-timers.o posix-clock.o itimer.o
|
/openbmc/linux/Documentation/timers/ |
H A D | hrtimers.rst | 59 utilize nanosleep, posix-timers and itimer interfaces. Also, in-kernel
|
H A D | highres.rst | 201 resolution timer signals which are used by itimer and POSIX interval
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | 2729 2024-12-28 20:05:27.299-0600 FINEST t582 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/linux/kernel/time/itimer.c': chosen by suffix: CAnalyzerFactory 2730 2024-12-28 20:05:27.299-0600 FINE t582 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/linux/kernel/time/itimer.c' (CAnalyzer) 2731 2024-12-28 20:05:27.301-0600 FINER t582 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/linux/kernel/time/itimer.c' 2737 2024-12-28 20:05:27.359-0600 FINEST t627 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/linux/kernel/time/itimer.c' 2789 2024-12-28 20:05:27.389-0600 FINER t582 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/kernel/time/itimer.c' 2792 2024-12-28 20:05:27.389-0600 FINEST t582 Statistics.logIt: Added: '/openbmc/linux/kernel/time/itimer.c' (CAnalyzer) (took 90 ms) [all...] |