Searched refs:EM_TEXT_PRIV (Results 1 – 1 of 1) sorted by relevance
26 #define EM_TEXT_PRIV(m) ((struct text_match *) (m)->data) macro31 struct text_match *tm = EM_TEXT_PRIV(m); in em_text_match()100 if (EM_TEXT_PRIV(m) && EM_TEXT_PRIV(m)->config) { in em_text_destroy()101 textsearch_destroy(EM_TEXT_PRIV(m)->config); in em_text_destroy()102 kfree(EM_TEXT_PRIV(m)); in em_text_destroy()108 struct text_match *tm = EM_TEXT_PRIV(m); in em_text_dump()