aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/percpu-refcount.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-16percpu-refcount: use RCU-sched insted of normal RCUTejun Heo1-6/+6
2013-06-13percpu-refcount: implement percpu_tryget() along with percpu_ref_kill_and_confirm()Tejun Heo1-1/+49
2013-06-13percpu-refcount: implement percpu_ref_cancel_init()Tejun Heo1-0/+1
2013-06-13percpu-refcount: add __must_check to percpu_ref_init() and don't use ACCESS_ONCE() in percpu_ref_kill_rcu()Tejun Heo1-1/+2
2013-06-12percpu-refcount: cosmetic updatesTejun Heo1-3/+5
2013-06-12percpu-refcount: consistently use plain (non-sched) RCUTejun Heo1-4/+4
2013-06-03percpu: implement generic percpu refcountingKent Overstreet1-0/+122