Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dddt.c2743 ddt_prune_entry_t *dpe; in prune_candidates_sync() local
2748 while ((dpe = list_remove_head(&dpi->dpi_candidates)) != NULL) { in prune_candidates_sync()
2750 ddt_t *ddt = dpe->dpe_ddt; in prune_candidates_sync()
2758 if (avl_find(&ddt->ddt_tree, &dpe->dpe_key, NULL)) { in prune_candidates_sync()
2760 kmem_free(dpe, DDT_PRUNE_ENTRY_SIZE); in prune_candidates_sync()
2764 ddt_bp_create(ddt->ddt_checksum, &dpe->dpe_key, in prune_candidates_sync()
2765 dpe->dpe_phys, DDT_PHYS_FLAT, &blk); in prune_candidates_sync()
2780 kmem_free(dpe, DDT_PRUNE_ENTRY_SIZE); in prune_candidates_sync()
2797 ddt_prune_entry_t *dpe = kmem_alloc(DDT_PRUNE_ENTRY_SIZE, KM_SLEEP); in ddt_prune_entry() local
2799 dpe->dpe_ddt = ddt; in ddt_prune_entry()
[all …]
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c411 static int64_t _decode_sleb128(uint8_t **dp, uint8_t *dpe);
412 static uint64_t _decode_uleb128(uint8_t **dp, uint8_t *dpe);
7804 _decode_sleb128(uint8_t **dp, uint8_t *dpe) in _decode_sleb128() argument
7813 if (src >= dpe) in _decode_sleb128()
7829 _decode_uleb128(uint8_t **dp, uint8_t *dpe) in _decode_uleb128() argument
7838 if (src >= dpe) in _decode_uleb128()