Searched refs:mleak_table (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/kern/
H A Duipc_mbuf.c494 static struct mleak_table mleak_table; variable in typeref:struct:mleak_table
1135 i = SYSCTL_OUT(req, &mleak_table, sizeof (mleak_table));
6697 mleak_table.mleak_sample_factor = MLEAK_SAMPLE_FACTOR;
6699 &mleak_table.mleak_sample_factor,
6700 sizeof (mleak_table.mleak_sample_factor));
6702 if (mleak_table.mleak_sample_factor == 0)
6740 temp = atomic_add_32_ov(&mleak_table.mleak_capture, 1);
6742 if ((temp % mleak_table
[all...]
/xnu-2782.1.97/bsd/sys/
H A Dmbuf.h1032 struct mleak_table { struct

Completed in 92 milliseconds