Searched defs:_nlp (Results 1 – 2 of 2) sorted by relevance
82 #define NLP_LOCK_INIT(_nlp) mtx_init(&((_nlp)->nl_lock), "nlp mtx", NULL, MTX_DEF) argument83 #define NLP_LOCK_DESTROY(_nlp) mtx_destroy(&((_nlp)->nl_lock)) argument84 #define NLP_LOCK(_nlp) mtx_lock(&((_nlp)->nl_lock)) argument85 #define NLP_UNLOCK(_nlp) mtx_unlock(&((_nlp)->nl_lock)) argument
57 #define NLP_LOG(_l, _nlp, _fmt, ...) \ argument