Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/soc/qcom/
Drpmh.c289 list_add_tail(&req->list, &ctrlr->batch_cache); in cache_batch()
303 list_for_each_entry(req, &ctrlr->batch_cache, list) { in flush_batch()
323 list_for_each_entry_safe(req, tmp, &ctrlr->batch_cache, list) in invalidate_batch()
325 INIT_LIST_HEAD(&ctrlr->batch_cache); in invalidate_batch()
Drpmh-internal.h80 struct list_head batch_cache; member
Drpmh-rsc.c671 INIT_LIST_HEAD(&drv->client.batch_cache); in rpmh_rsc_probe()