MAX_ARG_SPILL_SLOTS
for (i = 0; i < MAX_ARG_SPILL_SLOTS; i++) {
struct arg_track (*at_stack_in)[MAX_ARG_SPILL_SLOTS])
for (r = 0; r < MAX_ARG_SPILL_SLOTS; r++)
for (r = 0; r < MAX_ARG_SPILL_SLOTS; r++) {
struct arg_track (*at_stack_in)[MAX_ARG_SPILL_SLOTS] = NULL;
at_stack_out = kvmalloc_objs(*at_stack_out, MAX_ARG_SPILL_SLOTS, GFP_KERNEL_ACCOUNT);
for (r = 0; r < MAX_ARG_SPILL_SLOTS; r++)
for (r = 0; r < MAX_ARG_SPILL_SLOTS; r++)
memcpy(at_stack_out, at_stack_in[i], MAX_ARG_SPILL_SLOTS * sizeof(*at_stack_out));
for (r = 0; r < MAX_ARG_SPILL_SLOTS; r++)
MAX_ARG_SPILL_SLOTS, GFP_KERNEL_ACCOUNT);
at_stack_in[i], sizeof(struct arg_track) * MAX_ARG_SPILL_SLOTS);
if (off >= 0 || off < -(int)(MAX_ARG_SPILL_SLOTS * 8))
for (int slot = 0; slot < MAX_ARG_SPILL_SLOTS; slot++)
for (int i = 0; i < MAX_ARG_SPILL_SLOTS; i++)
for (int i = 0; i < MAX_ARG_SPILL_SLOTS; i++) {