Home
last modified time | relevance | path

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

/linux/drivers/md/dm-pcache/
H A Dcache_req.c344 list_add(&backing_req->node, ctx->submit_req_list); in read_before()
378 list_add(&backing_req->node, ctx->submit_req_list); in read_overlap_tail()
439 list_add(&backing_req->node, ctx->submit_req_list); in read_overlap_contain()
601 list_for_each_entry_safe(backing_req, next_req, ctx->submit_req_list, node) { in read_walk_finally()
672 LIST_HEAD(submit_req_list); in cache_read()
686 walk_ctx.submit_req_list = &submit_req_list; in cache_read()
731 list_for_each_entry_safe(backing_req, next_req, &submit_req_list, node) { in cache_read()
H A Dcache.h273 struct list_head *submit_req_list; member
/linux/drivers/video/fbdev/omap/
H A Dhwa742.c303 static void submit_req_list(struct list_head *head) in submit_req_list() function
484 submit_req_list(&req_list); in __hwa742_update_window_auto()
520 submit_req_list(&req_list); in hwa742_update_window_async()
568 submit_req_list(&req_list); in hwa742_sync()