Searched refs:capture_list (Results 1 – 13 of 13) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| A D | xfs_defer.h | 63 struct list_head *capture_list); 134 struct list_head *capture_list); 146 struct xfs_defer_pending *dfp, struct list_head *capture_list);
|
| A D | xfs_defer.c | 913 struct list_head *capture_list) in xfs_defer_finish_recovery() argument 919 error = ops->recover_work(dfp, capture_list); in xfs_defer_finish_recovery() 1052 struct list_head *capture_list) in xfs_defer_ops_capture_and_commit() argument 1074 list_add_tail(&dfc->dfc_list, capture_list); in xfs_defer_ops_capture_and_commit()
|
| /linux/fs/xfs/ |
| A D | xfs_log_recover.c | 2509 struct list_head *capture_list) in xlog_finish_defer_ops() argument 2515 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_finish_defer_ops() 2548 ASSERT(list_empty(capture_list)); in xlog_finish_defer_ops() 2556 struct list_head *capture_list) in xlog_abort_defer_ops() argument 2561 list_for_each_entry_safe(dfc, next, capture_list, dfc_list) { in xlog_abort_defer_ops() 2587 LIST_HEAD(capture_list); in xlog_recover_process_intents() 2617 &capture_list); in xlog_recover_process_intents() 2624 error = xlog_finish_defer_ops(log->l_mp, &capture_list); in xlog_recover_process_intents() 2630 xlog_abort_defer_ops(log->l_mp, &capture_list); in xlog_recover_process_intents()
|
| A D | xfs_exchmaps_item.c | 424 struct list_head *capture_list) in xfs_exchmaps_recover_work() argument 471 error = xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_exchmaps_recover_work()
|
| A D | xfs_refcount_item.c | 446 struct list_head *capture_list) in xfs_refcount_recover_work() argument 499 return xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_refcount_recover_work()
|
| A D | xfs_rmap_item.c | 509 struct list_head *capture_list) in xfs_rmap_recover_work() argument 550 return xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_rmap_recover_work()
|
| A D | xfs_bmap_item.c | 495 struct list_head *capture_list) in xfs_bmap_recover_work() argument 555 error = xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_bmap_recover_work()
|
| A D | xfs_extfree_item.c | 593 struct list_head *capture_list) in xfs_extent_free_recover_work() argument 633 return xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_extent_free_recover_work()
|
| A D | xfs_attr_item.c | 736 struct list_head *capture_list) in xfs_attr_recover_work() argument 797 error = xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_attr_recover_work()
|
| /linux/drivers/gpu/drm/i915/ |
| A D | i915_request.h | 314 struct i915_capture_list *capture_list; member
|
| A D | i915_request.c | 119 i915_request_free_capture_list(fetch_and_zero(&rq->capture_list)); in i915_fence_release() 342 #define assert_capture_list_is_null(_rq) GEM_BUG_ON((_rq)->capture_list) 344 #define clear_capture_list(_rq) ((_rq)->capture_list = NULL)
|
| A D | i915_gpu_error.c | 1498 for (c = rq->capture_list; c; c = c->next) in capture_user()
|
| /linux/drivers/gpu/drm/i915/gem/ |
| A D | i915_gem_execbuffer.c | 2047 rq->capture_list = eb->capture_lists[j]; in eb_capture_commit()
|
Completed in 38 milliseconds