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

123456

/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 /* Entry is set with no timeout value */
23 /* Set is defined with timeout support: timeout value may be 0 */
27 ((opt)->ext.timeout != IPSET_NO_TIMEOUT ? (opt)->ext.timeout : (set)->timeout)
32 unsigned int timeout = ip_set_get_h32(tb); local
43 ip_set_timeout_test(unsigned long timeout) argument
50 ip_set_timeout_expired(unsigned long *timeout) argument
57 ip_set_timeout_set(unsigned long *timeout, u32 t) argument
71 ip_set_timeout_get(unsigned long *timeout) argument
[all...]
/include/linux/platform_data/
H A Dux500_wdt.h15 unsigned int timeout; member in struct:ux500_wdt_data
/include/linux/
H A Di2c-pca-platform.h9 int timeout; /* timeout in jiffies */ member in struct:i2c_pca9564_pf_platform_data
H A Dstmp3xxx_rtc_wdt.h12 void (*wdt_set_timeout)(struct device *dev, u32 timeout);
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 Dfreezer.h187 static inline long freezable_schedule_timeout(long timeout) argument
191 __retval = schedule_timeout(timeout);
200 static inline long freezable_schedule_timeout_interruptible(long timeout) argument
204 __retval = schedule_timeout_interruptible(timeout);
210 static inline long freezable_schedule_timeout_killable(long timeout) argument
214 __retval = schedule_timeout_killable(timeout);
220 static inline long freezable_schedule_timeout_killable_unsafe(long timeout) argument
224 __retval = schedule_timeout_killable(timeout);
277 #define wait_event_freezable_timeout(wq, condition, timeout) \
279 long __retval = timeout; \
[all...]
H A Dtty_ldisc.h159 extern int ldsem_down_read(struct ld_semaphore *sem, long timeout);
161 extern int ldsem_down_write(struct ld_semaphore *sem, long timeout);
168 long timeout);
170 long timeout);
172 # define ldsem_down_read_nested(sem, subclass, timeout) \
173 ldsem_down_read(sem, timeout)
174 # define ldsem_down_write_nested(sem, subclass, timeout) \
175 ldsem_down_write(sem, 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 Dcompletion.h96 unsigned long timeout);
98 unsigned long timeout);
100 struct completion *x, unsigned long timeout);
102 struct completion *x, unsigned long timeout);
H A Di2c-algo-bit.h48 int timeout; /* in jiffies */ member in struct:i2c_algo_bit_data
H A Di2c-pnx.h35 u32 timeout; member in struct:i2c_pnx_algo_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 Dusbdevice_fs.h42 u32 timeout; /* in milliseconds */ member in struct:usbdevfs_ctrltransfer32
49 compat_uint_t timeout; /* in milliseconds */ member in struct:usbdevfs_bulktransfer32
H A Djump_label_ratelimit.h10 unsigned long timeout; member in struct:static_key_deferred
H A Dkey-type.h169 unsigned timeout,
176 unsigned timeout,
180 return key_reject_and_link(key, timeout, ENOKEY, keyring, instkey);
175 key_negate_and_link(struct key *key, unsigned timeout, struct key *keyring, struct key *instkey) argument
/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/uapi/linux/netfilter/
H A Dxt_IDLETIMER.h42 __u32 timeout; member in struct:idletimer_tg_info
H A Dxt_CT.h29 char timeout[32]; member in struct:xt_ct_target_info_v1
/include/uapi/linux/
H A Dpg.h48 int timeout; /* number of seconds before timeout */ member in struct:pg_write_hdr
/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;
95 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
/include/net/nfc/
H A Ddigital.h108 * within the specified timeout (ms), the error code is passed back through
117 * within the specified timeout (ms), the error code is passed back through
145 * Notes: Asynchronous functions have a timeout parameter. It is the driver
151 * for the driver to handle the timeout correctly. Otherwise the stack
159 u16 timeout, nfc_digital_cmd_complete_t cb,
165 u16 timeout, nfc_digital_cmd_complete_t cb,
167 int (*tg_listen)(struct nfc_digital_dev *ddev, u16 timeout,
171 u16 timeout, nfc_digital_cmd_complete_t cb,
173 int (*tg_listen_md)(struct nfc_digital_dev *ddev, u16 timeout,
/include/linux/mfd/
H A Dmax8998.h94 * @timeout: Full Timeout in hours: 5, 6, 7, and -1 for disable.
115 int timeout; member in struct:max8998_platform_data
/include/linux/spi/
H A Dpxa2xx_spi.h51 u32 timeout; member in struct:pxa2xx_spi_chip

Completed in 663 milliseconds

123456