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

/freebsd-9.3-release/sys/dev/bktr/
H A Dbktr_os.c319 u_long latency; local
415 * PCI latency timer. 32 is a good value for 4 bus mastering slots, if
421 latency = pci_read_config(dev, PCI_LATENCY_TIMER, 4);
422 latency = (latency >> 8) & 0xff;
424 if (latency)
425 printf("brooktree%d: PCI bus latency is", unit);
427 printf("brooktree%d: PCI bus latency was 0 changing to",
430 if ( !latency ) {
431 latency
939 u_long latency; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dddg.h96 int latency; member in struct:ddg_edge
H A Dddg.c148 /* Computes the dependence parameters (latency, distance etc.), creates
155 int latency, distance = 0;
174 latency = insn_cost (src_node->insn, link, dest_node->insn);
176 e = create_ddg_edge (src_node, dest_node, t, dt, latency, distance);
566 dep_c, e->latency, e->distance, INSN_UID (e->dest->insn));
620 fprintf (file, "label: \"%d_%d\"}\n", e->latency, e->distance);
637 e->latency = l;
688 length += backarc->latency;
991 at-least as large as the count of U_NODE plus the latency between them.
1007 && (v_node->aux.count < u_node->aux.count + e->latency))
154 int latency, distance = 0; local
[all...]
H A Dexpmed.c2353 The "latency" field holds the minimum possible latency of the
2357 any leaf to the root. Hence latency(a op b) is defined as zero for
2358 leaves and rtx_cost(op) + max(latency(a), latency(b)) otherwise. */
2362 short latency; /* The latency of the multiplication sequence. */
2369 || ((X)->cost == (Y) && (X)->latency < (Y)))
2374 lower "cost". If "cost"s are tied, the lower latency is cheaper. */
2377 && (X)->latency < (
2352 short latency; /* The latency of the multiplication sequence. */ member in struct:mult_cost
[all...]
H A Dmodulo-sched.c403 longest latency edge for each node. Reset based on experiments. */
417 max_edge_latency = MAX (max_edge_latency, e->latency);
1287 'l(u)' is the latency of u.
1393 + e->latency - (e->distance * ii);
1417 SCHED_TIME (v_node) - e->latency
1442 SCHED_TIME (v_node) + e->latency
1455 SCHED_TIME (v_node) - e->latency
1573 && e->latency == (ii * e->distance)
1579 && e->latency == (ii * e->distance)
1797 ASAP (e->src) + e->latency);
[all...]
H A Dgenautomata.c383 int latency;
1322 DECL_BYPASS (decl)->latency = XINT (def, 0);
2423 automata) and correctness of their attributes (insn latency times
2431 error ("define_insn_reservation `%s' has negative latency time",
2442 if (DECL_BYPASS (decl)->latency < 0)
2443 error ("define_bypass `%s - %s' has negative latency time",
2526 if (DECL_BYPASS (decl)->latency == bypass->latency)
7696 int i, max, latency;
7705 latency
379 int latency; member in struct:bypass_decl
7668 int i, max, latency; local
[all...]
/freebsd-9.3-release/sys/dev/firewire/
H A Dfwohci_pci.c241 int olatency, latency, ocache_line, cache_line; local
259 latency = olatency = pci_read_config(self, PCIR_LATTIMER, 1);
262 latency = DEF_LATENCY;
263 pci_write_config(self, PCIR_LATTIMER, latency, 1);
274 device_printf(self, "latency timer %d -> %d.\n",
275 olatency, latency);
/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dchannel.c52 TUNABLE_INT("hw.snd.latency", &chn_latency);
70 SYSCTL_PROC(_hw_snd, OID_AUTO, latency, CTLTYPE_INT | CTLFLAG_RW,
72 "buffering latency (0=low ... 10=high)");
95 "buffering latency profile (0=aggresive 1=safe)");
734 "intrtimeout=%u latency=%dms)\n",
806 * for slower / high latency hardwares (notably USB audio)
1205 c->latency = -1;
1680 chn_calclatency(int dir, int latency, int bps, u_int32_t datarate, argument
1694 if (latency < CHN_LATENCY_MIN || latency > CHN_LATENCY_MA
1732 chn_resizebuf(struct pcm_channel *c, int latency, int blkcnt, int blksz) argument
1929 chn_setlatency(struct pcm_channel *c, int latency) argument
[all...]
H A Dchannel.h91 int latency; member in struct:pcm_channel
276 int chn_setlatency(struct pcm_channel *c, int latency);
/freebsd-9.3-release/sys/netgraph/
H A Dng_ppp.h60 /* Max allowable link latency (miliseconds) and bandwidth (bytes/second/10) */
128 u_int32_t latency; /* link latency (in milliseconds) */ member in struct:ng_ppp_link_conf
138 { "latency", &ng_parse_uint32_type }, \
H A Dng_ppp.c202 uint32_t latency; /* calculated link latency */ member in struct:ng_ppp_link
322 static int ng_ppp_intcmp(void *latency, const void *v1, const void *v2);
2169 * on each link's latency, bandwidth, and calculated additional latency.
2170 * The latter quantity is the additional latency caused by previously
2174 * same latency and bandwidth values.
2182 * latency l_i (in miliseconds). Consider the function function f_i(t)
2187 * Note that the y-intersect is always <= zero because latency can't be
2194 * At any given time, each link has some additional latency a_
2250 int latency[NG_PPP_MAX_LINKS]; local
2392 ng_ppp_intcmp(void *latency, const void *v1, const void *v2) argument
[all...]
/freebsd-9.3-release/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.h264 o->val.latency = htole32(((ng_l2cap_flow_p) \
265 (_flow))->latency); \
H A Dng_l2cap_llpi.c401 ep->latency = flow->latency;
H A Dng_l2cap_evnt.c1312 val->flow.latency = le32toh(val->flow.latency);
/freebsd-9.3-release/sys/xen/interface/
H A Dplatform.h239 uint32_t latency; /* worst latency (ms) to enter/exit this cstate */ member in struct:xen_processor_cx
H A Ddomctl.h307 uint64_aligned_t latency; member in struct:xen_domctl_scheduler_op::__anon10564::xen_domctl_sched_sedf
/freebsd-9.3-release/sys/netgraph/bluetooth/include/
H A Dng_l2cap.h153 u_int32_t latency; /* microseconds */ member in struct:__anon9824
H A Dng_hci.h453 u_int32_t latency; /* msec */ member in struct:__anon9670
838 u_int32_t latency; /* microseconds */ member in struct:__anon9710
1535 u_int32_t latency; /* microseconds */ member in struct:__anon9804
/freebsd-9.3-release/sys/dev/usb/serial/
H A Duftdi.c1657 uftdi_set_latency(struct ucom_softc *ucom, int latency) argument
1662 if (latency < 0 || latency > 255)
1670 USETW2(req.wValue, 0, latency);
1676 uftdi_get_latency(struct ucom_softc *ucom, int *latency) argument
1691 *latency = buf;
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_display.c2819 /* enable PCH FDI RX PLL, wait warmup plus DMI latency */
3784 * @latency_ns: memory latency for the platform
3807 * latency values.
3809 * latency is usually a few thousand
3883 const struct cxsr_latency *latency; local
3890 latency = &cxsr_latency_table[i];
3891 if (is_desktop == latency->is_desktop &&
3892 is_ddr3 == latency->is_ddr3 &&
3893 fsb == latency->fsb_freq && mem == latency
4009 const struct cxsr_latency *latency; local
4647 int latency = SNB_READ_WM0_LATENCY() * 100; /* In unit 0.1us */ local
4842 int latency = SNB_READ_WM0_LATENCY() * 100; /* In unit 0.1us */ local
[all...]
/freebsd-9.3-release/sys/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c1017 req->cp.latency = htole32(ep->latency);
/freebsd-9.3-release/sys/sys/
H A Dsoundcard.h1902 int latency; /* In usecs, -1=unknown */ member in struct:oss_audioinfo
1963 int latency; /* In usecs, -1=unknown */ member in struct:oss_midi_info
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Devergreen.c896 /* First calcualte the latency in ns */
901 u32 dc_latency = 40000000 / wm->disp_clk; /* dc pipe latency */
904 u32 latency = mc_latency + other_heads_data_return_time + dc_latency; local
941 return latency;
943 return latency + (line_fill_time - wm->active_time);
H A Dsi.c654 /* First calcualte the latency in ns */
659 u32 dc_latency = 40000000 / wm->disp_clk; /* dc pipe latency */
662 u32 latency = mc_latency + other_heads_data_return_time + dc_latency; local
709 return latency;
711 return latency + (line_fill_time - wm->active_time);
/freebsd-9.3-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c1958 pcb->iflow.latency = 0xffffffff; /* don't care */

Completed in 324 milliseconds