Searched refs:list_ptr (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/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() 91 list_del(list_ptr); in qat_crypto_free_instances()
|
D | adf_cfg.c | 201 struct list_head *list_ptr, *tmp; in adf_cfg_keyval_del_all() local 203 list_for_each_prev_safe(list_ptr, tmp, head) { in adf_cfg_keyval_del_all() 205 list_entry(list_ptr, struct adf_cfg_key_val, list); in adf_cfg_keyval_del_all() 206 list_del(list_ptr); in adf_cfg_keyval_del_all()
|