MCPcopy 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
52static __inline __pure2 int
53ffsl(long mask)
54{
55
56 return (__builtin_ffsl(mask));
57}
58
59#define HAVE_INLINE_FFSLL
60

Callers 4

reclaim_pv_chunkFunction · 0.50
get_pv_entryFunction · 0.50
pmap_pv_demote_l2Function · 0.50
pmap_remove_pagesFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected