void intel_gt_debugfs_reset_store(struct intel_gt *gt, u64 val)
{ /* Flush any previous reset before applying for a new one */
wait_event(gt->reset.queue,
!test_bit(I915_RESET_BACKOFF, >->reset.flags));
/* * keep the interface clean where the first parameter * is a 'struct intel_gt *' instead of 'void *'
*/ staticint __intel_gt_debugfs_reset_show(void *data, u64 *val)
{ return intel_gt_debugfs_reset_show(data, val);
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.