Home
last modified time | relevance | path

Searched refs:new_assoc (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/cachegrind/
Dcg_arch.c224 UInt new_assoc = old_assoc; in maybe_tweak_LLc() local
251 new_assoc = (UInt)(0.5 + factor * (Double)old_assoc); in maybe_tweak_LLc()
252 tl_assert(new_assoc >= old_assoc); in maybe_tweak_LLc()
254 new_size = old_line_size * new_assoc * new_nSets; in maybe_tweak_LLc()
258 if (new_size == old_size && new_assoc == old_assoc) in maybe_tweak_LLc()
266 new_line_size, new_assoc, new_size); in maybe_tweak_LLc()
269 LLc->assoc = new_assoc; in maybe_tweak_LLc()
/external/wpa_supplicant_8/src/ap/
Ddrv_callbacks.c44 int new_assoc, res; in hostapd_notif_assoc() local
392 new_assoc = (sta->flags & WLAN_STA_ASSOC) == 0; in hostapd_notif_assoc()
403 hostapd_new_assoc_sta(hapd, sta, !new_assoc); in hostapd_notif_assoc()
Dieee802_11.c3391 int new_assoc = 1; in handle_assoc_cb() local
3439 new_assoc = 0; in handle_assoc_cb()
3505 hapd->new_assoc_sta_cb(hapd, sta, !new_assoc); in handle_assoc_cb()