Searched refs:ltimeout (Results 1 - 3 of 3) sorted by relevance

/linux-master/io_uring/
H A Dtimeout.c35 bool ltimeout; member in struct:io_timeout_rem
432 tr->ltimeout = false;
439 tr->ltimeout = true;
479 if (tr->ltimeout)
/linux-master/drivers/atm/
H A Diphase.c185 int ltimeout; local
196 ltimeout = dev->desc_tbl[i].iavcc->ltimeout;
198 if (delta >= ltimeout) {
1793 if (ia_vcc->pcr > (iadev->LineRate / 6) ) ia_vcc->ltimeout = HZ / 10;
1794 else if (ia_vcc->pcr > (iadev->LineRate / 130)) ia_vcc->ltimeout = HZ;
1795 else if (ia_vcc->pcr <= 170) ia_vcc->ltimeout = 16 * HZ;
1796 else ia_vcc->ltimeout = 2700 * HZ / ia_vcc->pcr;
H A Diphase.h215 int ltimeout; member in struct:ia_vcc

Completed in 153 milliseconds