Home
last modified time | relevance | path

Searched refs:messages_shmem_bytes (Results 1 – 5 of 5) sorted by relevance

/dports/www/nginx-full/nchan-1.2.12/src/util/
H A Dnchan_output_info.c209 group->messages_shmem_bytes, in nchan_group_info_buf()
215 group->limit.messages_shmem_bytes, in nchan_group_info_buf()
/dports/www/nginx-full/nchan-1.2.12/src/
H A Dnchan_types.h185 ngx_atomic_int_t messages_shmem_bytes; member
194 ngx_atomic_int_t messages_shmem_bytes; member
H A Dnchan_module.c402 …set_group_num_limit(r, cf->group.max_messages_shm_bytes, &limits->messages_shmem_bytes, parse_size… in parse_group_limits()
/dports/www/nginx-full/nchan-1.2.12/src/store/memory/
H A Dgroups.c497 ngx_atomic_fetch_add((ngx_atomic_uint_t *)&shm_group->messages_shmem_bytes, n * mem_sz); in group_add_message_internal()
H A Dmemstore.c3096 if(ok && shm_group->limit.messages_shmem_bytes) { in group_publish_accounting_check()
3099 ok = (shm_group->messages_shmem_bytes + n * msg_sz) <= shm_group->limit.messages_shmem_bytes; in group_publish_accounting_check()
3382 APPLY_GROUP_LIMIT_IF_SET(ppd->limits, group, messages_shmem_bytes); in set_group_limits_callback()