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

Function bitmap_test_bit

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

Source from the content-addressed store, hash-verified

46}
47
48static bool bitmap_test_bit(struct rte_bitmap *bmp, unsigned long n)
49{
50 return !!rte_bitmap_get(bmp, n);
51}
52
53static unsigned long bitmap_ffs(struct rte_bitmap *bmap,
54 uint64_t n, unsigned long m)

Callers 1

mlx5dr_buddy_free_memFunction · 0.85

Calls 1

rte_bitmap_getFunction · 0.85

Tested by

no test coverage detected