Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/qat/qat_common/
Dadf_init.c122 struct list_head *list_itr; in adf_dev_init() local
178 list_for_each(list_itr, &service_table) { in adf_dev_init()
179 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_init()
210 struct list_head *list_itr; in adf_dev_start() local
225 list_for_each(list_itr, &service_table) { in adf_dev_start()
226 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_start()
264 struct list_head *list_itr; in adf_dev_stop() local
280 list_for_each(list_itr, &service_table) { in adf_dev_stop()
281 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_stop()
318 struct list_head *list_itr; in adf_dev_shutdown() local
[all …]