Searched refs:reqtag_pool (Results 1 – 2 of 2) sorted by relevance
2043 struct reqtag_pool *reqtag_pool = hw->wq_reqtag_pool; in efct_hw_reqtag_pool_free() local2046 if (reqtag_pool) { in efct_hw_reqtag_pool_free()2048 wqcb = reqtag_pool->tags[i]; in efct_hw_reqtag_pool_free()2054 kfree(reqtag_pool); in efct_hw_reqtag_pool_free()2059 struct reqtag_pool *2063 struct reqtag_pool *reqtag_pool; in efct_hw_reqtag_pool_alloc() local2066 reqtag_pool = kzalloc(sizeof(*reqtag_pool), GFP_KERNEL); in efct_hw_reqtag_pool_alloc()2067 if (!reqtag_pool) in efct_hw_reqtag_pool_alloc()2070 INIT_LIST_HEAD(&reqtag_pool->freelist); in efct_hw_reqtag_pool_alloc()2072 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);