Searched refs:ptr_end (Results 1 – 5 of 5) sorted by relevance
759 uint8_t *ptr, *ptr_end; in tcg_malloc() local765 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()
262 u64 ptr_end; /* W7 */ member
1142 seq_printf(m, "W7: ptr_end\t\t%llx\n", pool->ptr_end); in print_npa_pool_ctx()
1093 unsigned long ptr_end; in __add_inode_ref() local1108 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() local1580 ptr_end = ptr + btrfs_item_size(path->nodes[0], in count_inode_refs()1582 while (ptr < ptr_end) { in count_inode_refs()
1400 aq->pool.ptr_end = ~0ULL; in otx2_pool_init()