Home
last modified time | relevance | path

Searched refs:dl_load (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/crypto/dso/
H A Ddso_dl.c19 static int dl_load(DSO *dso);
30 dl_load,
53 static int dl_load(DSO *dso) in dl_load() function
/freebsd/contrib/wpa/wpa_supplicant/
H A Dinterworking.c1258 u8 wan_info, dl_load, ul_load; in cred_below_min_backhaul() local
1280 dl_load = wan[9]; in cred_below_min_backhaul()
1284 dl_bandwidth = dl_speed / 255 * (255 - dl_load); in cred_below_min_backhaul()
1286 dl_bandwidth = dl_speed * (255 - dl_load) / 255; in cred_below_min_backhaul()