Lines Matching defs:msecs
1045 int msecs);
1047 int msecs);
1051 int msecs);
1053 int msecs);
12967 * @msecs: the number of milliseconds to wait
12969 * Wait up to msecs milliseconds for IB link state change to occur.
12974 int msecs)
12979 timeout = jiffies + msecs_to_jiffies(msecs);
13027 * @msecs: the number of milliseconds to wait
13029 * Wait up to msecs milliseconds for physical link state change to occur.
13033 int msecs)
13038 timeout = jiffies + msecs_to_jiffies(msecs);
13059 * @msecs: the number of milliseconds to wait
13061 * Wait up to msecs milliseconds for any offline physical link
13066 int msecs)
13071 timeout = jiffies + msecs_to_jiffies(msecs);
13079 read_state, msecs);
13092 * @msecs: the number of milliseconds to wait
13094 * Wait up to msecs milliseconds for any out of offline physical link
13099 int msecs)
13104 timeout = jiffies + msecs_to_jiffies(msecs);
13112 read_state, msecs);