X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=rcuja%2Frcuja.c;h=8f62550f76fc0b23874fc70ce83cf967f9df4fb2;hb=58c16c039d4f1a4c37bfb36303737e54943f7dd9;hp=7d881b6fa376f6bcecc84aee897c8796801125f6;hpb=b759705a442a6851cdc86ff04134ef980bdcd146;p=userspace-rcu.git diff --git a/rcuja/rcuja.c b/rcuja/rcuja.c index 7d881b6..8f62550 100644 --- a/rcuja/rcuja.c +++ b/rcuja/rcuja.c @@ -128,7 +128,7 @@ const struct cds_ja_type ja_types[] = { * Upon node removal below min_child, if child pool is filled * beyond capacity, we roll back to pigeon. */ - { .type_class = RCU_JA_PIGEON, .min_child = 89, .max_child = ja_type_7_max_child, .order = 10, }, + { .type_class = RCU_JA_PIGEON, .min_child = 83, .max_child = ja_type_7_max_child, .order = 10, }, { .type_class = RCU_JA_NULL, .min_child = 0, .max_child = ja_type_8_max_child, }, }; @@ -176,7 +176,7 @@ const struct cds_ja_type ja_types[] = { * Upon node removal below min_child, if child pool is filled * beyond capacity, we roll back to pigeon. */ - { .type_class = RCU_JA_PIGEON, .min_child = 101, .max_child = ja_type_7_max_child, .order = 11, }, + { .type_class = RCU_JA_PIGEON, .min_child = 95, .max_child = ja_type_7_max_child, .order = 11, }, { .type_class = RCU_JA_NULL, .min_child = 0, .max_child = ja_type_8_max_child, }, };