summaryrefslogtreecommitdiffstats
path: root/lib/percpu-refcount.c
Commit message (Expand)AuthorAgeFilesLines
* percpu-refcount: use RCU-sched insted of normal RCUTejun Heo2013-06-161-1/+1
* percpu-refcount: implement percpu_tryget() along with percpu_ref_kill_and_con...Tejun Heo2013-06-131-6/+17
* percpu-refcount: implement percpu_ref_cancel_init()Tejun Heo2013-06-131-0/+31
* percpu-refcount: add __must_check to percpu_ref_init() and don't use ACCESS_O...Tejun Heo2013-06-131-3/+1
* percpu-refcount: cosmetic updatesTejun Heo2013-06-121-3/+4
* percpu-refcount: Don't use silly cmpxchg()Kent Overstreet2013-06-031-15/+4
* percpu: implement generic percpu refcountingKent Overstreet2013-06-031-0/+128