Searched refs:objpool_push (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dobjpool.h130 * objpool_push() - reclaim the object and return back to objpool
137 int objpool_push(void *obj, struct objpool_head *pool);
174 * there are no concurrent objpool_push() on the fly. Normally RCU
175 * is being required to make sure all ongoing objpool_push() must
/linux-master/lib/
H A Dobjpool.c180 int objpool_push(void *obj, struct objpool_head *pool) function
192 EXPORT_SYMBOL_GPL(objpool_push); variable
H A Dtest_objpool.c340 objpool_push(on, item->pool);
494 objpool_push(on, pool);
/linux-master/kernel/trace/
H A Drethook.c148 objpool_push(node, &node->rethook->pool);
/linux-master/kernel/
H A Dkprobes.c1915 objpool_push(ri, &rp->rph->pool);
2109 objpool_push(ri, &rph->pool);

Completed in 131 milliseconds