Refactor: scheduler: redo how ordering symmetry is checked
Previously, ordering_is_symmetrical() returned a boolean based on whether the
ordering was symmetrical or not. Now, rename it to get_ordering_symmetry() and
make it return the new enum ordering_symmetry, to simplify its callers.
This also allows consolidating two rsc_order_sets() arguments into one.