Home
last modified time | relevance | path

Searched refs:rdt (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_redup.c81 rdt_insert(redup_table_t *rdt, in rdt_insert() argument
85 uint64_t hashcode = BF64_GET(ch, 0, rdt->numhashbits); in rdt_insert()
88 rdepp = &(rdt->redup_hash_array[hashcode]); in rdt_insert()
89 redup_entry_t *rde = umem_cache_alloc(rdt->ddecache, UMEM_NOFAIL); in rdt_insert()
96 rdt->ddt_count++; in rdt_insert()
100 rdt_lookup(redup_table_t *rdt, in rdt_lookup() argument
105 uint64_t hashcode = BF64_GET(ch, 0, rdt->numhashbits); in rdt_lookup()
107 for (redup_entry_t *rde = rdt->redup_hash_array[hashcode]; in rdt_lookup()
131 redup_table_t rdt; in zfs_redup_stream() local
157 rdt.redup_hash_array = in zfs_redup_stream()
[all …]
/freebsd/sys/dev/e1000/
H A Dif_em.c3881 u32 rdt = sc->rx_num_queues -1; /* default */ in em_initialize_receive_unit()