Clarify terminolgy 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:02 +0000 (10:32 -0400)
commita616fb4e0a0245ae2cbd4614910480df19aa23d6
tree0669c70f19ef29aa20e54f7e7141658644ced43a
parent217babc9b6b5dcc531fb6b8bc5fc6e2906a060be
Clarify terminolgy 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.024852 seconds and 4 git commands to generate.