Home
last modified time | relevance | path

Searched refs:capture_list (Results 1 – 12 of 12) sorted by relevance

/linux/fs/xfs/libxfs/
A Dxfs_defer.h118 struct list_head *capture_list);
A Dxfs_defer.c743 struct list_head *capture_list) in xfs_defer_ops_capture_and_commit() argument
761 list_add_tail(&dfc->dfc_list, capture_list); in xfs_defer_ops_capture_and_commit()
/linux/fs/xfs/
A Dxfs_log_recover.c2465 struct list_head *capture_list) in xlog_finish_defer_ops() argument
2471 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_finish_defer_ops()
2504 ASSERT(list_empty(capture_list)); in xlog_finish_defer_ops()
2512 struct list_head *capture_list) in xlog_abort_defer_ops() argument
2517 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_abort_defer_ops()
2542 LIST_HEAD(capture_list); in xlog_recover_process_intents()
2585 error = lip->li_ops->iop_recover(lip, &capture_list); in xlog_recover_process_intents()
2599 error = xlog_finish_defer_ops(log->l_mp, &capture_list); in xlog_recover_process_intents()
2605 xlog_abort_defer_ops(log->l_mp, &capture_list); in xlog_recover_process_intents()
A Dxfs_bmap_item.c460 struct list_head *capture_list) in xfs_bui_item_recover() argument
535 error = xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_bui_item_recover()
A Dxfs_refcount_item.c452 struct list_head *capture_list) in xfs_cui_item_recover() argument
560 return xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_cui_item_recover()
A Dxfs_rmap_item.c506 struct list_head *capture_list) in xfs_rui_item_recover() argument
590 return xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_rui_item_recover()
A Dxfs_extfree_item.c604 struct list_head *capture_list) in xfs_efi_item_recover() argument
647 return xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_efi_item_recover()
A Dxfs_trans.h76 struct list_head *capture_list);
/linux/drivers/gpu/drm/i915/
A Di915_request.h302 struct i915_capture_list *capture_list; member
A Di915_request.c194 capture = fetch_and_zero(&request->capture_list); in free_capture_list()
833 rq->capture_list = NULL; in __i915_request_ctor()
931 GEM_BUG_ON(rq->capture_list); in __i915_request_create()
A Di915_gpu_error.c1361 for (c = rq->capture_list; c; c = c->next) in capture_user()
/linux/drivers/gpu/drm/i915/gem/
A Di915_gem_execbuffer.c1907 eb->requests[j]->capture_list; in eb_move_to_gpu()
1909 eb->requests[j]->capture_list = capture; in eb_move_to_gpu()

Completed in 58 milliseconds