/linux/arch/sparc/include/asm/ |
H A D | floppy_64.h | 456 int timeout = 1000; in sun_pci_fd_out_byte() local 471 int timeout = 1000; in sun_pci_fd_sensei() local 492 int timeout = 10000; in sun_pci_fd_reset() local 507 int timeout = 1000; in sun_pci_fd_test_drive() local [all...] |
/linux/drivers/cdrom/ |
H A D | gdrom.c | 135 unsigned long timeout = jiffies + GDROM_DEFAULT_TIMEOUT; in gdrom_wait_clrbusy() local 144 unsigned long timeout; in gdrom_wait_busy_sleeps() local 177 unsigned long timeout; in gdrom_spicommand() local 575 unsigned long timeout; gdrom_readdisk_dma() local [all...] |
/linux/drivers/net/fjes/ |
H A D | fjes_hw.c | 57 int timeout; in fjes_hw_reset() local 399 int timeout = FJES_COMMAND_REQ_TIMEOUT * 1000; in fjes_hw_issue_request_command() local 505 int timeout; fjes_hw_register_buff_addr() local 613 int timeout; fjes_hw_unregister_buff_addr() local [all...] |
/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd_poll_test.c | 19 static bool timeout; variable
|
/linux/include/linux/netfilter/ |
H A D | nf_conntrack_proto_gre.h | 10 unsigned int timeout; member
|
/linux/arch/powerpc/platforms/microwatt/ |
H A D | smp.c | 47 int timeout; in microwatt_init_smp() local
|
/linux/net/netfilter/ |
H A D | nf_conntrack_broadcast.c | 21 unsigned int timeout) in nf_conntrack_broadcast_help() argument
|
/linux/drivers/scsi/ |
H A D | scsi_bsg.c | 13 bool open_for_write, unsigned int timeout) in scsi_bsg_sg_io_fn() argument
|
H A D | scsi_ioctl.c | 70 int timeout, int retries) in ioctl_internal_command() argument 193 int timeout, err = get_user(timeout, p); in sg_set_timeout() local 731 compat_int_t timeout; global() member [all...] |
/linux/drivers/watchdog/ |
H A D | mei_wdt.c | 101 u16 timeout; member 132 u16 timeout; member 293 mei_wdt_ops_set_timeout(struct watchdog_device * wdd,unsigned int timeout) mei_wdt_ops_set_timeout() argument [all...] |
H A D | marvell_gti_wdt.c | 152 unsigned int timeout) in gti_wdt_settimeout() argument 188 gti_wdt_set_pretimeout(struct watchdog_device * wdev,unsigned int timeout) gti_wdt_set_pretimeout() argument [all...] |
H A D | sbsa_gwdt.c | 103 static unsigned int timeout; variable 154 sbsa_gwdt_set_timeout(struct watchdog_device * wdd,unsigned int timeout) sbsa_gwdt_set_timeout() argument [all...] |
/linux/net/mac80211/ |
H A D | agg-tx.c | 63 u16 agg_size, u16 timeout) in ieee80211_send_addba_request() argument 582 unsigned long timeout; in sta_tx_agg_session_timer_expired() local 601 ieee80211_start_tx_ba_session(struct ieee80211_sta * pubsta,u16 tid,u16 timeout) ieee80211_start_tx_ba_session() argument [all...] |
/linux/drivers/clk/ti/ |
H A D | clkctrl.c | 88 static bool _omap4_is_timeout(union omap4_timeout *time, u32 timeout) in _omap4_is_timeout() argument 135 union omap4_timeout timeout = { 0 }; in _omap4_clkctrl_clk_enable() local 176 union omap4_timeout timeout = { 0 }; in _omap4_clkctrl_clk_disable() local
|
/linux/sound/arm/ |
H A D | aaci.c | 70 int timeout; in aaci_ac97_write() local 110 int timeout, retries = 10; in aaci_ac97_read() local 183 int timeout = 5000; aaci_chan_wait_ready() local [all...] |
/linux/drivers/net/ethernet/dec/tulip/ |
H A D | media.c | 258 int timeout = 10; /* max 1 ms */ in tulip_select_media() local 284 int timeout = 10; /* max 1 ms */ in tulip_select_media() local
|
/linux/drivers/net/wireless/ti/wl1251/ |
H A D | cmd.c | 25 unsigned long timeout; in wl1251_cmd_send() local 405 int wl1251_cmd_trigger_scan_to(struct wl1251 *wl, u32 timeout) in wl1251_cmd_trigger_scan_to() argument
|
/linux/block/ |
H A D | bsg-lib.c | 29 bool open_for_write, unsigned int timeout) in bsg_transport_sg_io_fn() argument 364 bsg_timeout_fn *timeout, int dd_job_size) in bsg_setup_queue() argument [all...] |
/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | hif.c | 142 int timeout) in ath6kl_hif_poll_mboxmsg_rx() argument 543 unsigned long timeout; in ath6kl_hif_intr_bh_handler() local
|
/linux/arch/mips/jazz/ |
H A D | reset.c | 41 unsigned long timeout = start + HZ/2; in kb_wait() local
|
/linux/net/tipc/ |
H A D | socket.c | 401 static int tipc_sk_sock_err(struct socket *sock, long *timeout) in tipc_sk_sock_err() argument 553 long timeout = msecs_to_jiffies(CONN_TIMEOUT_DEFAULT); in __tipc_shutdown() local 842 struct msghdr *msg, size_t dlen, long timeout) in tipc_sendmcast() argument 956 tipc_send_group_unicast(struct socket * sock,struct msghdr * m,int dlen,long timeout) tipc_send_group_unicast() argument 1000 tipc_send_group_anycast(struct socket * sock,struct msghdr * m,int dlen,long timeout) tipc_send_group_anycast() argument 1081 tipc_send_group_bcast(struct socket * sock,struct msghdr * m,int dlen,long timeout) tipc_send_group_bcast() argument 1155 tipc_send_group_mcast(struct socket * sock,struct msghdr * m,int dlen,long timeout) tipc_send_group_mcast() argument 1411 long timeout = sock_sndtimeo(sk, m->msg_flags & MSG_DONTWAIT); __tipc_sendmsg() local 1556 long timeout = sock_sndtimeo(sk, m->msg_flags & MSG_DONTWAIT); __tipc_sendstream() local 1893 long timeout; tipc_recvmsg() local 2021 long timeout; tipc_recvstream() local 2575 long timeout = (flags & O_NONBLOCK) ? 0 : tsk->conn_timeout; tipc_connect() local [all...] |
/linux/sound/pci/cs5535audio/ |
H A D | cs5535audio_pm.c | 67 int timeout; in snd_cs5535audio_resume() local
|
/linux/arch/mips/include/asm/mach-rc32434/ |
H A D | dma_v.h | 28 int timeout = 1; in rc32434_halt_dma() local
|
/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_mqd_manager.c | 217 enum kfd_preempt_type type, unsigned int timeout, in kfd_destroy_mqd_cp() argument 258 unsigned int timeout, uint32_t pipe_id, in kfd_destroy_mqd_sdma() argument
|
/linux/net/rxrpc/ |
H A D | input_rack.c | 201 ktime_t timeout = 0, lost_after, now = ktime_get_real(); in rxrpc_rack_detect_loss() local 247 ktime_t timeout = rxrpc_rack_detect_loss(call, summary); in rxrpc_rack_detect_loss_and_arm_timer() local [all...] |