Searched refs:stksize (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h223 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dproc.h66 do_thread_create(caddr_t stk, size_t stksize, void (*proc)(void *), void *arg, argument
81 stksize / PAGE_SIZE, "zfskern", "solthread %p", proc);
91 #define thread_create(stk, stksize, proc, arg, len, pp, state, pri) \
92 do_thread_create(stk, stksize, proc, arg, len, pp, state, pri)
/freebsd-11-stable/sys/cddl/dev/dtrace/mips/
H A Ddtrace_isa.c305 int more, stksize; local
319 stksize = 0;
364 stksize = 0;
479 stksize = -((short)i.IType.imm);
487 *sp += stksize;
513 int stksize; local
523 stksize = 0;
610 stksize = -((short)i.IType.imm);
627 *sp += stksize;
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_mips.c480 int more, stksize; local
484 stksize = 0;
525 stksize = 0;
599 stksize = -((short)i.IType.imm);
607 *sp += stksize;
621 int stksize; local
628 stksize = 0;
713 stksize = -((short)i.IType.imm);
727 *sp += stksize;
/freebsd-11-stable/sys/mips/mips/
H A Ddb_trace.c146 int more, stksize, j; local
159 stksize = 0;
242 stksize = 0;
362 stksize = -((short)i.IType.imm);
377 (*printfn) (") ra %jx sp %jx sz %d\n", ra, sp, stksize);
380 if (pc == ra && stksize == 0)
384 sp += stksize;

Completed in 240 milliseconds