Searched refs:timeout (Results 1 - 25 of 116) sorted by relevance

12345

/include/linux/netfilter/ipset/
H A Dip_set_timeout.h16 /* Timeout period depending on the timeout value of the given set */
17 #define IPSET_GC_PERIOD(timeout) \
18 ((timeout/3) ? min_t(u32, (timeout)/3, IPSET_GC_TIME) : 1)
20 /* Set is defined without timeout support: timeout value may be 0 */
23 #define with_timeout(timeout) ((timeout) != IPSET_NO_TIMEOUT)
26 (with_timeout((opt)->timeout) ? (opt)->timeout
31 unsigned int timeout = ip_set_get_h32(tb); local
47 ip_set_timeout_test(unsigned long timeout) argument
55 ip_set_timeout_expired(unsigned long timeout) argument
63 ip_set_timeout_set(u32 timeout) argument
79 ip_set_timeout_get(unsigned long timeout) argument
93 ip_set_timeout_test(unsigned long timeout) argument
100 ip_set_timeout_expired(unsigned long timeout) argument
107 ip_set_timeout_set(u32 timeout) argument
123 ip_set_timeout_get(unsigned long timeout) argument
[all...]
/include/linux/
H A Di2c-pca-platform.h9 int timeout; /* timeout in jiffies */ member in struct:i2c_pca9564_pf_platform_data
H A Di2c-gpio.h18 * @timeout: clock stretching timeout in jiffies. If the slave keeps
32 int timeout; member in struct:i2c_gpio_platform_data
H A Dmv643xx_i2c.h19 u32 timeout; /* In milliseconds */ member in struct:mv64xxx_i2c_pdata
H A Dpg.h48 int timeout; /* number of seconds before timeout */ member in struct:pg_write_hdr
H A Dcompletion.h83 unsigned long timeout);
85 struct completion *x, unsigned long timeout);
87 struct completion *x, unsigned long timeout);
H A Dfreezer.h129 #define freezable_schedule_timeout_killable(timeout) \
133 __retval = schedule_timeout_killable(timeout); \
166 #define wait_event_freezable_timeout(wq, condition, timeout) \
168 long __retval = timeout; \
200 #define freezable_schedule_timeout_killable(timeout) \
201 schedule_timeout_killable(timeout)
206 #define wait_event_freezable_timeout(wq, condition, timeout) \
207 wait_event_interruptible_timeout(wq, condition, timeout)
H A Dwakelock.h52 static inline void wake_lock_timeout(struct wake_lock *lock, long timeout) argument
54 __pm_wakeup_event(&lock->ws, jiffies_to_msecs(timeout));
H A Di2c-algo-bit.h48 int timeout; /* in jiffies */ member in struct:i2c_algo_bit_data
H A Dlibps2.h45 int ps2_sendbyte(struct ps2dev *ps2dev, unsigned char byte, int timeout);
46 void ps2_drain(struct ps2dev *ps2dev, int maxbytes, int timeout);
H A Dkey-type.h110 unsigned timeout,
117 unsigned timeout,
121 return key_reject_and_link(key, timeout, ENOKEY, keyring, instkey);
116 key_negate_and_link(struct key *key, unsigned timeout, struct key *keyring, struct key *instkey) argument
H A Dusbdevice_fs.h45 __u32 timeout; /* in milliseconds */ member in struct:usbdevfs_ctrltransfer
52 unsigned int timeout; /* in milliseconds */ member in struct:usbdevfs_bulktransfer
138 u32 timeout; /* in milliseconds */ member in struct:usbdevfs_ctrltransfer32
145 compat_uint_t timeout; /* in milliseconds */ member in struct:usbdevfs_bulktransfer32
/include/net/irda/
H A Dtimer.h69 * We use that when setting the query timeout. Jean II
77 static inline void irda_start_timer(struct timer_list *ptimer, int timeout, argument
86 mod_timer(ptimer, jiffies + timeout);
90 void irlap_start_slot_timer(struct irlap_cb *self, int timeout);
92 void irlap_start_final_timer(struct irlap_cb *self, int timeout);
93 void irlap_start_wd_timer(struct irlap_cb *self, int timeout);
94 void irlap_start_backoff_timer(struct irlap_cb *self, int timeout);
96 void irlap_start_mbusy_timer(struct irlap_cb *self, int timeout);
99 void irlmp_start_watchdog_timer(struct lsap_cb *, int timeout);
100 void irlmp_start_discovery_timer(struct irlmp_cb *, int timeout);
[all...]
/include/linux/netfilter/
H A Dxt_IDLETIMER.h42 __u32 timeout; member in struct:idletimer_tg_info
H A Dxt_CT.h25 char timeout[32]; member in struct:xt_ct_target_info_v1
H A Dxt_set.h62 __u32 timeout; member in struct:xt_set_info_target_v2
/include/xen/interface/
H A Dsched.h56 * optional timeout may be specified.
63 uint64_t timeout; member in struct:sched_poll
90 * after timeout, returns watchdog id.
91 * With id != 0 and timeout == 0, destroy domain watchdog timer.
92 * With id != 0 and timeout != 0, poke watchdog timer and set new timeout.
97 uint32_t timeout; /* timeout */ member in struct:sched_watchdog
/include/net/netfilter/
H A Dnf_conntrack_timeout.h23 struct ctnl_timeout *timeout; member in struct:nf_conn_timeout
26 #define NF_CT_TIMEOUT_EXT_DATA(__t) (unsigned int *) &((__t)->timeout->data)
40 struct ctnl_timeout *timeout,
50 timeout_ext->timeout = timeout;
75 extern void (*nf_ct_timeout_put_hook)(struct ctnl_timeout *timeout);
39 nf_ct_timeout_ext_add(struct nf_conn *ct, struct ctnl_timeout *timeout, gfp_t gfp) argument
H A Dnf_conntrack_expect.h34 struct timer_list timeout; member in struct:nf_conntrack_expect
64 unsigned int timeout; member in struct:nf_conntrack_expect_policy
/include/linux/mlx4/
H A Dcmd.h190 u16 op, unsigned long timeout, int native);
194 u8 op_modifier, u16 op, unsigned long timeout,
198 op_modifier, op, timeout, native);
204 unsigned long timeout, int native)
207 op_modifier, op, timeout, native);
217 unsigned long timeout, int native)
220 op_modifier, op, timeout, native);
193 mlx4_cmd(struct mlx4_dev *dev, u64 in_param, u32 in_modifier, u8 op_modifier, u16 op, unsigned long timeout, int native) argument
202 mlx4_cmd_box(struct mlx4_dev *dev, u64 in_param, u64 out_param, u32 in_modifier, u8 op_modifier, u16 op, unsigned long timeout, int native) argument
215 mlx4_cmd_imm(struct mlx4_dev *dev, u64 in_param, u64 *out_param, u32 in_modifier, u8 op_modifier, u16 op, unsigned long timeout, int native) argument
/include/linux/hdlc/
H A Dioctl.h76 unsigned int timeout; member in struct:__anon435
/include/net/
H A Dinet6_connection_sock.h40 const unsigned long timeout);
H A Dinet_connection_sock.h72 * @icsk_rto: Retransmit timeout
112 unsigned long timeout; /* Currently scheduled timeout */ member in struct:inet_connection_sock::__anon1504
179 extern void inet_csk_reset_keepalive_timer(struct sock *sk, unsigned long timeout);
230 icsk->icsk_ack.timeout = jiffies + when;
231 sk_reset_timer(sk, &icsk->icsk_delack_timer, icsk->icsk_ack.timeout);
267 unsigned long timeout);
277 const unsigned long timeout)
280 inet_csk_reset_keepalive_timer(sk, timeout);
316 const unsigned long timeout,
276 inet_csk_reqsk_queue_added(struct sock *sk, const unsigned long timeout) argument
[all...]
H A Daddrconf.h94 static inline unsigned long addrconf_timeout_fixup(u32 timeout, argument
97 if (timeout == 0xffffffff)
105 if (0xfffffffe > LONG_MAX / unit && timeout > LONG_MAX / unit)
108 return timeout;
111 static inline int addrconf_finite_timeout(unsigned long timeout) argument
113 return ~timeout;
/include/linux/mfd/
H A Dmax8998.h96 * @timeout: Full Timeout in hours: 5, 6, 7, and -1 for disable.
121 int timeout; member in struct:max8998_platform_data

Completed in 297 milliseconds

12345