Home
last modified time | relevance | path

Searched refs:ptr_end (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg.h759 uint8_t *ptr, *ptr_end; in tcg_malloc() local
765 ptr_end = ptr + size; in tcg_malloc()
766 if (unlikely(ptr_end > s->pool_end)) { in tcg_malloc()
769 s->pool_cur = ptr_end; in tcg_malloc()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h262 u64 ptr_end; /* W7 */ member
H A Drvu_debugfs.c1142 seq_printf(m, "W7: ptr_end\t\t%llx\n", pool->ptr_end); in print_npa_pool_ctx()
/openbmc/linux/fs/btrfs/
H A Dtree-log.c1093 unsigned long ptr_end; in __add_inode_ref() local
1108 ptr_end = ptr + btrfs_item_size(leaf, path->slots[0]); in __add_inode_ref()
1109 while (ptr < ptr_end) { in __add_inode_ref()
1556 unsigned long ptr_end; in count_inode_refs() local
1580 ptr_end = ptr + btrfs_item_size(path->nodes[0], in count_inode_refs()
1582 while (ptr < ptr_end) { in count_inode_refs()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c1400 aq->pool.ptr_end = ~0ULL; in otx2_pool_init()