Page MenuHomeFreeBSD

sched_4bsd: use the same switch flags as ULE
ClosedPublic

Authored by mhorne on Jan 24 2023, 9:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 6, 9:13 PM
Unknown Object (File)
Oct 1 2024, 4:32 AM
Unknown Object (File)
Sep 29 2024, 7:20 PM
Unknown Object (File)
Sep 22 2024, 3:16 AM
Unknown Object (File)
Sep 18 2024, 10:16 AM
Unknown Object (File)
Sep 18 2024, 5:30 AM
Unknown Object (File)
Sep 17 2024, 10:53 PM
Unknown Object (File)
Sep 16 2024, 7:58 PM
Subscribers

Details

Summary

ULE uses the more specific SWT_REMOTEPREEMPT and SWT_REMOTEWAKEIDLE
switch types, let's do that here as well. SWT_PREEMPT is somewhat
redundant when we also have the SW_PREEMPT flag.

This only has an effect for kernels built with SCHED_STATS.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable