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