MCPcopy Create free account
hub / github.com/F-Stack/f-stack / bitmap_set_bit

Function bitmap_set_bit

dpdk/drivers/net/mlx5/hws/mlx5dr_buddy.c:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38static void bitmap_set_bit(struct rte_bitmap *bmp, uint32_t pos)
39{
40 rte_bitmap_set(bmp, pos);
41}
42
43static void bitmap_clear_bit(struct rte_bitmap *bmp, uint32_t pos)
44{

Callers 3

mlx5dr_buddy_initFunction · 0.85
mlx5dr_buddy_alloc_memFunction · 0.85
mlx5dr_buddy_free_memFunction · 0.85

Calls 1

rte_bitmap_setFunction · 0.85

Tested by

no test coverage detected