Searched defs:msecs (Results 1 - 2 of 2) sorted by relevance

/include/linux/
H A Dgameport.h38 unsigned int poll_interval; /* in msecs */
211 static inline void gameport_set_poll_interval(struct gameport *gameport, unsigned int msecs) argument
213 gameport->poll_interval = msecs;
/include/net/
H A Dnetlink.h107 * nla_put_msecs(skb, type, jiffies) add msecs attribute to skb
133 * nla_get_msecs(nla) get payload for a msecs attribute
949 * nla_put_msecs - Add a msecs netlink attribute to a socket buffer
952 * @njiffies: number of jiffies to convert to msecs
1091 * nla_get_msecs - return payload of msecs attribute
1092 * @nla: msecs netlink attribute
1098 u64 msecs = nla_get_u64(nla); local
1100 return msecs_to_jiffies((unsigned long) msecs);

Completed in 51 milliseconds