Home
last modified time | relevance | path

Searched refs:alloc_tid (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.cc76 u32 alloc_tid : 24; member
145 CHECK_NE(m->alloc_tid, kInvalidTid); in Recycle()
487 u32 alloc_tid = t ? t->tid() : 0; in Allocate() local
488 m->alloc_tid = alloc_tid; in Allocate()
489 CHECK_EQ(alloc_tid, m->alloc_tid); // Does alloc_tid fit into the bitfield? in Allocate()
569 CHECK_GE(m->alloc_tid, 0); in QuarantineChunk()
814 uptr AsanChunkView::AllocTid() const { return chunk_->alloc_tid; } in AllocTid()
H A Dasan_descriptions.h123 uptr alloc_tid; member
H A Dasan_descriptions.cc167 descr->alloc_tid = chunk.AllocTid(); in GetHeapAddressInformation()
417 AsanThreadContext *alloc_thread = GetThreadContextByTidLocked(alloc_tid); in Print()
/freebsd-12.1/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_trans.c71 static struct mlx5_fpga_trans_priv *alloc_tid(struct mlx5_fpga_device *fdev) in alloc_tid() function
201 trans_priv = alloc_tid(conn->fdev); in mlx5_fpga_trans_exec()