pallocated_stainfo_buf 63 drivers/staging/rtl8188eu/core/rtw_sta_mgt.c pstapriv->pallocated_stainfo_buf = vzalloc(sizeof(struct sta_info) * NUM_STA + 4); pallocated_stainfo_buf 65 drivers/staging/rtl8188eu/core/rtw_sta_mgt.c if (!pstapriv->pallocated_stainfo_buf) pallocated_stainfo_buf 68 drivers/staging/rtl8188eu/core/rtw_sta_mgt.c pstapriv->pstainfo_buf = pstapriv->pallocated_stainfo_buf + 4 - pallocated_stainfo_buf 69 drivers/staging/rtl8188eu/core/rtw_sta_mgt.c ((size_t)(pstapriv->pallocated_stainfo_buf) & 3); pallocated_stainfo_buf 160 drivers/staging/rtl8188eu/core/rtw_sta_mgt.c vfree(pstapriv->pallocated_stainfo_buf); pallocated_stainfo_buf 283 drivers/staging/rtl8188eu/include/sta_info.h u8 *pallocated_stainfo_buf; pallocated_stainfo_buf 42 drivers/staging/rtl8712/rtl871x_sta_mgt.c pstapriv->pallocated_stainfo_buf = kmalloc(sizeof(struct sta_info) * pallocated_stainfo_buf 44 drivers/staging/rtl8712/rtl871x_sta_mgt.c if (!pstapriv->pallocated_stainfo_buf) pallocated_stainfo_buf 46 drivers/staging/rtl8712/rtl871x_sta_mgt.c pstapriv->pstainfo_buf = pstapriv->pallocated_stainfo_buf + 4 - pallocated_stainfo_buf 47 drivers/staging/rtl8712/rtl871x_sta_mgt.c ((addr_t)(pstapriv->pallocated_stainfo_buf) & 3); pallocated_stainfo_buf 85 drivers/staging/rtl8712/rtl871x_sta_mgt.c kfree(pstapriv->pallocated_stainfo_buf); pallocated_stainfo_buf 91 drivers/staging/rtl8712/sta_info.h u8 *pallocated_stainfo_buf; pallocated_stainfo_buf 59 drivers/staging/rtl8723bs/core/rtw_sta_mgt.c pstapriv->pallocated_stainfo_buf = vzalloc(sizeof(struct sta_info) * NUM_STA+4); pallocated_stainfo_buf 61 drivers/staging/rtl8723bs/core/rtw_sta_mgt.c if (!pstapriv->pallocated_stainfo_buf) pallocated_stainfo_buf 64 drivers/staging/rtl8723bs/core/rtw_sta_mgt.c pstapriv->pstainfo_buf = pstapriv->pallocated_stainfo_buf + 4 - pallocated_stainfo_buf 65 drivers/staging/rtl8723bs/core/rtw_sta_mgt.c ((SIZE_PTR)(pstapriv->pallocated_stainfo_buf) & 3); pallocated_stainfo_buf 180 drivers/staging/rtl8723bs/core/rtw_sta_mgt.c if (pstapriv->pallocated_stainfo_buf) pallocated_stainfo_buf 181 drivers/staging/rtl8723bs/core/rtw_sta_mgt.c vfree(pstapriv->pallocated_stainfo_buf); pallocated_stainfo_buf 313 drivers/staging/rtl8723bs/include/sta_info.h u8 *pallocated_stainfo_buf;