Home
last modified time | relevance | path

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

/external/valgrind/main/cachegrind/
Dcg-x86-amd64.c513 Int new_assoc = LLc->assoc + (LLc->assoc / 2); in get_caches_from_CPUID() local
515 " %d instead of actual %d\n", new_assoc, LLc->assoc); in get_caches_from_CPUID()
516 LLc->assoc = new_assoc; in get_caches_from_CPUID()
/external/wpa_supplicant_8/src/ap/
Ddrv_callbacks.c35 int new_assoc, res; in hostapd_notif_assoc() local
191 new_assoc = (sta->flags & WLAN_STA_ASSOC) == 0; in hostapd_notif_assoc()
195 hostapd_new_assoc_sta(hapd, sta, !new_assoc); in hostapd_notif_assoc()
Dieee802_11.c1488 int new_assoc = 1; in handle_assoc_cb() local
1530 new_assoc = 0; in handle_assoc_cb()
1600 hapd->new_assoc_sta_cb(hapd, sta, !new_assoc); in handle_assoc_cb()