Searched refs:_timeout (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/include/linux/ |
H A D | completion.h | 20 * See also: complete(), wait_for_completion() (and friends _timeout,
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
H A D | bna_hw_defs.h | 223 #define BNA_DOORBELL_IB_INT_ACK(_timeout, _events) \ 224 (0x80000000 | ((_timeout) << 16) | (_events))
|
/linux-4.4.14/drivers/scsi/bfa/ |
H A D | bfa.h | 431 #define bfa_timer_start(_bfa, _timer, _timercb, _arg, _timeout) \ 432 bfa_timer_begin(&(_bfa)->timer_mod, _timer, _timercb, _arg, _timeout)
|
/linux-4.4.14/ipc/ |
H A D | sem.c | 1822 struct timespec _timeout; SYSCALL_DEFINE4() local 1823 if (copy_from_user(&_timeout, timeout, sizeof(*timeout))) { SYSCALL_DEFINE4() 1827 if (_timeout.tv_sec < 0 || _timeout.tv_nsec < 0 || SYSCALL_DEFINE4() 1828 _timeout.tv_nsec >= 1000000000L) { SYSCALL_DEFINE4() 1832 jiffies_left = timespec_to_jiffies(&_timeout); SYSCALL_DEFINE4()
|
/linux-4.4.14/drivers/staging/iio/cdc/ |
H A D | ad7150.c | 414 IIO_DEVICE_ATTR(in_capacitance##chan##_##type##_##dir##_timeout, \
|
/linux-4.4.14/drivers/nfc/ |
H A D | port100.c | 1134 struct sk_buff *skb, u16 _timeout, port100_in_send_cmd() 1148 timeout = cpu_to_le16(_timeout * 10); port100_in_send_cmd() 1133 port100_in_send_cmd(struct nfc_digital_dev *ddev, struct sk_buff *skb, u16 _timeout, nfc_digital_cmd_complete_t cb, void *arg) port100_in_send_cmd() argument
|
/linux-4.4.14/include/net/sctp/ |
H A D | structs.h | 1005 * of the state machine is through sctp_..._timeout() and timeout_handler.
|
Completed in 367 milliseconds