Searched refs:probe_count (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/usb/host/
H A Dpci-quirks.c139 int probe_count; member in struct:amd_chipset_info
217 if (amd_chipset.probe_count > 0) {
218 amd_chipset.probe_count++;
270 if (amd_chipset.probe_count > 0) {
274 amd_chipset.probe_count++;
283 info.probe_count++;
476 amd_chipset.probe_count--;
477 if (amd_chipset.probe_count > 0) {
/linux-master/net/sctp/
H A Dtransport.c266 if (t->pl.probe_count < SCTP_MAX_PROBES)
269 t->pl.probe_count = 0;
305 t->pl.probe_count++;
314 t->pl.probe_count = 0;
373 t->pl.probe_count = 0;
381 t->pl.probe_count = 0;
387 t->pl.probe_count = 0;
/linux-master/drivers/base/
H A Ddd.c509 static atomic_t probe_count = ATOMIC_INIT(0); variable
756 int local_probe_count = atomic_read(&probe_count);
758 pr_debug("%s: probe_count = %d\n", __func__, local_probe_count);
772 wait_event(probe_waitqueue, atomic_read(&probe_count) == 0);
827 atomic_inc(&probe_count);
839 atomic_dec(&probe_count);
/linux-master/include/net/sctp/
H A Dstructs.h988 __u8 probe_count; member in struct:sctp_transport::__anon2526
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dfw.c5676 u8 band, probe_count = 0; local
5709 else if (info->channel_6ghz && probe_count != 0)
5711 ch_info->pkt_id[probe_count++] = info->id;
5712 if (probe_count >= RTW89_SCANOFLD_MAX_SSID)
5715 ch_info->num_pkt = probe_count;
5749 u8 band, probe_count = 0, i; local
5765 ch_info->pkt_id[probe_count++] = info->id;
5766 if (probe_count >= RTW89_SCANOFLD_MAX_SSID)
5780 for (i = probe_count; i < RTW89_SCANOFLD_MAX_SSID; i++)

Completed in 145 milliseconds