Searched refs:reqtag_pool (Results 1 – 2 of 2) sorted by relevance
2044 struct reqtag_pool *reqtag_pool = hw->wq_reqtag_pool; in efct_hw_reqtag_pool_free() local2047 if (reqtag_pool) { in efct_hw_reqtag_pool_free()2049 wqcb = reqtag_pool->tags[i]; in efct_hw_reqtag_pool_free()2055 kfree(reqtag_pool); in efct_hw_reqtag_pool_free()2060 struct reqtag_pool *2064 struct reqtag_pool *reqtag_pool; in efct_hw_reqtag_pool_alloc() local2067 reqtag_pool = kzalloc(sizeof(*reqtag_pool), GFP_KERNEL); in efct_hw_reqtag_pool_alloc()2068 if (!reqtag_pool) in efct_hw_reqtag_pool_alloc()2071 INIT_LIST_HEAD(&reqtag_pool->freelist); in efct_hw_reqtag_pool_alloc()2073 spin_lock_init(&reqtag_pool->lock); in efct_hw_reqtag_pool_alloc()[all …]
340 struct reqtag_pool { struct458 struct reqtag_pool *wq_reqtag_pool;644 struct reqtag_pool *efct_hw_reqtag_pool_alloc(struct efct_hw *hw);