Home
last modified time | relevance | path

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

/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
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_descriptions.h123 uptr alloc_tid; member
H A Dasan_allocator.cc76 u32 alloc_tid : 24; member
487 u32 alloc_tid = t ? t->tid() : 0; in Allocate() local