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)
Mar 7 2024, 12:50 AM
Unknown Object (File)
Feb 4 2024, 5:06 AM
Unknown Object (File)
Dec 20 2023, 12:59 AM
Unknown Object (File)
Sep 1 2023, 3:16 PM
Unknown Object (File)
Sep 1 2023, 3:15 PM
Unknown Object (File)
Sep 1 2023, 3:14 PM
Unknown Object (File)
Sep 1 2023, 3:01 PM
Unknown Object (File)
Aug 27 2023, 3:03 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.