Searched refs:tid (Results 251 - 275 of 545) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c265 mad.mad_hdr.tid = mlx4_ib_get_new_demux_tid(group->demux);
266 group->last_req_tid = mad.mad_hdr.tid; /* keep it for later validation */
292 mad.mad_hdr.tid = mlx4_ib_get_new_demux_tid(group->demux);
293 group->last_req_tid = mad.mad_hdr.tid; /* keep it for later validation */
333 mad.mad_hdr.tid = req_sa_mad->mad_hdr.tid;
334 *(u8 *)&mad.mad_hdr.tid = 0; /* resetting tid to 0 */
665 if (group->last_req_tid != group->response_sa_mad.mad_hdr.tid) {
668 group->response_sa_mad.mad_hdr.tid),
747 search_relocate_mgid0_group(struct mlx4_ib_demux_ctx *ctx, __be64 tid, union ib_gid *new_mgid) argument
902 __be64 tid = mad->mad_hdr.tid; local
[all...]
/freebsd-12-stable/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c262 u_int tid = GET_TID(cpl); local
263 struct toepcb *toep = lookup_tid(sc, tid);
286 CTR5(KTR_CXGBE, "%s: tid %u, cpl->len %u, pdu_len_ddp 0x%04x, icp %p",
287 __func__, tid, len, len_ddp, icp);
300 u_int tid = GET_TID(cpl); local
301 struct toepcb *toep = lookup_tid(sc, tid);
322 CTR3(KTR_CXGBE, "%s: tid %u, cpl->len %u", __func__, tid,
335 u_int tid = GET_TID(cpl); local
336 struct toepcb *toep = lookup_tid(sc, tid);
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp46 // so we can't destroy it until it's been used and reset to invalid tid
92 void SetCurrentThread(u32 tid) { get_tls_val(true)->current_thread_id = tid; } argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp26 tid_t tid; member in struct:__sanitizer::__anon3665
112 return threads_[index].tid;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/XRay/
H A DFDRTraceExpander.cpp98 TID = R.tid();
100 PID = R.tid();
/freebsd-12-stable/sys/dev/acpica/
H A Dacpi_quirk.c59 char *tid; member in union:acpi_q_rule::__anon11981
118 aq_strcmp(hdr->OemTableId, match->y.tid))
/freebsd-12-stable/sys/dev/advansys/
H A Dadvlib.h113 #define ADV_TIDLUN_TO_IX(tid, lun) ((tid) | ((lun) << ADV_SCSI_ID_BITS) )
114 #define ADV_TID_TO_TARGET_MASK(tid) (0x01 << (tid))
117 #define ADV_TID_TO_TIX(tid) ((tid) & ADV_MAX_TID)
832 u_int8_t *offset, int tid);
834 u_int *offset, int tid);
/freebsd-12-stable/sys/contrib/ck/src/
H A Dck_barrier_tournament.c55 state->vpid = ck_pr_faa_uint(&barrier->tid, 1);
66 ck_pr_store_uint(&barrier->tid, 0);
/freebsd-12-stable/crypto/openssh/regress/
H A Dcfgparse.sh4 tid="sshd config parse"
H A Dhostkey-agent.sh4 tid="hostkey agent"
H A Dkeygen-convert.sh4 tid="convert keys"
H A Dkeys-command.sh4 tid="authorized keys from command"
H A Daddrmatch.sh4 tid="address match"
H A Dagent-pkcs11.sh4 tid="pkcs11 agent test"
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h190 NativeThreadProtocol *GetThreadByID(lldb::tid_t tid);
192 void SetCurrentThreadID(lldb::tid_t tid) { m_current_thread_id = tid; } argument
469 NativeThreadProtocol *GetThreadByIDUnlocked(lldb::tid_t tid);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.h27 FreeBSDThread(lldb_private::Process &process, lldb::tid_t tid);
/freebsd-12-stable/contrib/unbound/dnstap/
H A Ddtstream.h133 ub_thread_type tid; member in struct:dt_io_thread
/freebsd-12-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiproto.h89 int tid );
94 int tid );
/freebsd-12-stable/usr.sbin/bhyve/
H A Dgdb.c1470 int tid; local
1478 tid = parse_threadid(data + 1, len - 1);
1479 if (tid <= 0 || !CPU_ISSET(tid - 1, &vcpus_active)) {
1484 snprintf(buf, sizeof(buf), "vCPU %d", tid - 1);
1523 int tid; local
1529 tid = parse_threadid(data + 2, len - 2);
1530 if (tid == -2) {
1539 if (tid == -1 || tid
1557 int tid; local
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h95 PacketResult SendStopReplyPacketForThread(lldb::tid_t tid);
183 void SetCurrentThreadID(lldb::tid_t tid);
187 void SetContinueThreadID(lldb::tid_t tid);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h32 explicit AsanThreadIdAndName(u32 tid);
34 // Contains "T%tid (%name)" or "T%tid" if the name is empty.
38 void Init(u32 tid, const char *tname);
137 uptr tid; member in struct:__asan::StackAddressDescription
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp217 int tid = ThreadCreate(parent_thread_state, 0, (uptr)thread, true); local
218 CHECK_NE(tid, 0);
219 ThreadStart(thr, tid, GetTid(), ThreadType::Worker);
/freebsd-12-stable/contrib/ofed/opensm/complib/
H A Dcl_timer.c99 pthread_t tid; local
104 tid = gp_timer_prov->thread;
109 pthread_join(tid, NULL);
/freebsd-12-stable/sys/dev/ofw/
H A Dopenfirmio.c84 openfirm_checkid(phandle_t sid, phandle_t tid) argument
88 if (sid == tid || openfirm_checkid(OF_child(sid), tid))
/freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_cond.c345 pthread_t tid[64]; local
348 for (i = 0; i < __arraycount(tid); i++) {
350 PTHREAD_REQUIRE(pthread_create(&tid[i], NULL,
354 for (i = 0; i < __arraycount(tid); i++) {
356 PTHREAD_REQUIRE(pthread_join(tid[i], NULL));

Completed in 612 milliseconds

<<11121314151617181920>>