HomeSort by: relevance | last modified time | path
    Searched defs:tps (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/atf/dist/tools/
atffile.cpp 263 tps(void) function in class:reader
285 impl::atffile::tps(void) function in class:impl::atffile
346 return atffile(r.conf(), r.tps(), r.props());
atf-run.cpp 251 for (std::vector< std::string >::const_iterator iter = af.tps().begin();
252 iter != af.tps().end(); iter++) {
503 atf_run::count_tps(std::vector< std::string > tps)
508 for (std::vector< std::string >::const_iterator iter = tps.begin();
509 iter != tps.end(); iter++) {
517 std::vector< std::string > aux = af.tps();
555 std::vector< std::string > tps; local
556 tps = af.tps();
560 tps.clear()
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_nv50.c 336 int tps = 0; local
350 tps++;
395 if (!tps && display)
396 nvkm_warn(subdev, "%s - No TPs claiming errors?\n", name);
  /src/sys/dev/pci/cxgb/
cxgb_t3_hw.c 2606 unsigned int tps = core_clk >> tre; local
2622 #define SECONDS * tps
2626 t3_write_reg(adap, A_TP_RXT_MIN, tps / (1000 / TP_RTO_MIN));
2844 * @tps: holds the returned counter values
2848 void t3_tp_get_mib_stats(adapter_t *adap, struct tp_mib_stats *tps)
2850 t3_read_indirect(adap, A_TP_MIB_INDEX, A_TP_MIB_RDATA, (u32 *)tps,
2851 sizeof(*tps) / sizeof(u32), 0);
2995 unsigned int v, tps, cpt, bpt, delta, mindelta = ~0; local
3002 tps = clk / cpt;
3003 bpt = (kbps + tps / 2) / tps
    [all...]

Completed in 26 milliseconds