Searched refs:period (Results 301 - 325 of 541) sorted by relevance

<<11121314151617181920>>

/linux-master/kernel/sched/
H A Ddeadline.c22 * Default limits for DL period; on the top end we guard against small util
887 * refill the runtime and set the deadline a period in the future,
899 * task with deadline equal to period this is the same of using
955 * If the task has deadline < period, and the deadline is in the past,
967 * deadline == relative period. A task with constrained deadline has a
968 * relative deadline <= relative period.
986 * When the task is starting a new period, the Original CBS is used. In this
989 * When a task is queued before the begin of the next period, using the
994 * If the task has an implicit deadline, i.e., deadline == period, the Original
999 * deadline < period, whic
2857 u64 period = global_rt_period(); local
2947 u64 period = attr->sched_period ?: attr->sched_deadline; local
3046 u64 period, max, min; local
[all...]
/linux-master/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_mac.h158 u8 period; member in struct:beacon
/linux-master/drivers/net/wireless/st/cw1200/
H A Dwsm.h520 /* 4.43 Keep-alive period */
705 /* Interval period in TUs that the device shall the re- */
726 /* The delay time (in microseconds) period */
1199 /* DTIM period in terms of beacon intervals */
1205 /* The delay time (in microseconds) period */
1662 /* 4.43 Keep alive period */
1664 __le16 period; member in struct:wsm_keep_alive_period
1669 int period)
1672 .period = __cpu_to_le16(period),
1668 wsm_keep_alive_period(struct cw1200_common *priv, int period) argument
[all...]
/linux-master/net/bridge/
H A Dbr_mrp.c715 test->max_miss, test->period,
724 mrp->test_end = jiffies + usecs_to_jiffies(test->period);
857 in_test->period);
865 mrp->in_test_end = jiffies + usecs_to_jiffies(in_test->period);
/linux-master/drivers/clocksource/
H A Dtimer-msc313e.c186 to->of_clk.period = DIV_ROUND_UP(to->of_clk.rate, HZ);
H A Dtimer-of.c137 of_clk->period = DIV_ROUND_UP(of_clk->rate, HZ);
H A Dtimer-stm32.c226 /* Adjust rate and period given the prescaler value */
228 to->of_clk.period = DIV_ROUND_UP(to->of_clk.rate, HZ);
/linux-master/drivers/scsi/arm/
H A Dfas216.h101 /* Transfer period step (write) */
274 unsigned int asyncperiod; /* Async transfer period (ns) */
290 unsigned char period; /* sync xfer period in (*4ns) */ member in struct:__anon2634::fas216_device
291 unsigned char stp; /* synchronous transfer period */
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.h288 uint64_t period; member in struct:intel_pt_params
/linux-master/include/uapi/linux/
H A Dinput.h390 * @period: period of the wave (ms)
407 __u16 period; member in struct:ff_periodic_effect
/linux-master/tools/perf/tests/
H A Dhists_filter.c54 struct perf_sample sample = { .period = 100, };
168 TEST_ASSERT_VAL("Invalid total period",
175 TEST_ASSERT_VAL("Unmatched total period",
193 TEST_ASSERT_VAL("Invalid total period",
201 TEST_ASSERT_VAL("Unmatched total period for thread filter",
222 TEST_ASSERT_VAL("Invalid total period",
230 TEST_ASSERT_VAL("Unmatched total period for dso filter",
242 * total period will be remained.
257 TEST_ASSERT_VAL("Invalid total period",
265 TEST_ASSERT_VAL("Unmatched total period fo
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dmpc52xx.h283 extern int mpc52xx_gpt_start_timer(struct mpc52xx_gpt_priv *gpt, u64 period,
/linux-master/tools/perf/ui/stdio/
H A Dhist.c52 int depth, int depth_mask, int period,
67 if (!period && i == depth - 1) {
385 u64 parent_samples = he->stat.period;
388 parent_samples = he->stat_acc->period;
50 ipchain__fprintf_graph(FILE *fp, struct callchain_node *node, struct callchain_list *chain, int depth, int depth_mask, int period, u64 total_samples, int left_margin) argument
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ptp.c839 if (rq->perout.period.sec == 1 &&
840 rq->perout.period.nsec == 0)
885 ts_period.tv_sec = rq->perout.period.sec;
886 ts_period.tv_nsec = rq->perout.period.nsec;
1111 /* This represents the system clock period in picoseconds */
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dpub.h317 int brcms_c_set_beacon_period(struct brcms_c_info *wlc, u16 period);
/linux-master/tools/perf/util/
H A Dcallchain.h37 HELP_PAD "value:\t\tcall graph value (percent|period|count)\n"
196 u64 period);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ptp.h32 u64 period; member in struct:ice_perout_channel
/linux-master/drivers/pwm/
H A Dpwm-brcmstb.c90 * The period is: (period + 1) / Fv and "on" time is on / (period + 1)
105 * the period value by 1 to make it shorter than the "on" time and
128 * We can be called with separate duty and period updates,
168 /* Configure on and period value */
210 err = brcmstb_pwm_config(chip, pwm, state->duty_cycle, state->period);
H A Dpwm-vt8500.c209 * We cannot skip calling ->config even if state->period ==
210 * pwm->state.period && state->duty_cycle == pwm->state.duty_cycle
215 err = vt8500_pwm_config(chip, pwm, state->duty_cycle, state->period);
H A Dpwm-spear.c178 err = spear_pwm_config(chip, pwm, state->duty_cycle, state->period);
H A Dpwm-stmpe.c152 dev_dbg(pwmchip_parent(chip), "PWM#%u: config duty %d ns, period %d ns\n",
177 * (means a period of 30517 ns) then this is compared to the
277 err = stmpe_24xx_pwm_config(chip, pwm, state->duty_cycle, state->period);
H A Dpwm-lp3943.c99 * 2) Prescale = period / 6250 -1
197 err = lp3943_pwm_config(chip, pwm, state->duty_cycle, state->period);
/linux-master/sound/arm/
H A Daaci.c87 /* Initially, wait one frame period */
125 /* Initially, wait one frame period */
227 aacirun->bytes += aacirun->period;
287 aacirun->bytes += aacirun->period;
538 aacirun->period = snd_pcm_lib_period_bytes(substream);
542 aacirun->bytes = aacirun->period;
/linux-master/arch/arm64/kvm/
H A Dpmu-emul.c481 /* Compute the sample period for a given counter value */
505 u64 period; local
510 * Reset the sample period to the architectural limit,
513 period = compute_period(pmc, local64_read(&perf_event->count));
516 perf_event->attr.sample_period = period;
517 perf_event->hw.sample_period = period;
649 * code, carefully dealing with the initial sample period
/linux-master/drivers/char/
H A Dhpet.c508 * Then we modify the comparator, indicating the period
787 unsigned long period; local
837 period = (cap & HPET_COUNTER_CLK_PERIOD_MASK) >>
840 temp += period >> 1; /* round */
841 do_div(temp, period);

Completed in 220 milliseconds

<<11121314151617181920>>