Searched refs:int_count (Results 1 – 7 of 7) sorted by relevance
10 unsigned long int_count; member
30 priv->adapter->int_count++; in btmrvl_interrupt()603 ((!adapter->int_count) && in btmrvl_service_main_thread()622 if (adapter->int_count) { in btmrvl_service_main_thread()623 adapter->int_count = 0; in btmrvl_service_main_thread()
76 u32 int_count; member
45 atomic_t int_count; member428 atomic_dec(&uac1->int_count); in audio_notify_complete()443 if (atomic_inc_return(&uac1->int_count) > UAC1_DEF_INT_REQ_NUM) { in audio_notify()444 atomic_dec(&uac1->int_count); in audio_notify()481 atomic_dec(&uac1->int_count); in audio_notify()
72 atomic_t int_count; member1362 atomic_dec(&uac2->int_count); in afunc_notify_complete()1379 if (atomic_inc_return(&uac2->int_count) > UAC2_DEF_INT_REQ_NUM) { in afunc_notify()1380 atomic_dec(&uac2->int_count); in afunc_notify()1421 atomic_dec(&uac2->int_count); in afunc_notify()
1425 u64 last_int_count, int_count; in run_osnoise() local1493 int_count = set_int_safe_time(osn_var, &sample); in run_osnoise()1521 int interference = int_count - last_int_count; in run_osnoise()1570 last_int_count = int_count; in run_osnoise()
463 unsigned long int_count; member