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

Function ddb_display_cpuset

freebsd/kern/kern_cpuset.c:2405–2409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2403}
2404
2405void
2406ddb_display_cpuset(const cpuset_t *set)
2407{
2408 ddb_display_bitset((const struct bitset *)set, CPU_SETSIZE);
2409}
2410
2411static void
2412ddb_display_domainset(const domainset_t *set)

Callers 1

kern_cpuset.cFile · 0.85

Calls 1

ddb_display_bitsetFunction · 0.85

Tested by

no test coverage detected