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

Function cpuset_freelist_init

freebsd/kern/kern_cpuset.c:385–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385static void
386cpuset_freelist_init(struct setlist *list, int count)
387{
388
389 LIST_INIT(list);
390 cpuset_freelist_add(list, count);
391}
392
393static void
394cpuset_freelist_free(struct setlist *list)

Callers 2

cpuset_setprocFunction · 0.85
_cpuset_setthreadFunction · 0.85

Calls 1

cpuset_freelist_addFunction · 0.85

Tested by

no test coverage detected