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

Function domainset_freelist_init

freebsd/kern/kern_cpuset.c:416–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416static void
417domainset_freelist_init(struct domainlist *list, int count)
418{
419
420 LIST_INIT(list);
421 domainset_freelist_add(list, count);
422}
423
424static void
425domainset_freelist_free(struct domainlist *list)

Callers 3

cpuset_modify_domainFunction · 0.85
cpuset_setprocFunction · 0.85
_cpuset_setthreadFunction · 0.85

Calls 1

domainset_freelist_addFunction · 0.85

Tested by

no test coverage detected