Home
last modified time | relevance | path

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

/xen/xen/include/xen/
A Dsched.h477 #define NR_DOMAIN_WATCHDOG_TIMERS 2 macro
480 struct timer watchdog_timer[NR_DOMAIN_WATCHDOG_TIMERS];
/xen/xen/common/sched/
A Dcore.c1491 if ( id > NR_DOMAIN_WATCHDOG_TIMERS ) in domain_watchdog()
1498 for ( id = 0; id < NR_DOMAIN_WATCHDOG_TIMERS; id++ ) in domain_watchdog()
1506 return id == NR_DOMAIN_WATCHDOG_TIMERS ? -ENOSPC : id + 1; in domain_watchdog()
1538 for ( i = 0; i < NR_DOMAIN_WATCHDOG_TIMERS; i++ ) in watchdog_domain_init()
1546 for ( i = 0; i < NR_DOMAIN_WATCHDOG_TIMERS; i++ ) in watchdog_domain_destroy()
/xen/xen/common/
A Dkeyhandler.c284 for ( i = 0 ; i < NR_DOMAIN_WATCHDOG_TIMERS; i++ ) in dump_domains()

Completed in 15 milliseconds