| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | Makefile.in | 16 $(MODULE)-objs += abd.o 17 $(MODULE)-objs += aggsum.o 18 $(MODULE)-objs += arc.o 19 $(MODULE)-objs += blkptr.o 21 $(MODULE)-objs += bpobj.o 23 $(MODULE)-objs += btree.o 26 $(MODULE)-objs += dbuf.o 28 $(MODULE)-objs += ddt.o 30 $(MODULE)-objs += dmu.o 55 $(MODULE)-objs += fm.o [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | Makefile.in | 12 $(MODULE)-objs += lapi.o 13 $(MODULE)-objs += lauxlib.o 15 $(MODULE)-objs += lcode.o 18 $(MODULE)-objs += lctype.o 20 $(MODULE)-objs += ldo.o 21 $(MODULE)-objs += lfunc.o 22 $(MODULE)-objs += lgc.o 23 $(MODULE)-objs += llex.o 24 $(MODULE)-objs += lmem.o 33 $(MODULE)-objs += ltm.o [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | Makefile.in | 8 $(MODULE)-objs += ../os/linux/zfs/abd_os.o 9 $(MODULE)-objs += ../os/linux/zfs/arc_os.o 10 $(MODULE)-objs += ../os/linux/zfs/mmp_os.o 11 $(MODULE)-objs += ../os/linux/zfs/policy.o 12 $(MODULE)-objs += ../os/linux/zfs/trace.o 13 $(MODULE)-objs += ../os/linux/zfs/qat.o 15 $(MODULE)-objs += ../os/linux/zfs/qat_crypt.o 17 $(MODULE)-objs += ../os/linux/zfs/vdev_disk.o 19 $(MODULE)-objs += ../os/linux/zfs/zfs_acl.o 22 $(MODULE)-objs += ../os/linux/zfs/zfs_dir.o [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/icp/ |
| H A D | Makefile.in | 16 $(MODULE)-objs += illumos-crypto.o 17 $(MODULE)-objs += api/kcf_cipher.o 18 $(MODULE)-objs += api/kcf_digest.o 19 $(MODULE)-objs += api/kcf_mac.o 27 $(MODULE)-objs += spi/kcf_spi.o 28 $(MODULE)-objs += io/aes.o 29 $(MODULE)-objs += io/edonr_mod.o 30 $(MODULE)-objs += io/sha1_mod.o 31 $(MODULE)-objs += io/sha2_mod.o 33 $(MODULE)-objs += os/modhash.o [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | Makefile.in | 1 $(MODULE)-objs += ../os/linux/spl/spl-atomic.o 2 $(MODULE)-objs += ../os/linux/spl/spl-condvar.o 3 $(MODULE)-objs += ../os/linux/spl/spl-cred.o 4 $(MODULE)-objs += ../os/linux/spl/spl-err.o 5 $(MODULE)-objs += ../os/linux/spl/spl-generic.o 6 $(MODULE)-objs += ../os/linux/spl/spl-kmem.o 8 $(MODULE)-objs += ../os/linux/spl/spl-kstat.o 9 $(MODULE)-objs += ../os/linux/spl/spl-proc.o 11 $(MODULE)-objs += ../os/linux/spl/spl-taskq.o 14 $(MODULE)-objs += ../os/linux/spl/spl-tsd.o [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | Makefile.in | 13 $(MODULE)-objs += cityhash.o 14 $(MODULE)-objs += zfeature_common.o 15 $(MODULE)-objs += zfs_comutil.o 16 $(MODULE)-objs += zfs_deleg.o 17 $(MODULE)-objs += zfs_fletcher.o 18 $(MODULE)-objs += zfs_fletcher_superscalar.o 19 $(MODULE)-objs += zfs_fletcher_superscalar4.o 20 $(MODULE)-objs += zfs_namecheck.o 21 $(MODULE)-objs += zfs_prop.o 22 $(MODULE)-objs += zpool_prop.o [all …]
|
| /f-stack/dpdk/lib/librte_graph/ |
| H A D | rte_graph_worker.h | 140 void **objs; in rte_graph_walk() local 160 objs = node->objs; in rte_graph_walk() 161 rte_prefetch0(objs); in rte_graph_walk() 279 rte_memcpy(&node->objs[idx], objs, nb_objs * sizeof(void *)); in rte_node_enqueue() 306 node->objs[idx++] = obj; in rte_node_enqueue_x1() 336 node->objs[idx++] = obj0; in rte_node_enqueue_x2() 337 node->objs[idx++] = obj1; in rte_node_enqueue_x2() 372 node->objs[idx++] = obj0; in rte_node_enqueue_x4() 437 return &node->objs[idx]; in rte_node_next_stream_get() 496 dst->objs = src->objs; in rte_node_next_stream_move() [all …]
|
| H A D | graph_stats.c | 65 const uint64_t objs = stat->objs; in print_node() local 70 call_delta ? (double)((objs - prev_objs) / call_delta) : 0; in print_node() 75 objs_per_sec = ts_per_hz ? (objs - prev_objs) / ts_per_hz : 0; in print_node() 81 stat->name, calls, objs, stat->realloc_count, objs_per_call, in print_node() 93 if (stat->objs) in graph_cluster_stats_cb() 331 uint64_t calls = 0, cycles = 0, objs = 0, realloc_count = 0; in cluster_node_arregate_stats() local 340 objs += node->total_objs; in cluster_node_arregate_stats() 346 stat->objs = objs; in cluster_node_arregate_stats() 359 stat->prev_objs = stat->objs; in cluster_node_store_prev_stats() 397 node->objs = 0; in rte_graph_cluster_stats_reset()
|
| /f-stack/freebsd/contrib/openzfs/module/nvpair/ |
| H A D | Makefile.in | 10 $(MODULE)-objs += nvpair.o 11 $(MODULE)-objs += fnvpair.o 12 $(MODULE)-objs += nvpair_alloc_spl.o 13 $(MODULE)-objs += nvpair_alloc_fixed.o
|
| /f-stack/dpdk/app/test/ |
| H A D | test_graph_perf.c | 95 void **objs, uint16_t nb_objs) in test_perf_node_worker_source() argument 100 RTE_SET_USED(objs); in test_perf_node_worker_source() 130 RTE_SET_USED(objs); in test_perf_node_worker_source_burst_one() 177 objs[1], objs[2], objs[3]); in test_perf_node_worker() 178 objs += 4; in test_perf_node_worker() 183 objs += 1; in test_perf_node_worker() 188 objs[1]); in test_perf_node_worker() 189 objs += 2; in test_perf_node_worker() 194 objs[1]); in test_perf_node_worker() 196 objs += 3; in test_perf_node_worker() [all …]
|
| H A D | test_graph.c | 21 struct rte_node *node, void **objs, 25 struct rte_node *node, void **objs, 29 struct rte_node *node, void **objs, 33 struct rte_node *node, void **objs, 158 void **objs, uint16_t nb_objs) in test_node_worker_source() argument 167 RTE_SET_USED(objs); in test_node_worker_source() 218 data = (struct rte_mbuf *)objs[i]; in test_node0_worker() 298 data = (struct rte_mbuf *)objs[i]; in test_node1_worker() 352 data = (struct rte_mbuf *)objs[i]; in test_node2_worker() 726 if (obj_stats[i] != st->objs) { in graph_cluster_stats_cb_t() [all …]
|
| H A D | test_stack_perf.c | 114 void *objs[MAX_BURST]; in test_empty_pop() local 120 rte_stack_pop(s, objs, bulk_sizes[0]); in test_empty_pop() 140 void *objs[MAX_BURST] = {0}; in bulk_push_pop() local 154 rte_stack_push(s, objs, size); in bulk_push_pop() 155 rte_stack_pop(s, objs, size); in bulk_push_pop() 278 void *objs[MAX_BURST]; in test_bulk_push_pop() local 285 rte_stack_push(s, objs, bulk_sizes[sz]); in test_bulk_push_pop() 286 rte_stack_pop(s, objs, bulk_sizes[sz]); in test_bulk_push_pop()
|
| /f-stack/dpdk/lib/librte_node/ |
| H A D | ethdev_tx.c | 17 void **objs, uint16_t nb_objs) in ethdev_tx_node_process() argument 27 count = rte_eth_tx_burst(port, queue, (struct rte_mbuf **)objs, in ethdev_tx_node_process() 33 &objs[count], nb_objs - count); in ethdev_tx_node_process()
|
| H A D | null.c | 8 null(struct rte_graph *graph, struct rte_node *node, void **objs, in null() argument 12 RTE_SET_USED(objs); in null()
|
| H A D | pkt_drop.c | 10 pkt_drop_process(struct rte_graph *graph, struct rte_node *node, void **objs, in pkt_drop_process() argument 16 rte_pktmbuf_free_bulk((struct rte_mbuf **)objs, nb_objs); in pkt_drop_process()
|
| H A D | pkt_cls.c | 35 void **objs, uint16_t nb_objs) in pkt_cls_node_process() argument 45 pkts = (struct rte_mbuf **)objs; in pkt_cls_node_process() 46 from = objs; in pkt_cls_node_process() 50 rte_prefetch0(&objs[i]); in pkt_cls_node_process()
|
| H A D | ip4_lookup_neon.h | 11 void **objs, uint16_t nb_objs) in ip4_lookup_node_process_vec() argument 34 pkts = (struct rte_mbuf **)objs; in ip4_lookup_node_process_vec() 35 from = objs; in ip4_lookup_node_process_vec() 39 rte_prefetch0(&objs[i]); in ip4_lookup_node_process_vec()
|
| /f-stack/freebsd/contrib/openzfs/module/unicode/ |
| H A D | Makefile.in | 10 $(MODULE)-objs += u8_textprep.o 11 $(MODULE)-objs += uconv.o
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | prof_reset.c | 142 void *objs[OBJ_RING_BUF_COUNT]; in thd_start() local 144 memset(objs, 0, sizeof(objs)); in thd_start() 159 void **pp = &objs[i % OBJ_RING_BUF_COUNT]; in thd_start() 172 void **pp = &objs[i % OBJ_RING_BUF_COUNT]; in thd_start()
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | meson.build | 5 objs = [base_objs] variable 35 objs += ice_avx2_lib.extract_objects('ice_rxtx_vec_avx2.c') 59 objs += ice_avx512_lib.extract_objects('ice_rxtx_vec_avx512.c')
|
| /f-stack/ |
| H A D | .gitignore | 25 app/nginx-1.11.10/objs/ 27 app/nginx-1.16.0/objs/
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/ |
| H A D | Makefile.in | 34 $(MODULE)-objs += zfs_zstd.o 35 $(MODULE)-objs += lib/zstd.o
|
| /f-stack/dpdk/lib/librte_stack/ |
| H A D | rte_stack_std.h | 31 cache_objs = &stack->objs[stack->len]; in __rte_stack_std_push() 75 cache_objs = stack->objs; in __rte_stack_std_pop()
|
| /f-stack/dpdk/drivers/event/octeontx2/ |
| H A D | otx2_tim_worker.h | 151 uint8_t objs = 0; in tim_clr_bkt() local 160 if (objs == TIM_MAX_OUTSTANDING_OBJ) { in tim_clr_bkt() 162 objs); in tim_clr_bkt() 163 objs = 0; in tim_clr_bkt() 165 pend_chunks[objs++] = chunk; in tim_clr_bkt() 169 if (objs) in tim_clr_bkt() 171 objs); in tim_clr_bkt()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | meson.build | 10 objs = [base_objs] variable 45 objs += i40e_avx2_lib.extract_objects('i40e_rxtx_vec_avx2.c')
|