summaryrefslogtreecommitdiff
path: root/include/linux/kref.h
AgeCommit message (Expand)Author
2009-09-26headers: kref.h reduxAlexey Dobriyan
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day
2008-01-24kref: add kref_set()Evgeniy Polyakov
2005-03-08[PATCH] kref: make kref_put return if this was the last put call.Greg Kroah-Hartman
2004-09-01Use "ifdef" rather than "if" to test for __KERNEL__Linus Torvalds
2004-08-31Allow the compiler to notice "constant" header file.Linus Torvalds
2004-08-22KREF: make kref_get() return void as it makes sense to do so.Greg Kroah-Hartman
2004-08-02KREF: shrink the size of struct kref down to just a single atomic_tGreg Kroah-Hartman
2004-03-14kref: add kref structure to kernel tree.Greg Kroah-Hartman