Home
last modified time | relevance | path

Searched defs:tmr (Results 1 – 7 of 7) sorted by relevance

/external/usrsctp/usrsctplib/netinet/
Dsctp_callout.h102 #define SCTP_OS_TIMER_PENDING(tmr) ((tmr)->c_flags & SCTP_CALLOUT_PENDING) argument
103 #define SCTP_OS_TIMER_ACTIVE(tmr) ((tmr)->c_flags & SCTP_CALLOUT_ACTIVE) argument
104 #define SCTP_OS_TIMER_DEACTIVATE(tmr) ((tmr)->c_flags &= ~SCTP_CALLOUT_ACTIVE) argument
Dsctputil.c1783 struct sctp_timer *tmr; in sctp_timeout_handler() local
2272 struct sctp_timer *tmr; in sctp_timer_start() local
2710 struct sctp_timer *tmr; in sctp_timer_stop() local
Dsctp_structs.h148 struct sctp_timer tmr; member
/external/ltp/testcases/kernel/syscalls/timerfd/
Dtimerfd01.c81 void set_timespec(struct timespec *tmr, unsigned long long ustime) in set_timespec()
140 struct itimerspec tmr; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D18-1.c67 timer_t tmr; in main() local
/external/arm-trusted-firmware/plat/nvidia/tegra/lib/debug/
Dprofiler.c49 static uint32_t tmr; variable
/external/lua/src/
Dloslib.c309 struct tm tmr, *stm; in os_date() local