Searched refs:ALLOC_GROW (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | sigchain.c | 26 ALLOC_GROW(s->old, s->n + 1, s->alloc); in sigchain_push()
|
H A D | subcmd-util.h | 39 #define ALLOC_GROW(x, nr, alloc) \ macro
|
H A D | help.c | 24 ALLOC_GROW(cmds->names, cmds->cnt + 1, cmds->alloc); in add_cmdname()
|
/kernel/linux/linux-6.6/tools/lib/subcmd/ |
H A D | subcmd-util.h | 38 #define ALLOC_GROW(x, nr, alloc) \ macro
|
H A D | sigchain.c | 26 ALLOC_GROW(s->old, s->n + 1, s->alloc); in sigchain_push()
|
H A D | help.c | 26 ALLOC_GROW(cmds->names, cmds->cnt + 1, cmds->alloc); in add_cmdname()
|
Completed in 3 milliseconds