- t2ex
- bsd_source/t2ex/network/net/src_bsd/kern/kern_softint.c - 29.5KB - 916 lines
657:
658: softint_schedule(softint_netisrs[isr]);
659: }
- bsd_source/t2ex/network/net/src_bsd/kern/kern_timeout.c - 28.1KB - 920 lines
782: if (needsoftclock)
783: softint_schedule(callout_sih);
784: }
- bsd_source/t2ex/network/net/src_bsd/net/bpf.c - 56.1KB - 2,015 lines
649: if (d->bd_async)
650: softint_schedule(d->bd_sih);
651: selnotify(&d->bd_sel, 0, 0);
- bsd_source/t2ex/network/net/src_bsd/net/if_ethersubr.c - 51.3KB - 1,589 lines
820: IF_ENQUEUE(inq, m);
821: softint_schedule(pppoe_softintr);
822: return;
- bsd_source/t2ex/network/net/src_bsd/net/if_tun.c - 33.3KB - 1,241 lines
694: if (tp->tun_flags & TUN_ASYNC && tp->tun_pgid)
695: softint_schedule(tp->tun_isih);
696:
- More results from if_tun.c
- bsd_source/t2ex/network/net/src_bsd/net/rtsock.c - 49.8KB - 1,393 lines
1293: if (wasempty)
1294: softint_schedule(route_sih);
1295: }