Searched refs:dpe (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | ddt.c | 2530 ddt_prune_entry_t *dpe; in prune_candidates_sync() local 2535 while ((dpe = list_remove_head(&dpi->dpi_candidates)) != NULL) { in prune_candidates_sync() 2537 ddt_t *ddt = dpe->dpe_ddt; in prune_candidates_sync() 2545 if (avl_find(&ddt->ddt_tree, &dpe->dpe_key, NULL)) { in prune_candidates_sync() 2547 kmem_free(dpe, sizeof (*dpe)); in prune_candidates_sync() 2551 ddt_bp_create(ddt->ddt_checksum, &dpe->dpe_key, in prune_candidates_sync() 2552 dpe->dpe_phys, DDT_PHYS_FLAT, &blk); in prune_candidates_sync() 2567 kmem_free(dpe, sizeof (*dpe)); in prune_candidates_sync() 2585 ddt_prune_entry_t *dpe = kmem_alloc(dpe_size, KM_SLEEP); in ddt_prune_entry() local 2587 dpe->dpe_ddt = ddt; in ddt_prune_entry() [all …]
|
/freebsd/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()
|