Lines Matching refs:then
136 /* if the mailbox is free, then try to claim it */
148 unsigned long then = jiffies;
167 then + msecs_to_jiffies(10*retries)))
206 unsigned long then;
231 data, then just return 0 as there is no need to issue this command again.
281 then = jiffies;
284 /* First try to poll, then switch to delays */
291 if (time_after(jiffies, then + api_timeout)) {
303 if (time_after(jiffies, then + msecs_to_jiffies(100)))
306 jiffies_to_msecs(jiffies - then));
320 If there is no free mailbox then that is usually an indication