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

  /src/sys/kern/
uipc_mbuf.c 340 mo_user->mo_counter[i] += mc->mc_counter[i];
2214 mc->mc_counter[MOWNER_COUNTER_CLAIMS]++;
2229 mc->mc_counter[MOWNER_COUNTER_EXT_CLAIMS]++;
2231 mc->mc_counter[MOWNER_COUNTER_CLUSTER_CLAIMS]++;
2246 mc->mc_counter[MOWNER_COUNTER_EXT_RELEASES]++;
2248 mc->mc_counter[MOWNER_COUNTER_CLUSTER_RELEASES]++;
2250 mc->mc_counter[MOWNER_COUNTER_RELEASES]++;
2266 mc->mc_counter[MOWNER_COUNTER_CLAIMS]++;
2268 mc->mc_counter[MOWNER_COUNTER_EXT_CLAIMS]++;
2270 mc->mc_counter[MOWNER_COUNTER_CLUSTER_CLAIMS]++
    [all...]
  /src/sys/sys/
mbuf.h 131 u_long mc_counter[MOWNER_COUNTER_NCOUNTERS]; member in struct:mowner_counter

Completed in 16 milliseconds