Home
last modified time | relevance | path

Searched refs:DUE (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/ngatm/libngatm/
HDunicust.h83 #define _TIMER_START(UNI,ARG,FIELD,DUE,FUNC) \ argument
85 UNI->arg, DUE, FUNC, ARG))
/freebsd-13-stable/sys/netgraph/atm/uni/
HDng_uni_cust.h92 #define _TIMER_START(UNI,ARG,FIELD,DUE,FUNC) do { \ argument
95 hz * (DUE) / 1000, FUNC, (ARG), 0); \