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

Function callout_hash

freebsd/kern/kern_timeout.c:401–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399#define CC_HASH_SHIFT 8
400
401static inline u_int
402callout_hash(sbintime_t sbt)
403{
404
405 return (sbt >> (32 - CC_HASH_SHIFT));
406}
407
408static inline u_int
409callout_get_bucket(sbintime_t sbt)

Callers 2

callout_get_bucketFunction · 0.85
callout_processFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected