Searched refs:qc (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_vmem.c | 552 qcache_t *qc; in qc_import() local 558 qc = arg; in qc_import() 560 if (vmem_xalloc(qc->qc_vmem, qc->qc_size, 0, 0, 0, in qc_import() 574 qcache_t *qc; in qc_release() local 577 qc = arg; in qc_release() 579 vmem_xfree(qc->qc_vmem, (vmem_addr_t)store[i], qc->qc_size); in qc_release() 585 qcache_t *qc; in qc_init() local 597 snprintf(qc->qc_name, sizeof(qc->qc_name), "%s-%zu", in qc_init() 601 qc->qc_cache = uma_zcache_create(qc->qc_name, size, in qc_init() 1329 qcache_t *qc; in vmem_alloc() local [all …]
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_verbs.c | 381 struct rte_flow_query_count *qc = data; in flow_verbs_counter_query() local 407 qc->hits_set = 1; in flow_verbs_counter_query() 408 qc->bytes_set = 1; in flow_verbs_counter_query() 409 qc->hits = counters[0] - cnt->hits; in flow_verbs_counter_query() 410 qc->bytes = counters[1] - cnt->bytes; in flow_verbs_counter_query() 411 if (qc->reset) { in flow_verbs_counter_query()
|
| H A D | mlx5_flow_dv.c | 11822 struct rte_flow_query_count *qc = data; in flow_dv_query_count() local 11842 qc->hits_set = 1; in flow_dv_query_count() 11843 qc->bytes_set = 1; in flow_dv_query_count() 11844 qc->hits = pkts - cnt->hits; in flow_dv_query_count() 11845 qc->bytes = bytes - cnt->bytes; in flow_dv_query_count() 11846 if (qc->reset) { in flow_dv_query_count()
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_flow.c | 191 struct rte_flow_query_count *qc, in hns3_counter_query() argument 216 qc->hits_set = 1; in hns3_counter_query() 217 qc->hits = value; in hns3_counter_query() 1982 struct rte_flow_query_count *qc; in hns3_flow_query() local 1994 qc = (struct rte_flow_query_count *)data; in hns3_flow_query() 1995 ret = hns3_counter_query(dev, flow, qc, error); in hns3_flow_query()
|
| /f-stack/freebsd/net/ |
| H A D | iflib.c | 4650 uint16_t qc; in get_ctx_core_offset() local 4657 qc = scctx->isc_ntxqsets + scctx->isc_nrxqsets; in get_ctx_core_offset() 4659 qc = max(scctx->isc_ntxqsets, scctx->isc_nrxqsets); in get_ctx_core_offset() 4665 op->offset += qc; in get_ctx_core_offset() 4679 op->offset = qc; in get_ctx_core_offset()
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | README.md | 299 `zstdcat -D dictionary -qc -- file.zst | grep pattern`
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | ChangeLog | 1101 - As part of small size class refactoring, remove the "opt.lg_[qc]space_max",
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 17185 Implemented the -qc option to display the current list of ASL
|