Home
last modified time | relevance | path

Searched refs:thr (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/ddb/
H A Ddb_thread.c57 struct thread *thr; in db_set_thread() local
61 thr = db_lookup_thread(tid, false); in db_set_thread()
62 if (thr != NULL) { in db_set_thread()
63 err = kdb_thr_select(thr); in db_set_thread()
66 (long)thr->td_tid); in db_set_thread()
85 struct thread *thr; in db_show_threads() local
87 thr = kdb_thr_first(); in db_show_threads()
89 db_printf(" %6ld (%p) (stack %p) ", (long)thr->td_tid, thr, in db_show_threads()
90 (void *)thr->td_kstack); in db_show_threads()
94 if (db_trace_thread(thr, 1) != 0) in db_show_threads()
[all …]
/f-stack/freebsd/kern/
H A Dsubr_kdb.c615 return (thr); in kdb_thr_first()
639 while (thr != NULL && thr->td_tid != tid) in kdb_thr_lookup()
640 thr = kdb_thr_next(thr); in kdb_thr_lookup()
641 return (thr); in kdb_thr_lookup()
650 p = thr->td_proc; in kdb_thr_next()
651 thr = TAILQ_NEXT(thr, td_plist); in kdb_thr_next()
652 if (thr != NULL) in kdb_thr_next()
653 return (thr); in kdb_thr_next()
663 if (thr != NULL) in kdb_thr_next()
664 return (thr); in kdb_thr_next()
[all …]
H A Dimgact_elf.c1898 struct thread *thr; in __elfN() local
1912 thr = td; in __elfN()
1913 while (thr != NULL) { in __elfN()
1915 __elfN(note_prstatus), thr); in __elfN()
1917 __elfN(note_fpregset), thr); in __elfN()
1919 __elfN(note_thrmisc), thr); in __elfN()
1923 __elfN(note_threadmd), thr); in __elfN()
1925 thr = (thr == td) ? TAILQ_FIRST(&p->p_threads) : in __elfN()
1926 TAILQ_NEXT(thr, td_plist); in __elfN()
1927 if (thr == td) in __elfN()
[all …]
H A Dkern_sig.c1243 struct thread *thr; in proc_td_siginfo_capture() local
1245 FOREACH_THREAD_IN_PROC(td->td_proc, thr) { in proc_td_siginfo_capture()
1246 if (thr == td) in proc_td_siginfo_capture()
1247 thr->td_si = *si; in proc_td_siginfo_capture()
1249 thr->td_si.si_signo = 0; in proc_td_siginfo_capture()
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dda7219.txt51 - dlg,mic-det-thr : Impedance threshold for mic detection measurement (Ohms)
59 - dlg,a-d-btn-thr : Impedance threshold between buttons A and D
61 - dlg,d-b-btn-thr : Impedance threshold between buttons D and B
63 - dlg,b-c-btn-thr : Impedance threshold between buttons B and C
65 - dlg,c-mic-btn-thr : Impedance threshold between button C and Mic
99 dlg,mic-det-thr = <500>;
104 dlg,a-d-btn-thr = <0xa>;
105 dlg,d-b-btn-thr = <0x16>;
106 dlg,b-c-btn-thr = <0x21>;
107 dlg,c-mic-btn-thr = <0x3E>;
/f-stack/freebsd/arm64/arm64/
H A Ddb_trace.c102 db_trace_thread(struct thread *thr, int count) in db_trace_thread() argument
107 if (thr != curthread) { in db_trace_thread()
108 ctx = kdb_thr_ctx(thr); in db_trace_thread()
113 db_stack_trace_cmd(thr, &frame); in db_trace_thread()
/f-stack/freebsd/mips/nlm/
H A Dxlp_machdep.c594 int core, thr; in platform_start_ap() local
597 thr = hwtid % 4; in platform_start_ap()
598 if (thr == 0) { in platform_start_ap()
623 thr_unblock[thr] = 1; in platform_start_ap()
633 int thr; in platform_init_ap() local
636 thr = nlm_threadid(); in platform_init_ap()
637 if (thr == 0) { in platform_init_ap()
645 while (thr_unblock[thr] == 0) in platform_init_ap()
647 thr_unblock[thr] = 0; in platform_init_ap()
/f-stack/freebsd/arm/arm/
H A Ddb_trace.c152 db_trace_thread(struct thread *thr, int count) in db_trace_thread() argument
157 if (thr != curthread) { in db_trace_thread()
158 ctx = kdb_thr_ctx(thr); in db_trace_thread()
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c437 flush_signals(VCHIQ_THREAD_T thr) in flush_signals() argument
443 fatal_signal_pending(VCHIQ_THREAD_T thr) in fatal_signal_pending() argument
511 set_user_nice(VCHIQ_THREAD_T thr, int nice) in set_user_nice() argument
517 wake_up_process(VCHIQ_THREAD_T thr) in wake_up_process() argument
/f-stack/freebsd/amd64/amd64/
H A Ddb_trace.c382 db_trace_thread(struct thread *thr, int count) in db_trace_thread() argument
387 ctx = kdb_thr_ctx(thr); in db_trace_thread()
388 tf = thr == kdb_thread ? kdb_frame : NULL; in db_trace_thread()
389 return (db_backtrace(thr, tf, (struct amd64_frame *)ctx->pcb_rbp, in db_trace_thread()
/f-stack/freebsd/contrib/device-tree/Bindings/usb/
H A Ddwc3.txt89 - snps,rx-thr-num-pkt-prd: periodic ESS RX packet threshold count - host mode
94 this and rx-thr-num-pkt-prd to a valid, non-zero value
97 - snps,tx-thr-num-pkt-prd: periodic ESS TX packet threshold count - host mode
102 this and tx-thr-num-pkt-prd to a valid, non-zero value
/f-stack/freebsd/i386/i386/
H A Ddb_trace.c609 db_trace_thread(struct thread *thr, int count) in db_trace_thread() argument
614 ctx = kdb_thr_ctx(thr); in db_trace_thread()
615 tf = thr == kdb_thread ? kdb_frame : NULL; in db_trace_thread()
616 return (db_backtrace(thr, tf, (struct i386_frame *)ctx->pcb_ebp, in db_trace_thread()
/f-stack/freebsd/mips/mips/
H A Ddb_trace.c438 db_trace_thread(struct thread *thr, int count) in db_trace_thread() argument
443 ctx = kdb_thr_ctx(thr); in db_trace_thread()
/f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-gru.dtsi418 dlg,mic-det-thr = <500>;
423 dlg,a-d-btn-thr = <0xa>;
424 dlg,d-b-btn-thr = <0x16>;
425 dlg,b-c-btn-thr = <0x21>;
426 dlg,c-mic-btn-thr = <0x3E>;
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h253 #define ISSIG(thr, why) (FALSE)
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-endor-defs.h6073 …uint32_t thr : 12; /**< FIFO level reached before granting a RX DMA reque… member
6083 uint32_t thr : 12;
6830 …uint32_t thr : 12; /**< FIFO level reached before granting a TX DMA reque… member
6840 uint32_t thr : 12;
H A Dcvmx-mio-defs.h8876 uint64_t thr : 8; /**< Transmit Holding Register */ member
8878 uint64_t thr : 8;
9487 uint64_t thr : 8; /**< Transmit Holding Register */ member
9489 uint64_t thr : 8;