Searched refs:_timeout (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bna_hw_defs.h | 223 #define BNA_DOORBELL_IB_INT_ACK(_timeout, _events) \ argument 224 (0x80000000 | ((_timeout) << 16) | (_events))
|
/linux-4.4.14/ipc/ |
D | sem.c | 1822 struct timespec _timeout; in SYSCALL_DEFINE4() local 1823 if (copy_from_user(&_timeout, timeout, sizeof(*timeout))) { in SYSCALL_DEFINE4() 1827 if (_timeout.tv_sec < 0 || _timeout.tv_nsec < 0 || in SYSCALL_DEFINE4() 1828 _timeout.tv_nsec >= 1000000000L) { in SYSCALL_DEFINE4() 1832 jiffies_left = timespec_to_jiffies(&_timeout); in SYSCALL_DEFINE4()
|
/linux-4.4.14/Documentation/scheduler/ |
D | completion.txt | 94 Using on-stack completions for code that calls any of the _timeout or 99 or _timeout variants of wait_for_completion(). 184 else 0 if completion was achieved. There is a _timeout variant as well:
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa.h | 431 #define bfa_timer_start(_bfa, _timer, _timercb, _arg, _timeout) \ argument 432 bfa_timer_begin(&(_bfa)->timer_mod, _timer, _timercb, _arg, _timeout)
|
/linux-4.4.14/drivers/staging/iio/cdc/ |
D | ad7150.c | 414 IIO_DEVICE_ATTR(in_capacitance##chan##_##type##_##dir##_timeout, \
|
/linux-4.4.14/drivers/nfc/ |
D | port100.c | 1134 struct sk_buff *skb, u16 _timeout, in port100_in_send_cmd() argument 1148 timeout = cpu_to_le16(_timeout * 10); in port100_in_send_cmd()
|