Home
last modified time | relevance | path

Searched refs:list_itr (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/crypto/qat/qat_common/
Dadf_init.c106 struct list_head *list_itr; in adf_dev_init() local
162 list_for_each(list_itr, &service_table) { in adf_dev_init()
163 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_init()
194 struct list_head *list_itr; in adf_dev_start() local
209 list_for_each(list_itr, &service_table) { in adf_dev_start()
210 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_start()
248 struct list_head *list_itr; in adf_dev_stop() local
264 list_for_each(list_itr, &service_table) { in adf_dev_stop()
265 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_stop()
300 struct list_head *list_itr; in adf_dev_shutdown() local
[all …]