Searched refs:list_ptr (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/crypto/qat/qat_common/ |
D | qat_crypto.c | 70 struct list_head *list_ptr, *tmp; in qat_crypto_free_instances() local 73 list_for_each_safe(list_ptr, tmp, &accel_dev->crypto_list) { in qat_crypto_free_instances() 74 inst = list_entry(list_ptr, struct qat_crypto_instance, list); in qat_crypto_free_instances() 97 list_del(list_ptr); in qat_crypto_free_instances()
|
D | adf_cfg.c | 198 struct list_head *list_ptr, *tmp; in adf_cfg_keyval_del_all() local 200 list_for_each_prev_safe(list_ptr, tmp, head) { in adf_cfg_keyval_del_all() 202 list_entry(list_ptr, struct adf_cfg_key_val, list); in adf_cfg_keyval_del_all() 203 list_del(list_ptr); in adf_cfg_keyval_del_all()
|