Lines Matching refs:rxe_pool_entry
33 struct rxe_pool_entry;
39 void (*cleanup)(struct rxe_pool_entry *obj);
49 struct rxe_pool_entry { struct
66 void (*cleanup)(struct rxe_pool_entry *obj); argument
107 int __rxe_add_to_pool(struct rxe_pool *pool, struct rxe_pool_entry *elem);
114 int __rxe_add_index_locked(struct rxe_pool_entry *elem);
118 int __rxe_add_index(struct rxe_pool_entry *elem);
125 void __rxe_drop_index_locked(struct rxe_pool_entry *elem);
129 void __rxe_drop_index(struct rxe_pool_entry *elem);
136 int __rxe_add_key_locked(struct rxe_pool_entry *elem, void *key);
140 int __rxe_add_key(struct rxe_pool_entry *elem, void *key);
145 void __rxe_drop_key_locked(struct rxe_pool_entry *elem);
149 void __rxe_drop_key(struct rxe_pool_entry *elem);