Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
static void bitmap_clear_bit(struct rte_bitmap *bmp, uint32_t pos)
44
{
45
rte_bitmap_clear(bmp, pos);
46
}
47
48
static bool bitmap_test_bit(struct rte_bitmap *bmp, unsigned long n)
49
{
Callers
2
mlx5dr_buddy_alloc_mem
Function · 0.85
mlx5dr_buddy_free_mem
Function · 0.85
Calls
1
rte_bitmap_clear
Function · 0.85
Tested by
no test coverage detected