函数源码 |
Source File:kernel\time\clocksource.c |
Create Date:2022-07-27 11:43:59 |
首页 | Copyright©Brick |
622 623 624 625 626 627 628 629 630 631 632 | /** * clocksource_touch_watchdog - Update watchdog * * Update the watchdog after exception contexts such as kgdb so as not * to incorrectly trip the watchdog. This might fail when the kernel * was stopped in code which holds watchdog_lock. */ void clocksource_touch_watchdog( void ) { clocksource_resume_watchdog(); } |