HomeSort by: relevance | last modified time | path
    Searched refs:mbstat_type_add (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
mbuf.h 582 mbstat_type_add((m)->m_type, -1); \
583 mbstat_type_add(t, 1); \
778 void mbstat_type_add(int, int);
  /src/sys/kern/
uipc_mbuf.c 394 mbstat_type_add(int type, int diff) function in typeref:typename:void
551 mbstat_type_add(type, 1);
2041 mbstat_type_add(m->m_type, -1);

Completed in 13 milliseconds