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
F147358308: D9383.diff
Tue, Mar 10, 7:29 AM
Unknown Object (File)
Wed, Mar 4, 9:07 PM
Unknown Object (File)
Wed, Mar 4, 1:24 PM
Unknown Object (File)
Wed, Mar 4, 12:15 PM
Unknown Object (File)
Wed, Mar 4, 7:33 AM
Unknown Object (File)
Tue, Mar 3, 11:27 PM
Unknown Object (File)
Dec 4 2025, 9:18 AM
Unknown Object (File)
Dec 1 2025, 2:49 PM
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.