Searched refs:probe_count (Results 1 – 6 of 6) sorted by relevance
263 if (t->pl.probe_count < SCTP_MAX_PROBES) in sctp_transport_pl_send()267 t->pl.probe_count = 0; in sctp_transport_pl_send()302 !t->pl.probe_count && t->pl.last_rtx_chunks == t->asoc->rtx_data_chunks) { in sctp_transport_pl_send()310 t->pl.probe_count++; in sctp_transport_pl_send()321 t->pl.probe_count = 0; in sctp_transport_pl_recv()377 t->pl.probe_count = 0; in sctp_transport_pl_toobig()385 t->pl.probe_count = 0; in sctp_transport_pl_toobig()391 t->pl.probe_count = 0; in sctp_transport_pl_toobig()
137 int probe_count; member216 if (amd_chipset.probe_count > 0) { in usb_amd_find_chipset_info()217 amd_chipset.probe_count++; in usb_amd_find_chipset_info()270 if (amd_chipset.probe_count > 0) { in usb_amd_find_chipset_info()274 amd_chipset.probe_count++; in usb_amd_find_chipset_info()283 info.probe_count++; in usb_amd_find_chipset_info()520 amd_chipset.probe_count--; in usb_amd_dev_put()521 if (amd_chipset.probe_count > 0) { in usb_amd_dev_put()
493 static atomic_t probe_count = ATOMIC_INIT(0); variable704 int local_probe_count = atomic_read(&probe_count); in driver_probe_done()725 wait_event(probe_waitqueue, atomic_read(&probe_count) == 0); in wait_for_device_probe()780 atomic_inc(&probe_count); in driver_probe_device()792 atomic_dec(&probe_count); in driver_probe_device()
991 __u8 probe_count:3; member
162658 ffff800012149248 b probe_count
Completed in 331 milliseconds