Searched refs:_timeout (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/Documentation/translations/zh_CN/scheduler/ |
D | completion.rst | 78 在使用wait_for_completion()的_timeout()或_killable()/_interruptible()变体 117 (_timeout(), _killable()和_interruptible())变体,等待可能会提前完成,而对象可 203 回-ERESTARTSYS,如果完成了,则返回0。它也有一个_timeout变体::
|
/linux-6.12.1/fs/bcachefs/ |
D | move.h | 41 #define move_ctxt_wait_event_timeout(_ctxt, _cond, _timeout) \ argument 53 (cond_finished = (_cond)), _timeout); \
|
/linux-6.12.1/include/linux/ |
D | closure.h | 484 #define closure_wait_event_timeout(waitlist, _cond, _timeout) \ argument 486 unsigned long _until = jiffies + _timeout; \
|
/linux-6.12.1/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-6.12.1/drivers/scsi/bfa/ |
D | bfa.h | 441 #define bfa_timer_start(_bfa, _timer, _timercb, _arg, _timeout) \ argument 442 bfa_timer_begin(&(_bfa)->timer_mod, _timer, _timercb, _arg, _timeout)
|
/linux-6.12.1/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-6.12.1/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()
|