Searched refs:mset (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp167 StackTrace stack, const MutexSet *mset) {
180 for (uptr i = 0; i < mset->Size(); i++) {
181 MutexSet::Desc d = mset->Get(i);
184 mop->mset.PushBack(mtx);
380 MutexSet *mset, uptr *tag) {
402 if (mset)
403 *mset = hdr->mset0;
421 if (mset) {
423 mset->Add(pc, true, epoch0 + i);
425 mset
166 AddMemoryAccess(uptr addr, uptr external_tag, Shadow s, StackTrace stack, const MutexSet *mset) argument
379 RestoreStack(int tid, const u64 epoch, VarSizeStackTrace *stk, MutexSet *mset, uptr *tag) argument
[all...]
H A Dtsan_report.h61 Vector<ReportMopMutex> mset; member in struct:__tsan::ReportMop
H A Dtsan_report.cpp61 : mset() {
139 static void PrintMutexSet(Vector<ReportMopMutex> const& mset) { argument
140 for (uptr i = 0; i < mset.Size(); i++) {
143 const ReportMopMutex m = mset[i];
145 Printf(i == mset.Size() - 1 ? ")" : ",");
177 PrintMutexSet(mop->mset);
H A Dtsan_rtl_mutex.cpp129 thr->mset.Remove(mid);
191 thr->mset.Add(s->GetId(), true, thr->fast_state.epoch());
238 thr->mset.Del(s->GetId(), true);
286 thr->mset.Add(s->GetId(), false, thr->fast_state.epoch());
331 thr->mset.Del(mid, false);
371 thr->mset.Del(s->GetId(), write);
H A Dtsan_rtl.h400 MutexSet mset; member in struct:__tsan::ThreadState
589 const MutexSet *mset);
629 MutexSet *mset, uptr *tag = nullptr);
H A Dtsan_rtl.cpp583 hdr->mset0 = thr->mset;
/freebsd-13-stable/contrib/file/src/
H A Dapprentice.c1153 struct magic_entry_set *mset)
1156 if (mset[i].count == mset[i].max) {
1159 mset[i].max += ALLOC_INCR;
1161 realloc(mset[i].me, sizeof(*mp) * mset[i].max))) ==
1163 file_oomem(ms, sizeof(*mp) * mset[i].max);
1166 (void)memset(&mp[mset[i].count], 0, sizeof(*mp) *
1168 mset[i].me = mp;
1170 mset[
1152 addentry(struct magic_set *ms, struct magic_entry *me, struct magic_entry_set *mset) argument
1179 load_1(struct magic_set *ms, int action, const char *fn, int *errs, struct magic_entry_set *mset) argument
1373 struct magic_entry_set mset[MAGIC_SETS]; local
[all...]
/freebsd-13-stable/sbin/nvmecontrol/
H A Dns.c135 uint32_t mset; member in struct:create_options
147 .mset = NONE,
164 OPT("mset", 'm', arg_uint32, create_opt, mset,
592 ((create_opt.mset & NVME_NS_DATA_FLBAS_EXTENDED_MASK)

Completed in 193 milliseconds