if.c | 795 struct if_slowtimo_data *isd; local in function:if_register 797 isd = kmem_zalloc(sizeof(*isd), KM_SLEEP); 798 mutex_init(&isd->isd_lock, MUTEX_DEFAULT, IPL_SOFTCLOCK); 799 callout_init(&isd->isd_ch, CALLOUT_MPSAFE); 800 callout_setfunc(&isd->isd_ch, if_slowtimo_intr, ifp); 801 isd->isd_ifp = ifp; 803 ifp->if_slowtimo_data = isd; 1370 struct if_slowtimo_data *isd = ifp->if_slowtimo_data; local in function:if_detach 1372 mutex_enter(&isd->isd_lock) 2657 struct if_slowtimo_data *isd = ifp->if_slowtimo_data; local in function:if_slowtimo_intr 2676 struct if_slowtimo_data *isd = local in function:if_slowtimo_work 2702 struct if_slowtimo_data *isd = ifp->if_slowtimo_data; local in function:sysctl_if_watchdog [all...] |