summaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2026-06-28 20:25:39 -0700
committerKrzysztof Kozlowski <krzk@kernel.org>2026-07-18 18:21:13 +0200
commit421ccea8f872c0e7cf6fd754a4a3bef4f45cf2dc (patch)
treedf88443ac1b4c91488a6f3be0b8e4dae5fe5e49e /include/linux/timerqueue.h
parent7b2a8eb5c7b5545793e18036c8b66106f2d9fbb8 (diff)
clk: samsung: cpu: use kzalloc_flex
Use a flexible array member to combine allocations. As kmemdup_array is really kcalloc + memcpy and kzalloc_flex kzalloc + kcalloc, kzalloc and kcalloc combine leaving the memcpy. Add __counted_by for extra runtime analysis. Remove fake const num_cfgs. It needs to be assigned for __counted_by to work. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://patch.msgid.link/20260629032540.2331559-3-rosenp@gmail.com Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions