Home
last modified time | relevance | path

Searched refs:NR_DOMAIN_WATCHDOG_TIMERS (Results 1 – 3 of 3) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Dschedule.c1019 if ( id > NR_DOMAIN_WATCHDOG_TIMERS ) in domain_watchdog()
1026 for ( id = 0; id < NR_DOMAIN_WATCHDOG_TIMERS; id++ ) in domain_watchdog()
1034 return id == NR_DOMAIN_WATCHDOG_TIMERS ? -ENOSPC : id + 1; in domain_watchdog()
1066 for ( i = 0; i < NR_DOMAIN_WATCHDOG_TIMERS; i++ ) in watchdog_domain_init()
1074 for ( i = 0; i < NR_DOMAIN_WATCHDOG_TIMERS; i++ ) in watchdog_domain_destroy()
A Dkeyhandler.c316 for ( i = 0 ; i < NR_DOMAIN_WATCHDOG_TIMERS; i++ ) in dump_domains()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dsched.h439 #define NR_DOMAIN_WATCHDOG_TIMERS 2 macro
442 struct timer watchdog_timer[NR_DOMAIN_WATCHDOG_TIMERS];

Completed in 9 milliseconds