Home
last modified time | relevance | path

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

/include/linux/
Ddelay.h46 void msleep(unsigned int msecs);
47 unsigned long msleep_interruptible(unsigned int msecs);
Dgameport.h211 static inline void gameport_set_poll_interval(struct gameport *gameport, unsigned int msecs) in gameport_set_poll_interval() argument
213 gameport->poll_interval = msecs; in gameport_set_poll_interval()
Dblk-mq.h187 void blk_mq_delay_queue(struct blk_mq_hw_ctx *hctx, unsigned long msecs);
Dlibata.h1168 extern void ata_msleep(struct ata_port *ap, unsigned int msecs);
/include/net/
Dnetlink.h1098 u64 msecs = nla_get_u64(nla); in nla_get_msecs() local
1100 return msecs_to_jiffies((unsigned long) msecs); in nla_get_msecs()