Lines Matching +defs:compat +defs:c
355 #define CHILD(t, c) \
356 sizeof(c##_node) / sizeof(ctl_##t##_node_t), \
357 (ctl_node_t *)c##_node, \
359 #define CTL(c) 0, NULL, c##_ctl
939 arenas_i2a_impl(size_t i, bool compat, bool validate) {
950 if (compat && i == ctl_arenas->narenas) {
982 arenas_i_impl(tsd_t *tsd, size_t i, bool compat, bool init) {
985 assert(!compat || !init);
987 ret = ctl_arenas->arenas[arenas_i2a_impl(i, compat, false)];
1010 ctl_arenas->arenas[arenas_i2a_impl(i, compat, false)] = ret;
1858 #define CTL_RO_CLGEN(c, l, n, v, t) \
1865 if (!(c)) { \
1883 #define CTL_RO_CGEN(c, n, v, t) \
1890 if (!(c)) { \
1926 #define CTL_RO_NL_CGEN(c, n, v, t) \
1933 if (!(c)) { \
3929 * (c) number of regions in the extent,
3944 * "(c)" will be 1, and "(d)" will be the usable size.
3961 * test_query in test/unit/extent_util.c for an example.
3972 * (c) if extent utilization ratio is significantly below bin utilization ratio,
4023 * (c) size of the extent in terms of bytes.
4027 * "(a)" will be 0, "(b)" will be 1, and "(c)" will be the usable size.
4053 * test test_batch in test/unit/extent_util.c for a concrete example.
4080 * (c) some combination of the two.
4087 * (c) n_pointers > 0