Home
last modified time | relevance | path

Searched refs:HOURS (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_pptp.c84 #define HOURS * 60 MINS macro
87 #define PPTP_GRE_STREAM_TIMEOUT (5 HOURS)
H A Dnf_conntrack_proto_sctp.c44 #define HOURS * 60 MINS macro
45 #define DAYS * 24 HOURS
H A Dnf_conntrack_proto_tcp.c58 #define HOURS * 60 MINS macro
59 #define DAYS * 24 HOURS
/openbmc/linux/include/linux/
H A Dscmi_protocol.h387 HOURS = 0x17, enumerator
/openbmc/qemu/
H A Dqemu-io-cmds.c279 #define HOURS(sec) ((sec) / (60 * 60)) macro
294 if (!HOURS(tv->tv_sec)) { in timestr()
305 (unsigned int) HOURS(tv->tv_sec), in timestr()