| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | thread.h | 47 #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 D | proc.h | 67 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 D | spl-thread.c | 80 __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 D | omap4-var-stk-om44.dts | 13 compatible = "variscite,var-stk-om44", "variscite,var-som-om44", "ti,omap4460", "ti,omap4";
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 229 #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 D | sun50i-a64-pinephone.dtsi | 365 regulator-name = "vcc-lcd-ctp-stk";
|
| /f-stack/freebsd/i386/i386/ |
| H A D | exception.s | 127 IDTVEC(stk)
|
| H A D | machdep.c | 1539 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 D | omap.txt | 135 compatible = "variscite,var-stk-om44", "variscite,var-som-om44", "ti,omap4460", "ti,omap4";
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | machdep.c | 825 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 D | exception.S | 467 PROTF_ENTRY stk, T_STKFLT
|