gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 5 of 5 for funcall:softint_establish (0.02 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/kern/kern_softint.c - 29.5KB - 916 lines
334: #define DONETISR(n, f)                                                  \
335:     softint_netisrs[(n)] = softint_establish(SOFTINT_NET|SOFTINT_MPSAFE,\
336:         (void (*)(void *))(f), NULL)
More results from kern_softint.c
bsd_source/t2ex/network/net/src_bsd/kern/kern_timeout.c - 28.1KB - 920 lines
282:                 /* Boot CPU, one time only. */
283:                 callout_sih = softint_establish(SOFTINT_CLOCK | SOFTINT_MPSAFE,
284:                     callout_softclock, NULL);
More results from kern_timeout.c
bsd_source/t2ex/network/net/src_bsd/net/bpf.c - 56.1KB - 2,015 lines
466:         selinit(&d->bd_sel);
467:         d->bd_sih = softint_establish(SOFTINT_CLOCK, bpf_softintr, d);
468: #ifdef T2EX
bsd_source/t2ex/network/net/src_bsd/net/if_tun.c - 33.3KB - 1,241 lines
225:         tp->tun_flags |= TUN_INITED;
226:         tp->tun_osih = softint_establish(SOFTINT_CLOCK, tun_o_softintr, tp);
227: #ifdef T2EX
More results from if_tun.c
bsd_source/t2ex/network/net/src_bsd/net/rtsock.c - 49.8KB - 1,393 lines
1304:         route_intrq.ifq_maxlen = route_maxqlen;
1305:         route_sih = softint_establish(SOFTINT_NET | SOFTINT_MPSAFE,
1306:             route_intr, NULL);
More results from rtsock.c