Searched refs:_timeout (Results 1 – 5 of 5) sorted by relevance
78 在使用wait_for_completion()的_timeout()或_killable()/_interruptible()变体117 (_timeout(), _killable()和_interruptible())变体,等待可能会提前完成,而对象可203 回-ERESTARTSYS,如果完成了,则返回0。它也有一个_timeout变体::
484 #define closure_wait_event_timeout(waitlist, _cond, _timeout) \ argument486 unsigned long _until = jiffies + _timeout; \
215 #define BNA_DOORBELL_IB_INT_ACK(_timeout, _events) \ argument216 (0x80000000 | ((_timeout) << 16) | (_events))
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::
1207 struct sk_buff *skb, u16 _timeout, in port100_in_send_cmd() argument1221 timeout = cpu_to_le16(_timeout * 10); in port100_in_send_cmd()