Searched refs:NR_USAGE_SLOTS (Results 1 – 2 of 2) sorted by relevance
47 NR_USAGE_SLOTS = prog['NR_USAGE_SLOTS'].value_() variable169 for i in range(NR_USAGE_SLOTS):170 usage = iocg.usages[(usage_idx + i) % NR_USAGE_SLOTS].value_()
246 NR_USAGE_SLOTS = 3, enumerator496 u32 usages[NR_USAGE_SLOTS];1441 iocg->usage_idx = (iocg->usage_idx + 1) % NR_USAGE_SLOTS; in ioc_timer_fn()1507 for (i = 0, usage = 0; i < NR_USAGE_SLOTS; i++) { in ioc_timer_fn()