Home
last modified time | relevance | path

Searched refs:stk (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dthread.h47 #define thread_create_named(name, stk, stksize, func, arg, len, \ argument
49 __thread_create(stk, stksize, (thread_func_t)func, \
53 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \ argument
54 __thread_create(stk, stksize, (thread_func_t)func, \
64 extern kthread_t *__thread_create(caddr_t stk, size_t stksize,
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dproc.h67 do_thread_create(caddr_t stk, size_t stksize, void (*proc)(void *), void *arg, in do_thread_create() argument
77 ASSERT(stk == NULL); in do_thread_create()
98 #define thread_create_named(name, stk, stksize, proc, arg, len, \ argument
100 do_thread_create(stk, stksize, proc, arg, len, pp, state, pri, name)
101 #define thread_create(stk, stksize, proc, arg, len, pp, state, pri) \ argument
102 do_thread_create(stk, stksize, proc, arg, len, pp, state, pri, #proc)
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-thread.c80 __thread_create(caddr_t stk, size_t stksize, thread_func_t func, in __thread_create() argument
89 ASSERT(stk == NULL); in __thread_create()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Domap4-var-stk-om44.dts13 compatible = "variscite,var-stk-om44", "variscite,var-som-om44", "ti,omap4460", "ti,omap4";
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h229 #define thread_create_named(name, stk, stksize, func, arg, len, \
232 #define thread_create(stk, stksize, func, arg, len, pp, state, pri) \
/f-stack/freebsd/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-a64-pinephone.dtsi365 regulator-name = "vcc-lcd-ctp-stk";
/f-stack/freebsd/i386/i386/
H A Dexception.s127 IDTVEC(stk)
H A Dmachdep.c1539 IDTVEC(tss), IDTVEC(missing), IDTVEC(stk), IDTVEC(prot),
2250 setidt(IDT_SS, &IDTVEC(stk), SDT_SYS386IGT, SEL_KPL, in i386_setidt1()
/f-stack/freebsd/contrib/device-tree/Bindings/arm/omap/
H A Domap.txt135 compatible = "variscite,var-stk-om44", "variscite,var-som-om44", "ti,omap4460", "ti,omap4";
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c825 IDTVEC(tss), IDTVEC(missing), IDTVEC(stk), IDTVEC(prot),
1749 setidt(IDT_SS, pti ? &IDTVEC(stk_pti) : &IDTVEC(stk), SDT_SYSIGT, in hammer_time()
H A Dexception.S467 PROTF_ENTRY stk, T_STKFLT