Searched refs:NR_DOMAIN_WATCHDOG_TIMERS (Results 1 – 3 of 3) sorted by relevance
477 #define NR_DOMAIN_WATCHDOG_TIMERS 2 macro480 struct timer watchdog_timer[NR_DOMAIN_WATCHDOG_TIMERS];
1491 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()
284 for ( i = 0 ; i < NR_DOMAIN_WATCHDOG_TIMERS; i++ ) in dump_domains()
Completed in 15 milliseconds