summaryrefslogtreecommitdiffstats
path: root/sys/sys/bitset.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r318781:kib2017-06-071-0/+30
* bitset: introduce helpers to allocate a bitset at runtimeroyger2016-05-061-0/+6
* Fix <sys/_bitset.h> and <sys/_cpuset.h> to not require <sys/param.h>.jhb2016-05-051-1/+14
* Expand the bitcount* API to support 64-bit integers, plain ints and longsjhb2015-03-201-1/+1
* Use __builtin_popcountl() instead of __builtin_popcount().jhb2015-02-091-1/+1
* Use __builtin_popcnt() to implement a BIT_COUNT() operation for bitsets andjhb2015-02-091-0/+10
* Merge from projects/bhyve_svm all the changes outside vmm.ko or bhyve utilities:neel2014-10-201-0/+4
* Add BIT_AND_ATOMIC() and CPU_AND_ATOMIC().kib2013-08-301-1/+8
* - Add a BIT_FFS() macro and use it to replace cpusetffs_obj()jeff2013-06-131-0/+15
* Generalize the bitset operations, present in cpuset and offer a KPI toattilio2013-05-091-0/+153
OpenPOWER on IntegriCloud