Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ bkt_is_empty
Function
bkt_is_empty
dpdk/lib/table/rte_swx_table_em.c:109–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
static inline int
110
bkt_is_empty(struct bucket_extension *bkt)
111
{
112
return (!bkt->sig[0] && !bkt->sig[1] && !bkt->sig[2] && !bkt->sig[3]) ? 1 : 0;
113
}
114
115
/* Return:
116
* 0 = Bucket key position is NOT empty;
Callers
1
table_del
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected