v1.2.3'/>
summaryrefslogtreecommitdiff
path: root/include/linux/refcount.h
AgeCommit message (Expand)Author
2019-11-25locking/refcount: Consolidate implementations of refcount_tWill Deacon
2019-11-25locking/refcount: Consolidate REFCOUNT_{MAX,SATURATED} definitionsWill Deacon
2019-11-25locking/refcount: Move saturation warnings out of lineWill Deacon
2019-11-25locking/refcount: Improve performance of generic REFCOUNT_FULL codeWill Deacon
2019-11-25locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the ...Will Deacon
2019-11-25locking/refcount: Remove unused refcount_*_checked() variantsWill Deacon
2019-11-25locking/refcount: Ensure integer operands are treated as signedWill Deacon
2019-11-25locking/refcount: Define constants for saturation and max refcount valuesWill Deacon