Page MenuHomeFreeBSD

Add kern_cpuset_getaffinity() and kern_cpuset_getaffinity().
ClosedPublic

Authored by trasz on Jan 30 2017, 3:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 14, 7:11 AM
Unknown Object (File)
Mon, Apr 14, 6:26 AM
Unknown Object (File)
Mon, Apr 14, 1:45 AM
Unknown Object (File)
Mon, Apr 14, 1:45 AM
Unknown Object (File)
Feb 25 2025, 10:02 PM
Unknown Object (File)
Feb 21 2025, 3:36 PM
Unknown Object (File)
Feb 17 2025, 4:01 AM
Unknown Object (File)
Feb 17 2025, 3:13 AM
Subscribers

Details

Summary

Add kern_cpuset_getaffinity() and kern_cpuset_getaffinity(),
and use it in compats instead of their sys_*() counterparts.

I'm not quite happy with the addition of <_cpuset.h> to syscallsubr.h,
but I have no idea what would be a better way to do this.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

trasz retitled this revision from to Add kern_cpuset_getaffinity() and kern_cpuset_getaffinity()..
trasz updated this object.
trasz edited the test plan for this revision. (Show Details)

Dmitry, could you test it? I have no software that calls it.

kib added a reviewer: jhb.
kib edited edge metadata.
This revision is now accepted and ready to land.Jan 30 2017, 4:56 PM
sys/sys/syscallsubr.h
36 ↗(On Diff #24563)

This is fine, the _foo.h headers are intended for nested include cases like this.

jhb edited edge metadata.
dchagin edited edge metadata.
This revision was automatically updated to reflect the committed changes.