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

Function bitmap_clear_bit

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

Source from the content-addressed store, hash-verified

41}
42
43static void bitmap_clear_bit(struct rte_bitmap *bmp, uint32_t pos)
44{
45 rte_bitmap_clear(bmp, pos);
46}
47
48static bool bitmap_test_bit(struct rte_bitmap *bmp, unsigned long n)
49{

Callers 2

mlx5dr_buddy_alloc_memFunction · 0.85
mlx5dr_buddy_free_memFunction · 0.85

Calls 1

rte_bitmap_clearFunction · 0.85

Tested by

no test coverage detected