Searched refs:tries (Results 1 – 8 of 8) sorted by relevance
/net/ceph/crush/ |
D | mapper.c | 416 unsigned int tries, in crush_choose_firstn() argument 439 tries, recurse_tries, local_retries, local_fallback_retries, in crush_choose_firstn() 554 else if (ftotal < tries) in crush_choose_firstn() 597 unsigned int tries, in crush_choose_indep() argument 623 for (ftotal = 0; left > 0 && ftotal < tries; ftotal++) { in crush_choose_indep()
|
/net/core/ |
D | netpoll.c | 334 unsigned long tries; in netpoll_send_skb_on_dev() local 353 for (tries = jiffies_to_usecs(1)/USEC_PER_POLL; in netpoll_send_skb_on_dev() 354 tries > 0; --tries) { in netpoll_send_skb_on_dev()
|
/net/llc/ |
D | af_llc.c | 243 int i, tries = 0; in llc_ui_autoport() local 245 while (tries < LLC_SAP_DYN_TRIES) { in llc_ui_autoport() 256 tries++; in llc_ui_autoport()
|
/net/bluetooth/ |
D | ecc.c | 773 unsigned int tries = 0; in ecc_make_key() local 776 if (tries++ >= MAX_TRIES) in ecc_make_key()
|
/net/mac80211/ |
D | mlme.c | 3794 auth_data->tries++; in ieee80211_auth() 3796 if (auth_data->tries > IEEE80211_AUTH_MAX_TRIES) { in ieee80211_auth() 3812 auth_data->bss->bssid, auth_data->tries, in ieee80211_auth() 3854 assoc_data->tries++; in ieee80211_do_assoc() 3855 if (assoc_data->tries > IEEE80211_ASSOC_MAX_TRIES) { in ieee80211_do_assoc() 3869 assoc_data->bss->bssid, assoc_data->tries, in ieee80211_do_assoc()
|
D | ieee80211_i.h | 357 int tries; member 375 int tries; member
|
D | util.c | 3048 int tries = 0; in ieee80211_get_noa_absent_time() local 3060 tries++; in ieee80211_get_noa_absent_time() 3061 } while (tries < max_tries); in ieee80211_get_noa_absent_time()
|
/net/ |
D | Kconfig | 152 the local network tries to connect to an outside host, your Linux
|