Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103229291
D23379.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
603 B
Referenced Files
None
Subscribers
None
D23379.diff
View Options
Index: head/sys/dev/msk/if_msk.c
===================================================================
--- head/sys/dev/msk/if_msk.c
+++ head/sys/dev/msk/if_msk.c
@@ -3374,6 +3374,7 @@
static void
msk_tick(void *xsc_if)
{
+ struct epoch_tracker et;
struct msk_if_softc *sc_if;
struct mii_data *mii;
@@ -3386,7 +3387,9 @@
mii_tick(mii);
if ((sc_if->msk_flags & MSK_FLAG_LINK) == 0)
msk_miibus_statchg(sc_if->msk_if_dev);
+ NET_EPOCH_ENTER(et);
msk_handle_events(sc_if->msk_softc);
+ NET_EPOCH_EXIT(et);
msk_watchdog(sc_if);
callout_reset(&sc_if->msk_tick_ch, hz, msk_tick, sc_if);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 10:54 AM (9 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14798630
Default Alt Text
D23379.diff (603 B)
Attached To
Mode
D23379: Enter epoch in msk_tick
Attached
Detach File
Event Timeline
Log In to Comment