Searched refs:pool_entry (Results 1 – 2 of 2) sorted by relevance
249 struct qeth_buffer_pool_entry *pool_entry, *tmp; in qeth_clear_working_pool_list() local252 list_for_each_entry_safe(pool_entry, tmp, in qeth_clear_working_pool_list()254 list_del(&pool_entry->list); in qeth_clear_working_pool_list()261 struct qeth_buffer_pool_entry *pool_entry; in qeth_alloc_buffer_pool() local267 pool_entry = kzalloc(sizeof(*pool_entry), GFP_KERNEL); in qeth_alloc_buffer_pool()268 if (!pool_entry) { in qeth_alloc_buffer_pool()277 pool_entry->elements[--j]); in qeth_alloc_buffer_pool()278 kfree(pool_entry); in qeth_alloc_buffer_pool()282 pool_entry->elements[j] = ptr; in qeth_alloc_buffer_pool()284 list_add(&pool_entry->init_list, in qeth_alloc_buffer_pool()[all …]
458 struct qeth_buffer_pool_entry *pool_entry; member