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

Function rss_getcpu

freebsd/net/rss_config.c:346–351  ·  view source on GitHub ↗

* Query the RSS CPU associated with an RSS bucket. */

Source from the content-addressed store, hash-verified

344 * Query the RSS CPU associated with an RSS bucket.
345 */
346u_int
347rss_getcpu(u_int bucket)
348{
349
350 return (rss_table[bucket].rte_cpu);
351}
352
353/*
354 * netisr CPU affinity lookup given just the hash and hashtype.

Callers 3

in_pcbgroup_initFunction · 0.85
rss_hash2cpuidFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected