Searched defs:tries (Results 1 - 5 of 5) sorted by relevance

/net/core/
H A Dnetpoll.c324 unsigned long tries; local
343 for (tries = jiffies_to_usecs(1)/USEC_PER_POLL;
344 tries > 0; --tries) {
/net/ceph/crush/
H A Dmapper.c293 * @tries: number of attempts to make
307 unsigned int tries,
326 dprintk("CHOOSE%s bucket %d x %d outpos %d numrep %d tries %d recurse_tries %d local_retries %d local_fallback_retries %d parent_r %d\n",
329 tries, recurse_tries, local_retries, local_fallback_retries,
444 else if (ftotal < tries)
482 unsigned int tries,
508 for (ftotal = 0; left > 0 && ftotal < tries; ftotal++) {
659 * counted "retries" and not "tries"). add one.
664 * the local tries values were counted as "retries", though,
302 crush_choose_firstn(const struct crush_map *map, struct crush_bucket *bucket, const __u32 *weight, int weight_max, int x, int numrep, int type, int *out, int outpos, unsigned int tries, unsigned int recurse_tries, unsigned int local_retries, unsigned int local_fallback_retries, int recurse_to_leaf, unsigned int vary_r, int *out2, int parent_r) argument
477 crush_choose_indep(const struct crush_map *map, struct crush_bucket *bucket, const __u32 *weight, int weight_max, int x, int left, int numrep, int type, int *out, int outpos, unsigned int tries, unsigned int recurse_tries, int recurse_to_leaf, int *out2, int parent_r) argument
/net/llc/
H A Daf_llc.c221 int i, tries = 0; local
223 while (tries < LLC_SAP_DYN_TRIES) {
234 tries++;
787 * This occurs when user tries to read
/net/mac80211/
H A Dutil.c2839 int tries = 0; local
2851 tries++;
2852 } while (tries < max_tries);
H A Dieee80211_i.h364 int tries; member in struct:ieee80211_mgd_auth_data
382 int tries; member in struct:ieee80211_mgd_assoc_data

Completed in 56 milliseconds