Lines Matching defs:msecs
1086 int msecs);
1088 int msecs);
1092 int msecs);
1094 int msecs);
13006 * @msecs: the number of milliseconds to wait
13008 * Wait up to msecs milliseconds for IB link state change to occur.
13013 int msecs)
13018 timeout = jiffies + msecs_to_jiffies(msecs);
13066 * @msecs: the number of milliseconds to wait
13068 * Wait up to msecs milliseconds for physical link state change to occur.
13072 int msecs)
13077 timeout = jiffies + msecs_to_jiffies(msecs);
13098 * @msecs: the number of milliseconds to wait
13100 * Wait up to msecs milliseconds for any offline physical link
13105 int msecs)
13110 timeout = jiffies + msecs_to_jiffies(msecs);
13118 read_state, msecs);
13131 * @msecs: the number of milliseconds to wait
13133 * Wait up to msecs milliseconds for any out of offline physical link
13138 int msecs)
13143 timeout = jiffies + msecs_to_jiffies(msecs);
13151 read_state, msecs);