Searched refs:evt_allocated_buf (Results 1 – 3 of 3) sorted by relevance
92 pevtpriv->evt_allocated_buf = kmalloc(MAX_EVTSZ + 4, GFP_ATOMIC); in _init_evt_priv()94 if (!pevtpriv->evt_allocated_buf) in _init_evt_priv()96 pevtpriv->evt_buf = pevtpriv->evt_allocated_buf + 4 - in _init_evt_priv()97 ((addr_t)(pevtpriv->evt_allocated_buf) & 3); in _init_evt_priv()104 kfree(pevtpriv->evt_allocated_buf); in _free_evt_priv()
79 u8 *evt_allocated_buf; member
68 u8 *evt_allocated_buf; member