/kernel/linux/linux-5.10/arch/m68k/atari/ |
H A D | config.c | 32 #include <linux/delay.h> 662 static void isp1160_delay(struct device *dev, int delay) in isp1160_delay() argument 664 ndelay(delay); in isp1160_delay() 740 .delay = isp1160_delay, 835 .delay = isp1160_delay,
|
/kernel/linux/linux-6.6/arch/m68k/atari/ |
H A D | config.c | 32 #include <linux/delay.h> 662 static void isp1160_delay(struct device *dev, int delay) in isp1160_delay() argument 664 ndelay(delay); in isp1160_delay() 740 .delay = isp1160_delay, 835 .delay = isp1160_delay,
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-delay.c | 18 #define DM_MSG_PREFIX "delay" 23 unsigned delay; member 151 if (sscanf(argv[2], "%u%c", &c->delay, &dummy) != 1) { in delay_class_ctr() 152 ti->error = "Invalid delay"; in delay_class_ctr() 167 * <device> <offset> <delay> [<write_device> <write_offset> <write_delay>] 248 if (!c->delay) in delay_bio() 254 delayed->expires = expires = jiffies + msecs_to_jiffies(c->delay); in delay_bio() 312 DMEMIT("%s %llu %u", (c)->dev->name, (unsigned long long)(c)->start, (c)->delay) 360 .name = "delay", 398 MODULE_DESCRIPTION(DM_NAME " delay targe [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | scan.h | 205 * @delay: delay between iterations, in seconds. 210 __le16 delay; member 383 * @delay: delay in seconds before first iteration 410 __le32 delay; member 752 __le16 delay; member 763 * @delay: delay in TUs before starting the first scan iteration 771 __le16 delay; member 1035 __le16 delay; global() member [all...] |
/kernel/linux/linux-5.10/drivers/nfc/ |
H A D | nfcsim.c | 205 u8 delay; in nfcsim_send() local 230 /* Add random delay (between 3 and 10 ms) before sending data */ in nfcsim_send() 231 get_random_bytes(&delay, 1); in nfcsim_send() 232 delay = 3 + (delay & 0x07); in nfcsim_send() 234 schedule_delayed_work(&dev->send_work, msecs_to_jiffies(delay)); in nfcsim_send()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap/ |
H A D | lcd_mipid.c | 9 #include <linux/delay.h> 283 int delay; in mipid_run_test() local 288 delay = 25; in mipid_run_test() 292 msleep(delay); in mipid_run_test() 303 delay = 10; in mipid_run_test()
|
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
H A D | transport.c | 485 unsigned long delay; in xprt_rdma_connect() local 489 delay = 0; in xprt_rdma_connect() 491 delay = xprt_reconnect_delay(xprt); in xprt_rdma_connect() 494 trace_xprtrdma_op_connect(r_xprt, delay); in xprt_rdma_connect() 496 delay); in xprt_rdma_connect() 628 * %-ENOBUFS if the caller should call again after a delay
|
/kernel/linux/linux-5.10/sound/firewire/motu/ |
H A D | amdtp-motu.c | 63 unsigned int delay; in amdtp_motu_set_parameters() local 101 delay = 0x2e00; in amdtp_motu_set_parameters() 104 delay += 8000 * 3072 * s->syt_interval / rate; in amdtp_motu_set_parameters() 107 p->next_cycles = delay / 3072; in amdtp_motu_set_parameters() 110 p->next_ticks = delay % 3072; in amdtp_motu_set_parameters()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_ptp.c | 314 u32 delay; in sparx5_ptp_irq_handler() local 333 /* Retrieve the delay */ in sparx5_ptp_irq_handler() 334 delay = spx5_rd(sparx5, REW_PTP_TWOSTEP_STAMP); in sparx5_ptp_irq_handler() 335 delay = REW_PTP_TWOSTEP_STAMP_STAMP_NSEC_GET(delay); in sparx5_ptp_irq_handler() 379 sparx5_get_hwtimestamp(sparx5, &ts, delay); in sparx5_ptp_irq_handler()
|
/kernel/linux/linux-6.6/drivers/ata/pata_parport/ |
H A D | bpck.c | 11 #include <linux/delay.h> 388 om = pi->mode; od = pi->delay; in bpck_read_eeprom() 389 pi->mode = 0; pi->delay = 6; in bpck_read_eeprom() 430 pi->mode = om; pi->delay = od; in bpck_read_eeprom() 480 "backpack %8.8s unit %d at 0x%x, mode %d (%s), delay %d\n", in bpck_log_adapter() 482 mode_str[pi->mode], pi->delay); in bpck_log_adapter()
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | thermal_of.c | 223 static int thermal_of_monitor_init(struct device_node *np, int *delay, int *pdelay) in thermal_of_monitor_init() argument 227 ret = of_property_read_u32(np, "polling-delay-passive", pdelay); in thermal_of_monitor_init() 229 pr_err("%pOFn: missing polling-delay-passive property\n", np); in thermal_of_monitor_init() 233 ret = of_property_read_u32(np, "polling-delay", delay); in thermal_of_monitor_init() 235 pr_err("%pOFn: missing polling-delay property\n", np); in thermal_of_monitor_init() 478 int delay, pdelay; in thermal_of_zone_register() local 501 ret = thermal_of_monitor_init(np, &delay, &pdelay); in thermal_of_zone_register() 516 pdelay, delay); in thermal_of_zone_register()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap/ |
H A D | lcd_mipid.c | 9 #include <linux/delay.h> 285 int delay; in mipid_run_test() local 290 delay = 25; in mipid_run_test() 294 msleep(delay); in mipid_run_test() 305 delay = 10; in mipid_run_test()
|
/kernel/linux/linux-6.6/drivers/nfc/ |
H A D | nfcsim.c | 205 u8 delay; in nfcsim_send() local 230 /* Add random delay (between 3 and 10 ms) before sending data */ in nfcsim_send() 231 get_random_bytes(&delay, 1); in nfcsim_send() 232 delay = 3 + (delay & 0x07); in nfcsim_send() 234 schedule_delayed_work(&dev->send_work, msecs_to_jiffies(delay)); in nfcsim_send()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | sysfs_engines.c | 367 unsigned long long delay, clamped; in heartbeat_store() local 380 err = kstrtoull(buf, 0, &delay); in heartbeat_store() 384 clamped = intel_clamp_heartbeat_interval_ms(engine, delay); in heartbeat_store() 385 if (delay != clamped) in heartbeat_store() 388 err = intel_engine_set_heartbeat(engine, delay); in heartbeat_store()
|
H A D | mock_engine.c | 123 * Also immediately signal any subsequent 0-delay requests, but in hw_delay_complete() 127 if (request->mock.delay) { in hw_delay_complete() 129 jiffies + request->mock.delay); in hw_delay_complete() 220 request->mock.delay = 0; in mock_request_alloc() 247 if (request->mock.delay) in mock_submit_request() 249 jiffies + request->mock.delay); in mock_submit_request()
|
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/ |
H A D | transport.c | 478 unsigned long delay; in xprt_rdma_connect() local 482 delay = 0; in xprt_rdma_connect() 484 delay = xprt_reconnect_delay(xprt); in xprt_rdma_connect() 487 trace_xprtrdma_op_connect(r_xprt, delay); in xprt_rdma_connect() 488 queue_delayed_work(system_long_wq, &r_xprt->rx_connect_worker, delay); in xprt_rdma_connect() 615 * %-ENOBUFS if the caller should call again after a delay
|
/third_party/node/test/fixtures/wpt/streams/piping/ |
H A D | abort.any.js | 169 await delay(0); 356 return delay(0).then(() => { 366 return delay(0).then(() => controller.close()); 403 await delay(0); 406 await delay(0);
|
/kernel/linux/linux-5.10/drivers/usb/typec/ucsi/ |
H A D | ucsi_ccg.c | 11 #include <linux/delay.h> 173 u32 delay; /* ms delay for cmd timeout */ member 739 msleep(cmd->delay); in ccg_send_command() 767 cmd.delay = 50; in ccg_cmd_enter_flashing() 794 cmd.delay = 5000; in ccg_cmd_reset() 826 cmd.delay = 10; in ccg_cmd_port_control() 854 cmd.delay = 100; in ccg_cmd_jump_boot_mode() 906 cmd.delay = 50; in ccg_cmd_write_flash_row() 908 cmd.delay in ccg_cmd_write_flash_row() [all...] |
/kernel/linux/linux-5.10/kernel/rcu/ |
H A D | srcutree.c | 25 #include <linux/delay.h> 46 static void srcu_reschedule(struct srcu_struct *ssp, unsigned long delay); 357 * Return grace-period delay, zero if there are expedited grace 471 unsigned long delay) in srcu_queue_delayed_work_on() 473 if (!delay) { in srcu_queue_delayed_work_on() 478 timer_reduce(&sdp->delay_work, jiffies + delay); in srcu_queue_delayed_work_on() 485 static void srcu_schedule_cbs_sdp(struct srcu_data *sdp, unsigned long delay) in srcu_schedule_cbs_sdp() argument 487 srcu_queue_delayed_work_on(sdp, delay); in srcu_schedule_cbs_sdp() 497 unsigned long mask, unsigned long delay) in srcu_schedule_cbs_snp() 504 srcu_schedule_cbs_sdp(per_cpu_ptr(ssp->sda, cpu), delay); in srcu_schedule_cbs_snp() 470 srcu_queue_delayed_work_on(struct srcu_data *sdp, unsigned long delay) srcu_queue_delayed_work_on() argument 496 srcu_schedule_cbs_snp(struct srcu_struct *ssp, struct srcu_node *snp, unsigned long mask, unsigned long delay) srcu_schedule_cbs_snp() argument 1283 srcu_reschedule(struct srcu_struct *ssp, unsigned long delay) srcu_reschedule() argument [all...] |
/kernel/linux/linux-6.6/drivers/usb/typec/ucsi/ |
H A D | ucsi_ccg.c | 11 #include <linux/delay.h> 178 u32 delay; /* ms delay for cmd timeout */ member 761 msleep(cmd->delay); in ccg_send_command() 789 cmd.delay = 50; in ccg_cmd_enter_flashing() 816 cmd.delay = 5000; in ccg_cmd_reset() 848 cmd.delay = 10; in ccg_cmd_port_control() 876 cmd.delay = 100; in ccg_cmd_jump_boot_mode() 928 cmd.delay = 50; in ccg_cmd_write_flash_row() 930 cmd.delay in ccg_cmd_write_flash_row() [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_schedule_instructions.cpp | 87 * This is the sum of the instruction's latency plus the maximum delay of 90 int delay; member in schedule_node 973 this->delay = 0; in schedule_node() 997 /** Computation of the delay member of each node. */ 1003 n->delay = issue_time(n->inst); in compute_delays() 1006 assert(n->children[i]->delay); in compute_delays() 1007 n->delay = MAX2(n->delay, n->latency + n->children[i]->delay); in compute_delays() 1680 * the one with the highest delay t [all...] |
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_intel.c | 23 #include <linux/delay.h> 618 /* calculate runtime delay from LPIB */ 625 int delay; in azx_get_delay_from_lpib() local 628 delay = pos - lpib_pos; in azx_get_delay_from_lpib() 630 delay = lpib_pos - pos; in azx_get_delay_from_lpib() 631 if (delay < 0) { in azx_get_delay_from_lpib() 632 if (delay >= azx_dev->core.delay_negative_threshold) in azx_get_delay_from_lpib() 633 delay = 0; in azx_get_delay_from_lpib() 635 delay += azx_dev->core.bufsize; in azx_get_delay_from_lpib() 638 if (delay > in azx_get_delay_from_lpib() 888 unsigned int pos, delay; azx_get_pos_fifo() local [all...] |
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_intel.c | 23 #include <linux/delay.h> 571 /* calculate runtime delay from LPIB */ 578 int delay; in azx_get_delay_from_lpib() local 581 delay = pos - lpib_pos; in azx_get_delay_from_lpib() 583 delay = lpib_pos - pos; in azx_get_delay_from_lpib() 584 if (delay < 0) { in azx_get_delay_from_lpib() 585 if (delay >= azx_dev->core.delay_negative_threshold) in azx_get_delay_from_lpib() 586 delay = 0; in azx_get_delay_from_lpib() 588 delay += azx_dev->core.bufsize; in azx_get_delay_from_lpib() 591 if (delay > in azx_get_delay_from_lpib() 848 unsigned int pos, delay; azx_get_pos_fifo() local [all...] |
/kernel/linux/linux-5.10/arch/arm/lib/ |
H A D | Makefile | 10 delay.o delay-loop.o findbit.o memchr.o memcpy.o \
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/8xx/ |
H A D | tqm8xx_setup.c | 25 #include <linux/delay.h> 34 #include <asm/delay.h>
|