Searched refs:thresh_mask (Results 1 – 2 of 2) sorted by relevance
3262 unsigned long trigger_mask, thresh_mask; in ath_gen_timer_isr() local3267 thresh_mask = ah->intr_gen_timer_thresh; in ath_gen_timer_isr()3269 thresh_mask &= timer_table->timer_mask; in ath_gen_timer_isr()3271 for_each_set_bit(index, &thresh_mask, ARRAY_SIZE(timer_table->timers)) { in ath_gen_timer_isr()
186 long thresh_mask = ~(TRACE_MM_COUNTER_THRESHOLD - 1); in mm_trace_rss_stat() local189 if ((count & thresh_mask) != ((count - value) & thresh_mask)) in mm_trace_rss_stat()