Clarify terminology around cpu ids and array length
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 27 Jul 2022 18:23:41 +0000 (14:23 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 29 Jul 2022 14:32:43 +0000 (10:32 -0400)
commit79030bb74344441d0fcaff690b2fda06ceb0f0fa
treebf5056cc4781994d49da4d84f26cde2a136ee720
parent08a0398c1ebd4778f1f8bbd8df54919f5126122f
Clarify terminology around cpu ids and array length

Rename 'num_possible_cpus' to 'possible_cpus_array_len' to make it
clearer that we use this value to create arrays of per-CPU elements.

Change-Id: Ie5dc9293a95bf321f8add7e9c44ac677bc1fe539
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/common/counter/counter.c
src/common/ringbuffer/ring_buffer_frontend.c
src/common/smp.c
src/common/smp.h
src/lib/lttng-ust-ctl/ustctl.c
tests/unit/libcommon/test_smp.c
This page took 0.025016 seconds and 4 git commands to generate.