Searched refs:dpe (Results 1 – 2 of 2) sorted by relevance
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | ddt.c | 2741 ddt_prune_entry_t *dpe; in prune_candidates_sync() local 2746 while ((dpe = list_remove_head(&dpi->dpi_candidates)) != NULL) { in prune_candidates_sync() 2748 ddt_t *ddt = dpe->dpe_ddt; in prune_candidates_sync() 2756 if (avl_find(&ddt->ddt_tree, &dpe->dpe_key, NULL)) { in prune_candidates_sync() 2758 kmem_free(dpe, sizeof (*dpe)); in prune_candidates_sync() 2762 ddt_bp_create(ddt->ddt_checksum, &dpe->dpe_key, in prune_candidates_sync() 2763 dpe->dpe_phys, DDT_PHYS_FLAT, &blk); in prune_candidates_sync() 2778 kmem_free(dpe, sizeof (*dpe)); in prune_candidates_sync() 2796 ddt_prune_entry_t *dpe = kmem_alloc(dpe_size, KM_SLEEP); in ddt_prune_entry() local 2798 dpe->dpe_ddt = ddt; in ddt_prune_entry() [all …]
|
| /src/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 409 static int64_t _decode_sleb128(uint8_t **dp, uint8_t *dpe); 410 static uint64_t _decode_uleb128(uint8_t **dp, uint8_t *dpe); 7768 _decode_sleb128(uint8_t **dp, uint8_t *dpe) in _decode_sleb128() argument 7777 if (src >= dpe) in _decode_sleb128() 7793 _decode_uleb128(uint8_t **dp, uint8_t *dpe) in _decode_uleb128() argument 7802 if (src >= dpe) in _decode_uleb128()
|