Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_struct.h262 u64 ptr_end; /* W7 */ member
Drvu_debugfs.c1144 seq_printf(m, "W7: ptr_end\t\t%llx\n", pool->ptr_end); in print_npa_pool_ctx()
/Linux-v6.6/fs/btrfs/
Dtree-log.c1074 unsigned long ptr_end; in __add_inode_ref() local
1089 ptr_end = ptr + btrfs_item_size(leaf, path->slots[0]); in __add_inode_ref()
1090 while (ptr < ptr_end) { in __add_inode_ref()
1537 unsigned long ptr_end; in count_inode_refs() local
1561 ptr_end = ptr + btrfs_item_size(path->nodes[0], in count_inode_refs()
1563 while (ptr < ptr_end) { in count_inode_refs()
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.c1395 aq->pool.ptr_end = ~0ULL; in otx2_pool_init()