evt_allocated_buf   80 drivers/staging/rtl8712/rtl871x_cmd.c 	pevtpriv->evt_allocated_buf = kmalloc(MAX_EVTSZ + 4, GFP_ATOMIC);
evt_allocated_buf   82 drivers/staging/rtl8712/rtl871x_cmd.c 	if (!pevtpriv->evt_allocated_buf)
evt_allocated_buf   84 drivers/staging/rtl8712/rtl871x_cmd.c 	pevtpriv->evt_buf = pevtpriv->evt_allocated_buf  +  4 -
evt_allocated_buf   85 drivers/staging/rtl8712/rtl871x_cmd.c 			    ((addr_t)(pevtpriv->evt_allocated_buf) & 3);
evt_allocated_buf   92 drivers/staging/rtl8712/rtl871x_cmd.c 	kfree(pevtpriv->evt_allocated_buf);
evt_allocated_buf   67 drivers/staging/rtl8712/rtl871x_cmd.h 	u8	*evt_allocated_buf;
evt_allocated_buf   67 drivers/staging/rtl8723bs/include/rtw_cmd.h 		u8 *evt_allocated_buf;