Searched refs:stack_idx (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/kern/
H A Dsubr_sleepqueue.c1065 int i, stack_idx, error, stacks_to_allocate; local
1091 for (stack_idx = 0; stack_idx < stacks_to_allocate;
1092 stack_idx++)
1093 st[stack_idx] = stack_create();
1098 for (stack_idx = 0; stack_idx < stacks_to_allocate;
1099 stack_idx++)
1100 td_infos[stack_idx] = sbuf_new(NULL, NULL,
1114 stack_idx
[all...]

Completed in 48 milliseconds