Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/translations/zh_CN/scheduler/
Dcompletion.rst78 在使用wait_for_completion()的_timeout()或_killable()/_interruptible()变体
117_timeout(), _killable()和_interruptible())变体,等待可能会提前完成,而对象可
203 回-ERESTARTSYS,如果完成了,则返回0。它也有一个_timeout变体::
/linux-5.19.10/drivers/net/ethernet/brocade/bna/
Dbna_hw_defs.h215 #define BNA_DOORBELL_IB_INT_ACK(_timeout, _events) \ argument
216 (0x80000000 | ((_timeout) << 16) | (_events))
/linux-5.19.10/drivers/scsi/bfa/
Dbfa.h423 #define bfa_timer_start(_bfa, _timer, _timercb, _arg, _timeout) \ argument
424 bfa_timer_begin(&(_bfa)->timer_mod, _timer, _timercb, _arg, _timeout)
/linux-5.19.10/Documentation/scheduler/
Dcompletion.rst78 Particular care should be taken when using the _timeout() or _killable()/_interruptible()
126 with more complex outcomes, such as the timeout or signalling (_timeout(),
230 or 0 if completion was achieved. There is a _timeout variant as well::
/linux-5.19.10/drivers/nfc/
Dport100.c1207 struct sk_buff *skb, u16 _timeout, in port100_in_send_cmd() argument
1221 timeout = cpu_to_le16(_timeout * 10); in port100_in_send_cmd()