Home
last modified time | relevance | path

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

/bionic/libc/kernel/common/linux/
Dtimer.h35 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_e… argument
36 #define DEFINE_TIMER(_name, _function, _expires, _data) struct timer_list _name = TIMER_INITIAL… argument