Home
last modified time | relevance | path

Searched refs:objpool_drop (Results 1 – 3 of 3) sorted by relevance

/linux/lib/
H A Dobjpool.c177 int objpool_drop(void *obj, struct objpool_head *pool) in objpool_drop() function
189 EXPORT_SYMBOL_GPL(objpool_drop);
H A Dtest_objpool.c497 objpool_drop(on, pool); in ot_nod_recycle()
/linux/include/linux/
H A Dobjpool.h236 * objpool_drop() - discard the object and deref objpool
243 * objpool_drop is normally for the release of outstanding objects
249 * objpool be released along with the call of objpool_drop()
251 int objpool_drop(void *obj, struct objpool_head *pool);