Home
last modified time | relevance | path

Searched +defs:p +defs:timeout (Results 201 – 225 of 490) sorted by relevance

12345678910>>...20

/linux-6.14.4/drivers/gpu/drm/xe/
Dxe_device.c510 unsigned long timeout, start; in wait_for_lmem_ready() local
960 void xe_device_snapshot_print(struct xe_device *xe, struct drm_printer *p) in xe_device_snapshot_print()
/linux-6.14.4/drivers/watchdog/
Dwatchdog_dev.c369 unsigned int timeout) in watchdog_set_timeout()
402 unsigned int timeout) in watchdog_set_pretimeout()
756 int __user *p = argp; in watchdog_ioctl() local
/linux-6.14.4/drivers/block/drbd/
Ddrbd_req.c567 int p, rv = 0; in __req_mod() local
1631 unsigned int ko_count, unsigned int timeout) in net_timeout_reached()
1709 unsigned int ko_count = 0, timeout = 0; in request_timer_fn() local
Ddrbd_main.c522 struct task_struct *p = current; in drbd_thread_current_set_cpu() local
602 void *p; in conn_prepare_command() local
701 struct p_rs_param_95 *p; in drbd_send_sync_param() local
756 struct p_protocol *p; in __drbd_send_protocol() local
812 struct p_uuids *p; in _drbd_send_uuids() local
874 struct p_rs_uuid *p; in drbd_gen_and_send_sync_uuid() local
900 struct p_sizes *p; in drbd_send_sizes() local
980 struct p_state *p; in drbd_send_current_state() local
1003 struct p_state *p; in drbd_send_state() local
1016 struct p_req_state *p; in drbd_send_state_req() local
[all …]
/linux-6.14.4/drivers/media/pci/cx23885/
Dcx23885-dvb.c680 unsigned long timeout; in cx23885_sp2_ci_ctrl() local
734 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in cx23885_dvb_set_frontend() local
935 unsigned long timeout = jiffies + msecs_to_jiffies(1); in netup_altera_fpga_rw() local
/linux-6.14.4/drivers/mmc/host/
Domap_hsmmc.c537 unsigned long timeout; in omap_hsmmc_set_clock() local
633 unsigned long timeout; in omap_hsmmc_context_restore() local
718 unsigned long timeout; in send_init_stream() local
1298 unsigned long long timeout = timeout_ns; in set_data_timeout() local
1354 unsigned long long timeout; in omap_hsmmc_prepare_data() local
1561 struct pinctrl *p = devm_pinctrl_get(host->dev); in omap_hsmmc_configure_wake_irq() local
/linux-6.14.4/net/ipv4/
Dtcp.c368 static u8 secs_to_retrans(int seconds, int timeout, int rto_max) in secs_to_retrans()
388 static int retrans_to_secs(u8 retrans, int timeout, int rto_max) in retrans_to_secs()
2362 static void tcp_xa_pool_commit_locked(struct sock *sk, struct tcp_xa_pool *p) in tcp_xa_pool_commit_locked()
2378 static void tcp_xa_pool_commit(struct sock *sk, struct tcp_xa_pool *p) in tcp_xa_pool_commit()
2390 static int tcp_xa_pool_refill(struct sock *sk, struct tcp_xa_pool *p, in tcp_xa_pool_refill()
3060 void __tcp_close(struct sock *sk, long timeout) in __tcp_close()
3231 void tcp_close(struct sock *sk, long timeout) in tcp_close()
3253 struct rb_node *p = rb_first(&sk->tcp_rtx_queue); in tcp_rtx_queue_purge() local
/linux-6.14.4/drivers/tty/
Dtty_io.c276 struct list_head *p; in check_tty_count() local
309 struct tty_driver *p; in get_tty_driver() local
337 struct tty_driver *p; in tty_dev_name_to_number() local
381 struct tty_driver *p, *res = NULL; in tty_find_polling_driver() local
1116 struct file *p = NULL; in redirected_tty_write() local
1182 static void pty_line_name(struct tty_driver *driver, int index, char *p) in pty_line_name()
1203 static ssize_t tty_line_name(struct tty_driver *driver, int index, char *p) in tty_line_name()
1730 long timeout = 0; in tty_release() local
2281 static int tiocsti(struct tty_struct *tty, u8 __user *p) in tiocsti()
2431 static int tiocsetd(struct tty_struct *tty, int __user *p) in tiocsetd()
[all …]
Dtty_ioctl.c183 void tty_wait_until_sent(struct tty_struct *tty, long timeout) in tty_wait_until_sent()
772 void __user *p = (void __user *)arg; in tty_mode_ioctl() local
/linux-6.14.4/sound/pci/riptide/
Driptide.c165 #define READ_PORT_ULONG(p) inl((unsigned long)&(p)) argument
166 #define WRITE_PORT_ULONG(p,x) outl(x,(unsigned long)&(p)) argument
168 #define READ_AUDIO_CONTROL(p) READ_PORT_ULONG(p->audio_control) argument
169 #define WRITE_AUDIO_CONTROL(p,x) WRITE_PORT_ULONG(p->audio_control,x) argument
170 #define UMASK_AUDIO_CONTROL(p,x) WRITE_PORT_ULONG(p->audio_control,READ_PORT_ULONG(p->audio_contro… argument
171 #define MASK_AUDIO_CONTROL(p,x) WRITE_PORT_ULONG(p->audio_control,READ_PORT_ULONG(p->audio_contro… argument
172 #define READ_AUDIO_STATUS(p) READ_PORT_ULONG(p->audio_status) argument
174 #define SET_GRESET(p) UMASK_AUDIO_CONTROL(p,0x0001) /* global reset switch */ argument
175 #define UNSET_GRESET(p) MASK_AUDIO_CONTROL(p,~0x0001) argument
176 #define SET_AIE(p) UMASK_AUDIO_CONTROL(p,0x0004) /* interrupt enable */ argument
[all …]
/linux-6.14.4/drivers/media/usb/dvb-usb/
Dcxusb.c458 const int timeout = 100; in cxusb_d680_dmb_drain_message() local
480 struct usb_data_stream_properties *p = &d->props.adapter[0].fe[0].stream; in cxusb_d680_dmb_drain_video() local
481 const int timeout = 100; in cxusb_d680_dmb_drain_video() local
1166 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in dib7070_set_param_override() local
/linux-6.14.4/drivers/net/ethernet/hisilicon/hns/
Dhns_ae_adapt.c209 static int hns_ae_set_mac_address(struct hnae_handle *handle, const void *p) in hns_ae_set_mac_address()
548 u32 timeout) in hns_ae_set_coalesce_usecs()
706 u64 *p = data; in hns_ae_get_stats() local
832 u32 *p = data; in hns_ae_get_regs() local
/linux-6.14.4/drivers/leds/
Dled-class-flash.c360 struct led_classdev_flash **p = res; in devm_led_classdev_flash_match() local
388 int led_set_flash_timeout(struct led_classdev_flash *fled_cdev, u32 timeout) in led_set_flash_timeout()
/linux-6.14.4/arch/arm/kernel/
Dsmp.c546 void show_ipi_list(struct seq_file *p, int prec) in show_ipi_list()
754 unsigned long timeout; in smp_send_stop() local
/linux-6.14.4/drivers/bus/
Dbrcmstb_gisb.c210 u32 timeout; in gisb_arb_get_timeout() local
376 void *p) in dump_gisb_error()
/linux-6.14.4/drivers/virt/vboxguest/
Dvboxguest_utils.c482 long timeout; in vbg_hgcm_do_call() local
572 void __user *p; in hgcm_call_copy_back_result() local
/linux-6.14.4/drivers/block/
Dataflop.c746 unsigned char *p; in do_format() local
1439 struct atari_floppy_struct *p = disk->private_data; in floppy_check_events() local
1461 struct atari_floppy_struct *p = disk->private_data; in floppy_revalidate() local
1833 unsigned long timeout; in fd_test_drive_present() local
1923 struct atari_floppy_struct *p = disk->private_data; in floppy_open() local
1971 struct atari_floppy_struct *p = disk->private_data; in floppy_release() local
/linux-6.14.4/drivers/media/dvb-frontends/
Dmxl692.c450 int status = 0, timeout = 40; in mxl692_i2c_writeread() local
947 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in mxl692_set_frontend() local
1101 struct dtv_frontend_properties *p) in mxl692_get_frontend()
/linux-6.14.4/net/tls/
Dtls_main.c181 struct page *p; in tls_push_sg() local
368 static void tls_sk_proto_close(struct sock *sk, long timeout) in tls_sk_proto_close()
1031 static void tls_update(struct sock *sk, struct proto *p, in tls_update()
/linux-6.14.4/drivers/clk/tegra/
Dclk-pll.c230 #define pll_readl(offset, p) readl_relaxed(p->clk_base + offset) argument
231 #define pll_readl_base(p) pll_readl(p->params->base_reg, p) argument
232 #define pll_readl_misc(p) pll_readl(p->params->misc_reg, p) argument
233 #define pll_override_readl(offset, p) readl_relaxed(p->pmc + offset) argument
234 #define pll_readl_sdm_din(p) pll_readl(p->params->sdm_din_reg, p) argument
235 #define pll_readl_sdm_ctrl(p) pll_readl(p->params->sdm_ctrl_reg, p) argument
237 #define pll_writel(val, offset, p) writel_relaxed(val, p->clk_base + offset) argument
238 #define pll_writel_base(val, p) pll_writel(val, p->params->base_reg, p) argument
239 #define pll_writel_misc(val, p) pll_writel(val, p->params->misc_reg, p) argument
240 #define pll_override_writel(val, offset, p) writel(val, p->pmc + offset) argument
[all …]
/linux-6.14.4/drivers/misc/bcm-vk/
Dbcm_vk_dev.c343 unsigned long timeout; in bcm_vk_wait() local
670 unsigned long timeout; in bcm_vk_load_image_by_type() local
1270 unsigned long e, void *p) in bcm_vk_on_panic()
/linux-6.14.4/drivers/isdn/hardware/mISDN/
Dhfcsusb.c1168 __u8 threshbit, *p; in tx_iso_complete() local
1451 int i, timeout; in stop_iso_gracefull() local
1477 int timeout; in stop_int_gracefull() local
/linux-6.14.4/drivers/net/ethernet/microchip/
Dencx24j600.c222 unsigned long timeout = jiffies + msecs_to_jiffies(2000); in encx24j600_wait_for_autoneg() local
452 int timeout; in encx24j600_soft_reset() local
910 struct ethtool_regs *regs, void *p) in encx24j600_get_regs()
/linux-6.14.4/drivers/soc/fsl/qbman/
Dqman.c363 static inline u32 qm_in(struct qm_portal *p, u32 offset) in qm_in()
368 static inline void qm_out(struct qm_portal *p, u32 offset, u32 val) in qm_out()
374 static inline void qm_cl_invalidate(struct qm_portal *p, u32 offset) in qm_cl_invalidate()
379 static inline void qm_cl_touch_ro(struct qm_portal *p, u32 offset) in qm_cl_touch_ro()
384 static inline u32 qm_ce_in(struct qm_portal *p, u32 offset) in qm_ce_in()
395 static struct qm_eqcr_entry *eqcr_carryclear(struct qm_eqcr_entry *p) in eqcr_carryclear()
576 const struct qm_dqrr_entry *p) in dqrr_carryclear()
743 static union qm_mr_entry *mr_carryclear(union qm_mr_entry *p) in mr_carryclear()
945 int timeout = QM_MCR_TIMEOUT; in qm_mc_result_timeout() local
978 struct qm_portal p; member
[all …]
/linux-6.14.4/drivers/nvme/target/
Dconfigfs.c54 static bool nvmet_is_port_enabled(struct nvmet_port *p, const char *caller) in nvmet_is_port_enabled()
618 const char *p = page; in nvmet_ns_device_nguid_store() local
952 unsigned int timeout; in nvmet_passthru_admin_timeout_store() local
971 unsigned int timeout; in nvmet_passthru_io_timeout_store() local
1034 struct nvmet_subsys_link *link, *p; in nvmet_port_subsys_allow_link() local
1077 struct nvmet_subsys_link *p; in nvmet_port_subsys_drop_link() local
1113 struct nvmet_host_link *link, *p; in nvmet_allowed_hosts_allow_link() local
1155 struct nvmet_host_link *p; in nvmet_allowed_hosts_drop_link() local

12345678910>>...20