batch_cache        80 drivers/soc/qcom/rpmh-internal.h 	struct list_head batch_cache;
batch_cache       671 drivers/soc/qcom/rpmh-rsc.c 	INIT_LIST_HEAD(&drv->client.batch_cache);
batch_cache       289 drivers/soc/qcom/rpmh.c 	list_add_tail(&req->list, &ctrlr->batch_cache);
batch_cache       303 drivers/soc/qcom/rpmh.c 	list_for_each_entry(req, &ctrlr->batch_cache, list) {
batch_cache       323 drivers/soc/qcom/rpmh.c 	list_for_each_entry_safe(req, tmp, &ctrlr->batch_cache, list)
batch_cache       325 drivers/soc/qcom/rpmh.c 	INIT_LIST_HEAD(&ctrlr->batch_cache);