Home | History | Annotate | Download | only in nlm

Lines Matching refs:M_NLM

74 MALLOC_DEFINE(M_NLM, "NLM", "Network Lock Manager");
638 free(af, M_NLM);
733 free(host, M_NLM);
853 host = malloc(sizeof(struct nlm_host), M_NLM, M_NOWAIT|M_ZERO);
1337 nw = malloc(sizeof(struct nlm_waiting_lock), M_NLM, M_WAITOK);
1360 free(nw, M_NLM);
1400 free(nw, M_NLM);
1458 xprts = malloc(addr_count * sizeof(SVCXPRT *), M_NLM, M_WAITOK|M_ZERO);
1520 free(xprts, M_NLM);
2060 af = malloc(sizeof(struct nlm_async_lock), M_NLM,
2110 free(af, M_NLM);