Searched refs:_timeout (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/Documentation/translations/zh_CN/scheduler/ |
D | completion.rst | 78 在使用wait_for_completion()的_timeout()或_killable()/_interruptible()变体 117 (_timeout(), _killable()和_interruptible())变体,等待可能会提前完成,而对象可 203 回-ERESTARTSYS,如果完成了,则返回0。它也有一个_timeout变体::
|
/linux-5.19.10/drivers/net/ethernet/brocade/bna/ |
D | bna_hw_defs.h | 215 #define BNA_DOORBELL_IB_INT_ACK(_timeout, _events) \ argument 216 (0x80000000 | ((_timeout) << 16) | (_events))
|
/linux-5.19.10/drivers/scsi/bfa/ |
D | bfa.h | 423 #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/ |
D | completion.rst | 78 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/ |
D | port100.c | 1207 struct sk_buff *skb, u16 _timeout, in port100_in_send_cmd() argument 1221 timeout = cpu_to_le16(_timeout * 10); in port100_in_send_cmd()
|