Home
last modified time | relevance | path

Searched refs:tids (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c188 struct tid_info *t = &sc->tids; in insert_hf()
201 struct tid_info *t = &sc->tids; in insert_hftid()
264 struct tid_info *t = &sc->tids; in lookup_hf()
285 struct tid_info *t = &sc->tids; in lookup_hftid()
305 struct tid_info *t = &sc->tids; in remove_hf()
317 struct tid_info *t = &sc->tids; in remove_hftid()
528 if (sc->tids.ftids_in_use > 0 || /* TCAM filters active */ in set_filter_mode()
529 sc->tids.hpftids_in_use > 0 || /* hi-pri TCAM filters active */ in set_filter_mode()
530 sc->tids.tids_in_use > 0) { /* TOE or hashfilters active */ in set_filter_mode()
579 if (sc->tids.tids_in_use > 0) { /* TOE or hashfilters active */ in set_filter_mask()
[all …]
H A Dt4_sched.c710 t = &sc->tids; in t4_init_etid_table()
731 t = &sc->tids; in t4_free_etid_table()
748 struct tid_info *t = &sc->tids; in alloc_etid()
767 struct tid_info *t = &sc->tids; in lookup_etid()
775 struct tid_info *t = &sc->tids; in free_etid()
960 q->max_flows = sc->tids.netids; in cxgbe_ratelimit_query()
H A Dt4_main.c1872 free(sc->tids.ftid_tab, M_CXGBE); in t4_detach_common()
1873 free(sc->tids.hpftid_tab, M_CXGBE); in t4_detach_common()
1874 free_hftid_hash(&sc->tids); in t4_detach_common()
1875 free(sc->tids.tid_tab, M_CXGBE); in t4_detach_common()
1880 if (mtx_initialized(&sc->tids.ftid_lock)) { in t4_detach_common()
1881 mtx_destroy(&sc->tids.ftid_lock); in t4_detach_common()
1882 cv_destroy(&sc->tids.ftid_cv); in t4_detach_common()
1884 if (mtx_initialized(&sc->tids.atid_lock)) in t4_detach_common()
1885 mtx_destroy(&sc->tids.atid_lock); in t4_detach_common()
2171 struct tid_info tids; member
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThreadUtil.cpp53 std::vector<lldb::tid_t> tids; in DoExecute() local
59 tids.push_back(thread_sp->GetID()); in DoExecute()
84 tids.push_back(thread->GetID()); in DoExecute()
91 for (const lldb::tid_t &tid : tids) { in DoExecute()
120 for (const lldb::tid_t &tid : tids) { in DoExecute()
171 std::vector<lldb::tid_t> tids; in DoExecute() local
179 tids.push_back(thread_sp->GetID()); in DoExecute()
183 tids.push_back(thread.GetID()); in DoExecute()
202 tids.push_back(thread->GetID()); in DoExecute()
206 DoExecuteOnThreads(command, result, tids); in DoExecute()
H A DCommandObjectThreadUtil.h99 llvm::ArrayRef<lldb::tid_t> tids) = 0;
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DTraceGDBRemotePackets.cpp32 bool TraceStartRequest::IsProcessTracing() const { return !(bool)tids; } in IsProcessTracing()
36 return o && o.map("type", packet.type) && o.map("tids", packet.tids); in fromJSON()
40 return json::Value(Object{{"tids", packet.tids}, {"type", packet.type}}); in toJSON()
49 tids.emplace(); in TraceStopRequest()
51 tids->push_back(tid); in TraceStopRequest()
54 bool TraceStopRequest::IsProcessTracing() const { return !(bool)tids; } in IsProcessTracing()
58 return o && o.map("type", packet.type) && o.map("tids", packet.tids); in fromJSON()
62 return json::Value(Object{{"type", packet.type}, {"tids", packet.tids}}); in toJSON()
/freebsd/usr.bin/gcore/
H A Delfcore.c337 lwpid_t *tids; in elf_putnotes() local
346 tids = malloc(threads * sizeof(*tids)); in elf_putnotes()
347 if (tids == NULL) in elf_putnotes()
350 ptrace(PT_GETLWPLIST, pid, (void *)tids, threads); in elf_putnotes()
358 elf_putregnote(NT_PRSTATUS, tids[i], sb); in elf_putnotes()
359 elf_putregnote(NT_FPREGSET, tids[i], sb); in elf_putnotes()
360 elf_putregnote(NT_THRMISC, tids[i], sb); in elf_putnotes()
361 elf_putregnote(NT_PTLWPINFO, tids[i], sb); in elf_putnotes()
363 elf_putregnote(NT_ARM_TLS, tids[i], sb); in elf_putnotes()
366 elf_putregnote(NT_ARM_VFP, tids[i], sb); in elf_putnotes()
[all …]
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c487 MPASS(tid >= sc->tids.tid_base); in send_get_tcb()
488 MPASS(tid - sc->tids.tid_base < sc->tids.ntids); in send_get_tcb()
541 MPASS(tid >= sc->tids.tid_base); in add_tid_to_history()
542 MPASS(tid - sc->tids.tid_base < sc->tids.ntids); in add_tid_to_history()
592 MPASS(tid >= sc->tids.tid_base); in lookup_tcb_histent()
593 MPASS(tid - sc->tids.tid_base < sc->tids.ntids); in lookup_tcb_histent()
789 MPASS(tid >= sc->tids.tid_base); in read_tcb_using_memwin()
790 MPASS(tid - sc->tids.tid_base < sc->tids.ntids); in read_tcb_using_memwin()
1026 struct tid_info *t = &sc->tids; in insert_tid()
1038 struct tid_info *t = &sc->tids; in lookup_tid()
[all …]
H A Dt4_listen.c97 struct tid_info *t = &sc->tids; in alloc_stid_tab()
121 struct tid_info *t = &sc->tids; in free_stid_tab()
137 struct tid_info *t = &sc->tids; in stop_stid_tab()
178 struct tid_info *t = &sc->tids; in restart_stid_tab()
205 struct tid_info *t = &sc->tids; in alloc_stid()
296 struct tid_info *t = &sc->tids; in lookup_stid()
304 struct tid_info *t = &sc->tids; in free_stid()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTraceGDBRemotePackets.h49 std::optional<std::vector<lldb::tid_t>> tids; member
67 TraceStopRequest(llvm::StringRef type, const std::vector<lldb::tid_t> &tids);
77 std::optional<std::vector<lldb::tid_t>> tids; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp580 std::vector<tid_t> tids; in DoRefreshLiveProcessState() local
582 tids.push_back(thread.tid); in DoRefreshLiveProcessState()
684 llvm::Error TraceIntelPT::Start(llvm::ArrayRef<lldb::tid_t> tids, in Start() argument
692 request.tids.emplace(); in Start()
693 for (lldb::tid_t tid : tids) in Start()
694 request.tids->push_back(tid); in Start()
698 Error TraceIntelPT::Start(llvm::ArrayRef<lldb::tid_t> tids, in Start() argument
728 return Start(tids, ipt_trace_size, enable_tsc, psb_period); in Start()
H A DTraceIntelPT.h147 /// \param[in] tids
162 llvm::Error Start(llvm::ArrayRef<lldb::tid_t> tids, uint64_t ipt_trace_size,
166 llvm::Error Start(llvm::ArrayRef<lldb::tid_t> tids,
H A DCommandObjectTraceStartIntelPT.cpp78 llvm::ArrayRef<lldb::tid_t> tids) { in DoExecuteOnThreads() argument
79 if (Error err = m_trace.Start(tids, m_options.m_ipt_trace_size, in DoExecuteOnThreads()
H A DCommandObjectTraceStartIntelPT.h59 llvm::ArrayRef<lldb::tid_t> tids) override;
/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h477 return (sc->tids.nftids > 0 && tid >= sc->tids.ftid_base && in is_ftid()
478 tid <= sc->tids.ftid_end); in is_ftid()
484 return (sc->tids.nhpftids > 0 && tid >= sc->tids.hpftid_base && in is_hpftid()
485 tid <= sc->tids.hpftid_end); in is_hpftid()
491 return (sc->tids.netids > 0 && tid >= sc->tids.etid_base && in is_etid()
492 tid <= sc->tids.etid_end); in is_etid()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTrace.h220 /// \param[in] tids
232 llvm::ArrayRef<lldb::tid_t> tids,
237 /// \param[in] tids
243 llvm::Error Stop(llvm::ArrayRef<lldb::tid_t> tids);
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dtx.c404 u16 tids, int nframes, in mt76_release_buffered_frames() argument
415 for (i = 0; tids && nframes; i++, tids >>= 1) { in mt76_release_buffered_frames()
420 if (!(tids & 1)) in mt76_release_buffered_frames()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp754 Tid tids[kMop] = {thr->tid, kInvalidTid}; in ReportRace() local
772 size1, typ1, &tids[1], &traces[1], mset[1], &tags[1])) { in ReportRace()
795 rep.AddMemoryAccess(addr, tags[i], s[i], tids[i], traces[i], mset[i]); in ReportRace()
799 ctx->thread_registry.GetThreadLocked(tids[i])); in ReportRace()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmain.c447 u16 tids, int nframes, in mt7603_release_buffered_frames() argument
465 if (!(tids & BIT(skb->priority))) in mt7603_release_buffered_frames()
482 mt76_release_buffered_frames(hw, sta, tids, nframes, reason, in mt7603_release_buffered_frames()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp171 Error Trace::Stop(llvm::ArrayRef<lldb::tid_t> tids) { in Stop() argument
176 return m_live_process->TraceStop(TraceStopRequest(GetPluginName(), tids)); in Stop()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h562 virtual bool GetCorefileThreadExtraInfos(std::vector<lldb::tid_t> &tids) { in GetCorefileThreadExtraInfos() argument
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c398 iids->tids += segs[j].count; in ecore_cxt_qm_iids()
408 iids->tids += vf_tids * p_mngr->vf_count; in ecore_cxt_qm_iids()
412 iids->cids, iids->vf_cids, iids->tids, vf_tids); in ecore_cxt_qm_iids()
811 qm_iids.vf_cids, qm_iids.tids, in ecore_cxt_cfg_ilt_compute()
817 qm_iids.cids, qm_iids.vf_cids, qm_iids.tids, in ecore_cxt_cfg_ilt_compute()
1608 iids.cids, iids.vf_cids, iids.tids, in ecore_qm_init_pf()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.h396 * @agg_tids: bitmap of tids whose status is operational aggregated (IWL_AGG_ON)
584 u16 cnt, u16 tids, bool more_data,
H A Dmac80211.c3359 struct ieee80211_sta *sta, u16 tids, in iwl_mvm_check_uapsd()
3369 tids, more_data, false); in iwl_mvm_check_uapsd()
3374 struct ieee80211_sta *sta, u16 tids, in iwl_mvm_check_uapsd()
3384 tids, more_data, true);
3393 unsigned long txqs = 0, tids = 0; in iwl_mvm_tdls_check_trigger()
3416 __set_bit(tid, &tids); in iwl_mvm_check_he_obss_narrow_bw_ru_iter()
3421 for_each_set_bit(tid, &tids, IWL_MAX_TID_COUNT) in iwl_mvm_check_he_obss_narrow_bw_ru_iter()
3164 iwl_mvm_mac_allow_buffered_frames(struct ieee80211_hw * hw,struct ieee80211_sta * sta,u16 tids,int num_frames,enum ieee80211_frame_release_type reason,bool more_data) iwl_mvm_mac_allow_buffered_frames() argument
3179 iwl_mvm_mac_release_buffered_frames(struct ieee80211_hw * hw,struct ieee80211_sta * sta,u16 tids,int num_frames,enum ieee80211_frame_release_type reason,bool more_data) iwl_mvm_mac_release_buffered_frames() argument
3198 unsigned long txqs = 0, tids = 0; __iwl_mvm_mac_sta_notify() local
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c3108 unsigned int m, pstructs, tids = t3_mc5_size(&adap->mc5); in partition_mem() local
3112 if (tids <= 16 * 1024) { in partition_mem()
3115 } else if (tids <= 64 * 1024) { in partition_mem()
3118 } else if (tids <= 256 * 1024) { in partition_mem()
3143 m = tids * TCB_SIZE; in partition_mem()
3157 tids = (p->cm_size - m - (3 << 20)) / 3072 - 32; in partition_mem()
3160 if (tids < m) in partition_mem()
3161 adap->params.mc5.nservers += m - tids; in partition_mem()

12