Searched refs:pr_slowtimo (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6protosw.h182 void (*pr_slowtimo)(void); member in struct:ip6protosw
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_domain.c561 if (pr->pr_slowtimo)
562 (*pr->pr_slowtimo)();
/darwin-on-arm/xnu/bsd/sys/
H A Dprotosw.h75 * See rdar://7617868: pr_fasttimo was removed use your own timer or pr_slowtimo instead
99 * every 500ms through the pr_slowtimo for timer based actions.
147 void (*pr_slowtimo)(void); member in struct:protosw

Completed in 14 milliseconds