Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ffsl
Function
ffsl
freebsd/arm64/include/cpufunc.h:52–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
#define HAVE_INLINE_FFSL
51
52
static __inline __pure2 int
53
ffsl(long mask)
54
{
55
56
return (__builtin_ffsl(mask));
57
}
58
59
#define HAVE_INLINE_FFSLL
60
Callers
4
reclaim_pv_chunk
Function · 0.50
get_pv_entry
Function · 0.50
pmap_pv_demote_l2
Function · 0.50
pmap_remove_pages
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected