Home
last modified time | relevance | path

Searched refs:tpl (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_stats.c191 int tpl; in tcp_stats_sample_rollthedice() local
193 tpl = -1; in tcp_stats_sample_rollthedice()
197 tpl = stats_tpl_sample_rollthedice(V_tcp_perconn_stats_sample_rates, in tcp_stats_sample_rollthedice()
201 if (tpl >= 0) { in tcp_stats_sample_rollthedice()
205 tp->t_stats = stats_blob_alloc(tpl, 0); in tcp_stats_sample_rollthedice()
207 tpl = -ENOMEM; in tcp_stats_sample_rollthedice()
211 return (tpl); in tcp_stats_sample_rollthedice()
/f-stack/freebsd/contrib/libsodium/regen-msvc/
H A Dregen-msvc.py85 tpl = ""
87 tpl = fd.read()
89 tpl = tpl.replace(str.encode(
93 fd.write(tpl)
/f-stack/freebsd/kern/
H A Dsubr_stats.c442 tpl->mb->tplhash = hash32_str(tpl->mb->tplname, 0);
446 tpl->mb->voi_meta[voi_id].name, tpl->mb->tplhash);
448 tpl->mb->tplhash = hash32_buf(tpl->sb, tpl->sb->cursz,
1168 stats_free(tpl);
1177 tpl->mb = tpl_mb;
1178 tpl->sb = tpl_sb;
1201 stats_free(tpl);
2040 tpl_mb = sctx->tpl ? sctx->tpl->mb : NULL;
2102 tpl_mb = sctx->tpl ? sctx->tpl->mb : NULL;
2238 &sctx.tpl))
[all …]
/f-stack/freebsd/contrib/libsodium/dist-build/
H A Demscripten.sh159 sed "s/{{tname}}/${tname}/" index.html.tpl > "browser/${tname}.html"
/f-stack/freebsd/contrib/device-tree/Bindings/usb/
H A Dci-hdrc-usb2.txt41 - tpl-support: TPL (Targeted Peripheral List) feature for targeted hosts
/f-stack/freebsd/sys/
H A Dstats.h754 int stats_tpl_fetch(int tpl_id, struct statsblob_tpl **tpl);