Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_trans.c69 static struct mlx5_fpga_trans_priv *alloc_tid(struct mlx5_fpga_device *fdev) in alloc_tid() function
199 trans_priv = alloc_tid(conn->fdev); in mlx5_fpga_trans_exec()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h122 uptr alloc_tid; member
H A Dasan_descriptions.cpp165 descr->alloc_tid = chunk.AllocTid(); in GetHeapAddressInformation()
416 AsanThreadContext *alloc_thread = GetThreadContextByTidLocked(alloc_tid); in Print()