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

/xnu-2422.115.4/bsd/kern/
H A Duipc_mbuf.c493 static struct mleak_table mleak_table; variable in typeref:struct:mleak_table
1114 i = SYSCTL_OUT(req, &mleak_table, sizeof (mleak_table));
6619 mleak_table.mleak_sample_factor = MLEAK_SAMPLE_FACTOR;
6621 &mleak_table.mleak_sample_factor,
6622 sizeof (mleak_table.mleak_sample_factor));
6624 if (mleak_table.mleak_sample_factor == 0)
6662 temp = atomic_add_32_ov(&mleak_table.mleak_capture, 1);
6664 if ((temp % mleak_table
[all...]
/xnu-2422.115.4/bsd/sys/
H A Dmbuf.h1026 struct mleak_table { struct

Completed in 81 milliseconds