Home
last modified time | relevance | path

Searched refs:INIT_RADIX_TREE (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
Dradix-tree.h63 #define INIT_RADIX_TREE(root, mask) \ macro
/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
Dmlx5_mr.c44 INIT_RADIX_TREE(&table->tree, GFP_ATOMIC); in mlx5_init_mr_table()
Dmlx5_cq.c260 INIT_RADIX_TREE(&table->tree, GFP_ATOMIC); in mlx5_init_cq_table()
Dmlx5_qp.c306 INIT_RADIX_TREE(&table->tree, GFP_ATOMIC); in mlx5_init_qp_table()
Dmlx5_srq.c484 INIT_RADIX_TREE(&table->tree, GFP_ATOMIC); in mlx5_init_srq_table()
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
Dmlx4_srq.c278 INIT_RADIX_TREE(&srq_table->tree, GFP_ATOMIC); in mlx4_init_srq_table()
Dmlx4_cq.c345 INIT_RADIX_TREE(&cq_table->tree, GFP_ATOMIC); in mlx4_init_cq_table()
Dmlx4_qp.c752 INIT_RADIX_TREE(&dev->qp_table_tree, GFP_ATOMIC); in mlx4_init_qp_table()