summaryrefslogtreecommitdiffstats
path: root/include/linux/percpu-refcount.h
Commit message (Expand)AuthorAgeFilesLines
* percpu-refcount: use RCU-sched insted of normal RCUTejun Heo2013-06-161-6/+6
* percpu-refcount: implement percpu_tryget() along with percpu_ref_kill_and_con...Tejun Heo2013-06-131-1/+49
* percpu-refcount: implement percpu_ref_cancel_init()Tejun Heo2013-06-131-0/+1
* percpu-refcount: add __must_check to percpu_ref_init() and don't use ACCESS_O...Tejun Heo2013-06-131-1/+2
* percpu-refcount: cosmetic updatesTejun Heo2013-06-121-3/+5
* percpu-refcount: consistently use plain (non-sched) RCUTejun Heo2013-06-121-4/+4
* percpu: implement generic percpu refcountingKent Overstreet2013-06-031-0/+122