Searched defs:stksize (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | proc.h | 67 do_thread_create(caddr_t stk, size_t stksize, void (*proc)(void *), void *arg, in do_thread_create() argument 98 #define thread_create(stk, stksize, proc, arg, len, pp, state, pri) \ argument 101 thread_create(stk,stksize,proc,arg,len,pp,state,pri) global() argument
|
/freebsd-src/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | thread.h | 47 #define thread_create_named(name, stk, stksize, func, arg, len, \ argument 52 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \ argument
|
/freebsd-src/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-thread.c | 72 __thread_create(caddr_t stk, size_t stksize, thread_func_t func, in __thread_create() argument
|
/freebsd-src/sys/contrib/openzfs/lib/libzpool/ |
H A D | kernel.c | 96 size_t stksize, int state) in zk_thread_create() argument
|