Searched refs:_timeout (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/translations/zh_CN/scheduler/ |
H A D | completion.rst | 78 在使用wait_for_completion()的_timeout()或_killable()/_interruptible()变体 117 (_timeout(), _killable()和_interruptible())变体,等待可能会提前完成,而对象可 203 回-ERESTARTSYS,如果完成了,则返回0。它也有一个_timeout变体::
|
/linux/fs/bcachefs/ |
H A D | move.h | 41 #define move_ctxt_wait_event_timeout(_ctxt, _cond, _timeout) \ argument 53 (cond_finished = (_cond)), _timeout); \
|
/linux/include/linux/ |
H A D | closure.h | 484 #define closure_wait_event_timeout(waitlist, _cond, _timeout) \ argument 486 unsigned long _until = jiffies + _timeout; \
|
/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bna_hw_defs.h | 215 #define BNA_DOORBELL_IB_INT_ACK(_timeout, _events) \ argument 216 (0x80000000 | ((_timeout) << 16) | (_events))
|
/linux/Documentation/scheduler/ |
H A 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/drivers/nfc/ |
H A 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()
|