Searched refs:tid (Results 1 - 25 of 705) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssh/regress/
H A Dlocalcommand.sh4 tid="localcommand"
9 verbose "test $tid: proto $p localcommand"
12 fail "$tid proto $p"
H A Dportnum.sh4 tid="port number parsing"
8 verbose "$tid: invalid port $port"
10 fail "$tid accepted invalid port $port"
15 verbose "$tid: valid port $port"
19 fail "$tid rejected valid port $port"
H A Dhost-expand.sh4 tid="expand %h and %n"
15 diff $OBJ/expect $OBJ/actual || fail "$tid"
H A Dbroken-pipe.sh4 tid="broken pipe test"
H A Dconnect-uri.sh4 tid="uri connect"
12 verbose "$tid: no trailing slash"
18 verbose "$tid: trailing slash"
24 verbose "$tid: with path name"
H A Dsftp-cmds.sh8 tid="sftp commands"
30 verbose "$tid: lls"
34 verbose "$tid: lls w/path"
38 verbose "$tid: ls"
43 verbose "$tid: shell"
48 verbose "$tid: pwd"
53 verbose "$tid: lpwd"
58 verbose "$tid: quit"
63 verbose "$tid: help"
69 verbose "$tid
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dagg-rx.c16 mt76_aggr_release(struct mt76_rx_tid *tid, struct sk_buff_head *frames, int idx) argument
20 tid->head = ieee80211_sn_inc(tid->head);
22 skb = tid->reorder_buf[idx];
26 tid->reorder_buf[idx] = NULL;
27 tid->nframes--;
32 mt76_rx_aggr_release_frames(struct mt76_rx_tid *tid, argument
38 while (ieee80211_sn_less(tid->head, head)) {
39 idx = tid->head % tid
45 mt76_rx_aggr_release_head(struct mt76_rx_tid *tid, struct sk_buff_head *frames) argument
56 mt76_rx_aggr_check_release(struct mt76_rx_tid *tid, struct sk_buff_head *frames) argument
93 struct mt76_rx_tid *tid = container_of(work, struct mt76_rx_tid, local
124 struct mt76_rx_tid *tid; local
153 struct mt76_rx_tid *tid; local
245 struct mt76_rx_tid *tid; local
266 mt76_rx_aggr_shutdown(struct mt76_dev *dev, struct mt76_rx_tid *tid) argument
292 struct mt76_rx_tid *tid = NULL; local
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.tid1.d32 * To print tid and make sure it succeeds.
41 printf("Thread id = %d \n", tid);
H A Dtst.tid.d31 * To print tid from profile
44 printf("Thread id = %d \n", tid);
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DNativeThreadProtocol.cpp18 lldb::tid_t tid)
19 : m_process(process), m_tid(tid) {}
17 NativeThreadProtocol(NativeProcessProtocol &process, lldb::tid_t tid) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMach_arm.h22 int DoReadGPR(lldb::tid_t tid, int flavor, GPR &gpr) override;
24 int DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) override;
26 int DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) override;
28 int DoReadDBG(lldb::tid_t tid, int flavor, DBG &dbg) override;
30 int DoWriteGPR(lldb::tid_t tid, int flavor, const GPR &gpr) override;
32 int DoWriteFPU(lldb::tid_t tid, int flavor, const FPU &fpu) override;
34 int DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc) override;
36 int DoWriteDBG(lldb::tid_t tid, int flavor, const DBG &dbg) override;
H A DRegisterContextMach_arm.cpp26 int RegisterContextMach_arm::DoReadGPR(lldb::tid_t tid, int flavor, GPR &gpr) { argument
28 return ::thread_get_state(tid, flavor, (thread_state_t)&gpr, &count);
31 int RegisterContextMach_arm::DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) { argument
33 return ::thread_get_state(tid, flavor, (thread_state_t)&fpu, &count);
36 int RegisterContextMach_arm::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { argument
38 return ::thread_get_state(tid, flavor, (thread_state_t)&exc, &count);
41 int RegisterContextMach_arm::DoReadDBG(lldb::tid_t tid, int flavor, DBG &dbg) { argument
43 return ::thread_get_state(tid, flavor, (thread_state_t)&dbg, &count);
46 int RegisterContextMach_arm::DoWriteGPR(lldb::tid_t tid, int flavor, argument
49 tid, flavo
53 DoWriteFPU(lldb::tid_t tid, int flavor, const FPU &fpu) argument
60 DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc) argument
67 DoWriteDBG(lldb::tid_t tid, int flavor, const DBG &dbg) argument
[all...]
H A DRegisterContextMach_x86_64.cpp24 int RegisterContextMach_x86_64::DoReadGPR(lldb::tid_t tid, int flavor, argument
27 return ::thread_get_state(tid, flavor, (thread_state_t)&gpr, &count);
30 int RegisterContextMach_x86_64::DoReadFPU(lldb::tid_t tid, int flavor, argument
33 return ::thread_get_state(tid, flavor, (thread_state_t)&fpu, &count);
36 int RegisterContextMach_x86_64::DoReadEXC(lldb::tid_t tid, int flavor, argument
39 return ::thread_get_state(tid, flavor, (thread_state_t)&exc, &count);
42 int RegisterContextMach_x86_64::DoWriteGPR(lldb::tid_t tid, int flavor, argument
45 tid, flavor, reinterpret_cast<thread_state_t>(const_cast<GPR *>(&gpr)),
49 int RegisterContextMach_x86_64::DoWriteFPU(lldb::tid_t tid, int flavor, argument
52 tid, flavo
56 DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc) argument
[all...]
H A DRegisterContextMach_i386.cpp24 int RegisterContextMach_i386::DoReadGPR(lldb::tid_t tid, int flavor, GPR &gpr) { argument
26 return ::thread_get_state(tid, flavor, (thread_state_t)&gpr, &count);
29 int RegisterContextMach_i386::DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) { argument
31 return ::thread_get_state(tid, flavor, (thread_state_t)&fpu, &count);
34 int RegisterContextMach_i386::DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) { argument
36 return ::thread_get_state(tid, flavor, (thread_state_t)&exc, &count);
39 int RegisterContextMach_i386::DoWriteGPR(lldb::tid_t tid, int flavor, argument
42 tid, flavor, reinterpret_cast<thread_state_t>(const_cast<GPR *>(&gpr)),
46 int RegisterContextMach_i386::DoWriteFPU(lldb::tid_t tid, int flavor, argument
49 tid, flavo
53 DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc) argument
[all...]
H A DRegisterContextMach_x86_64.h23 int DoReadGPR(lldb::tid_t tid, int flavor, GPR &gpr) override;
25 int DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) override;
27 int DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) override;
29 int DoWriteGPR(lldb::tid_t tid, int flavor, const GPR &gpr) override;
31 int DoWriteFPU(lldb::tid_t tid, int flavor, const FPU &fpu) override;
33 int DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc) override;
H A DRegisterContextMach_i386.h22 int DoReadGPR(lldb::tid_t tid, int flavor, GPR &gpr) override;
24 int DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) override;
26 int DoReadEXC(lldb::tid_t tid, int flavor, EXC &exc) override;
28 int DoWriteGPR(lldb::tid_t tid, int flavor, const GPR &gpr) override;
30 int DoWriteFPU(lldb::tid_t tid, int flavor, const FPU &fpu) override;
32 int DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc) override;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report_fuchsia.cpp23 void ReportDeadlySignal(const SignalContext &sig, u32 tid, argument
27 void HandleDeadlySignal(void *siginfo, void *context, u32 tid, argument
H A Dsanitizer_thread_registry.cpp20 ThreadContextBase::ThreadContextBase(u32 tid) argument
21 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0),
89 // Parent tid makes no sense for the main thread.
90 if (tid != kMainTid)
139 u32 tid = kInvalidTid; local
142 tid = tctx->tid;
144 // Allocate new thread context and tid.
145 tid
221 SetThreadName(u32 tid, const char *name) argument
236 DetachThread(u32 tid, void *arg) argument
255 JoinThread(u32 tid, void *arg) argument
283 FinishThread(u32 tid) argument
310 StartThread(u32 tid, tid_t os_id, ThreadType thread_type, void *arg) argument
346 u32 tid; local
357 SetThreadUserId(u32 tid, uptr user_id) argument
368 OnFork(u32 tid) argument
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.roch.d50 (long long)curthread, pid, tid,
60 (long long) curthread, pid, tid,
68 (long long)curthread, pid, tid);
74 (long long)curthread, pid, tid, (int)arg1, (int)arg0);
80 (long long)curthread, pid, tid, arg0);
86 (long long) curthread, pid, tid, arg0);
H A Dtst.haslam.d50 @sys[tid] = sum(tid);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_descriptions.cpp23 Init(t->tid, t->name);
26 MemprofThreadIdAndName::MemprofThreadIdAndName(u32 tid) { argument
27 if (tid == kInvalidTid) {
28 Init(tid, "");
31 MemprofThreadContext *t = GetThreadContextByTidLocked(tid);
32 Init(tid, t->name);
36 void MemprofThreadIdAndName::Init(u32 tid, const char *tname) { argument
37 int len = internal_snprintf(name, sizeof(name), "T%d", tid);
47 if (context->tid == kMainTid || context->announced) {
/freebsd-current/libexec/kgdb/
H A Dacttrace.py15 def tid_to_gdb_thread(tid):
17 if thread.ptid[2] == tid:
45 tid = td['td_tid']
47 gdb_thread = tid_to_gdb_thread(tid)
49 print("failed to find GDB thread with TID {}".format(tid))
54 print("Tracing command {} pid {} tid {} (CPU {})".format(
/freebsd-current/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_fuchsia.cpp28 ThreadContext::ThreadContext(int tid) : ThreadContextLsanBase(tid) {} argument
55 void ThreadStart(u32 tid) { argument
59 ThreadContextLsanBase::ThreadStart(tid, GetTid(), ThreadType::Regular, &args);
66 u32 tid = ThreadCreate(kMainTid, true, &args); local
67 CHECK_EQ(tid, 0);
68 ThreadStart(tid);
104 u32 tid = ThreadCreate(parent_tid, detached, &args); local
105 return reinterpret_cast<void *>(static_cast<uptr>(tid));
111 u32 tid local
122 u32 tid = static_cast<u32>(reinterpret_cast<uptr>(hook)); local
[all...]
/freebsd-current/sys/dev/ath/
H A Dif_ath_tx.c124 int tid);
126 int tid);
130 struct ieee80211_node *ni, struct mbuf *m0, int *tid);
133 struct ath_tid *tid, struct ath_buf *bf);
1377 ath_tx_do_ratelookup(struct ath_softc *sc, struct ath_buf *bf, int tid, argument
1393 pktlen, tid, is_aggr, &rix, &try0, &rate, &maxdur, &maxpktlen);
1416 ath_tx_update_clrdmask(struct ath_softc *sc, struct ath_tid *tid, argument
1507 struct ath_tid *tid = &an->an_tid[bf->bf_state.bfs_tid]; local
1523 ath_tx_do_ratelookup(sc, bf, tid->tid, b
1909 int tid; local
2605 ath_tx_action_frame_override_queue(struct ath_softc *sc, struct ieee80211_node *ni, struct mbuf *m0, int *tid) argument
2655 ath_tx_addto_baw(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, struct ath_buf *bf) argument
2746 ath_tx_switch_baw_buf(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, struct ath_buf *old_bf, struct ath_buf *new_bf) argument
2793 ath_tx_update_baw(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, const struct ath_buf *bf) argument
2844 ath_tx_leak_count_update(struct ath_softc *sc, struct ath_tid *tid, struct ath_buf *bf) argument
2884 ath_tx_tid_can_tx_or_sched(struct ath_softc *sc, struct ath_tid *tid) argument
2906 ath_tx_tid_sched(struct ath_softc *sc, struct ath_tid *tid) argument
2959 ath_tx_tid_unsched(struct ath_softc *sc, struct ath_tid *tid) argument
2986 int tid; local
3049 struct ath_tid *tid = &an->an_tid[bf->bf_state.bfs_tid]; local
3141 int pri, tid; local
3354 ath_tx_tid_pause(struct ath_softc *sc, struct ath_tid *tid) argument
3370 ath_tx_tid_resume(struct ath_softc *sc, struct ath_tid *tid) argument
3428 ath_tx_tid_filt_addbuf(struct ath_softc *sc, struct ath_tid *tid, struct ath_buf *bf) argument
3453 ath_tx_tid_filt_comp_buf(struct ath_softc *sc, struct ath_tid *tid, struct ath_buf *bf) argument
3478 ath_tx_tid_filt_comp_complete(struct ath_softc *sc, struct ath_tid *tid) argument
3521 ath_tx_tid_filt_comp_single(struct ath_softc *sc, struct ath_tid *tid, struct ath_buf *bf) argument
3572 ath_tx_tid_filt_comp_aggr(struct ath_softc *sc, struct ath_tid *tid, struct ath_buf *bf_first, ath_bufhead *bf_q) argument
3631 ath_tx_tid_bar_suspend(struct ath_softc *sc, struct ath_tid *tid) argument
3665 ath_tx_tid_bar_unsuspend(struct ath_softc *sc, struct ath_tid *tid) argument
3694 ath_tx_tid_bar_tx_ready(struct ath_softc *sc, struct ath_tid *tid) argument
3725 ath_tx_tid_bar_tx(struct ath_softc *sc, struct ath_tid *tid) argument
3806 ath_tx_tid_drain_pkt(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, ath_bufhead *bf_cq, struct ath_buf *bf) argument
3846 ath_tx_tid_drain_print(struct ath_softc *sc, struct ath_node *an, const char *pfx, struct ath_tid *tid, struct ath_buf *bf) argument
3928 ath_tx_tid_drain(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, ath_bufhead *bf_cq) argument
4018 ath_tx_tid_reset(struct ath_softc *sc, struct ath_tid *tid) argument
4089 int tid; local
4144 struct ath_tid *tid; local
4190 int tid = bf->bf_state.bfs_tid; local
4277 int tid = bf->bf_state.bfs_tid; local
4313 ath_tx_tid_cleanup_frame(struct ath_softc *sc, struct ath_node *an, int tid, struct ath_buf *bf_head, ath_bufhead *bf_cq) argument
4378 ath_tx_tid_cleanup(struct ath_softc *sc, struct ath_node *an, int tid, ath_bufhead *bf_cq) argument
4449 ath_tx_retry_clone(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, struct ath_buf *bf) argument
4519 int tid = bf->bf_state.bfs_tid; local
4610 int tid = bf->bf_state.bfs_tid; local
4671 ath_tx_comp_aggr_error(struct ath_softc *sc, struct ath_buf *bf_first, struct ath_tid *tid) argument
4762 int tid = bf_first->bf_state.bfs_tid; local
4826 int tid = bf_first->bf_state.bfs_tid; local
5167 int tid = bf->bf_state.bfs_tid; local
5369 ath_tx_tid_swq_depth_bytes(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid) argument
5425 ath_tx_tid_hw_queue_aggr(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid) argument
5656 ath_tx_tid_hw_queue_norm(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid) argument
5750 struct ath_tid *tid, *next, *last; local
5855 ath_tx_get_tx_tid(struct ath_node *an, int tid) argument
5871 ath_tx_ampdu_running(struct ath_softc *sc, struct ath_node *an, int tid) argument
5889 ath_tx_ampdu_pending(struct ath_softc *sc, struct ath_node *an, int tid) argument
5920 int tid = tap->txa_tid; local
5998 int tid = tap->txa_tid; local
6044 int tid = tap->txa_tid; local
6121 struct ath_tid *tid; local
6179 int tid = tap->txa_tid; local
6252 int tid = tap->txa_tid; local
6311 int tid; local
6348 int tid; local
[all...]
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dhal_tx.c58 le32_encode_bits(ti->tid, HAL_TCL_DATA_CMD_INFO3_TID) |
73 u8 hw_map_val[HAL_DSCP_TID_TBL_SIZE], dscp, tid; local
91 tid = dscp2tid(dscp);
92 value = u32_encode_bits(tid, HAL_TCL1_RING_FIELD_DSCP_TID_MAP0);
95 tid = dscp2tid(dscp);
96 value |= u32_encode_bits(tid, HAL_TCL1_RING_FIELD_DSCP_TID_MAP1);
99 tid = dscp2tid(dscp);
100 value |= u32_encode_bits(tid, HAL_TCL1_RING_FIELD_DSCP_TID_MAP2);
103 tid = dscp2tid(dscp);
104 value |= u32_encode_bits(tid, HAL_TCL1_RING_FIELD_DSCP_TID_MAP
[all...]

Completed in 233 milliseconds

1234567891011>>