Searched refs:pool_entry (Results 1 – 2 of 2) sorted by relevance
205 struct qeth_buffer_pool_entry *pool_entry, *tmp; in qeth_clear_working_pool_list() local208 list_for_each_entry_safe(pool_entry, tmp, in qeth_clear_working_pool_list()210 list_del(&pool_entry->list); in qeth_clear_working_pool_list()217 struct qeth_buffer_pool_entry *pool_entry; in qeth_alloc_buffer_pool() local223 pool_entry = kzalloc(sizeof(*pool_entry), GFP_KERNEL); in qeth_alloc_buffer_pool()224 if (!pool_entry) { in qeth_alloc_buffer_pool()233 pool_entry->elements[--j]); in qeth_alloc_buffer_pool()234 kfree(pool_entry); in qeth_alloc_buffer_pool()238 pool_entry->elements[j] = ptr; in qeth_alloc_buffer_pool()240 list_add(&pool_entry->init_list, in qeth_alloc_buffer_pool()[all …]
424 struct qeth_buffer_pool_entry *pool_entry; member