MCPcopy Create free account
hub / github.com/F-Stack/f-stack / netisr_sched_poll

Function netisr_sched_poll

freebsd/net/netisr.c:1251–1258  ·  view source on GitHub ↗

* Kernel polling borrows a netisr thread to run interface polling in; this * function allows kernel polling to request that the netisr thread be * scheduled even if no packets are pending for protocols. */

Source from the content-addressed store, hash-verified

1249 * scheduled even if no packets are pending for protocols.
1250 */
1251void
1252netisr_sched_poll(void)
1253{
1254 struct netisr_workstream *nwsp;
1255
1256 nwsp = DPCPU_ID_PTR(nws_array[0], nws);
1257 NWS_SIGNAL(nwsp);
1258}
1259#endif
1260
1261static void

Callers 2

hardclock_device_pollFunction · 0.85
netisr_pollmoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected