Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/dm-vdo/
Dint-map.c62 #define NULL_HOP_OFFSET 0 /* the hop offset value terminating the hop list */ macro
246 BUILD_BUG_ON(NULL_HOP_OFFSET != 0); in dereference_hop()
247 if (hop_offset == NULL_HOP_OFFSET) in dereference_hop()
268 if ((next_hop == NULL_HOP_OFFSET) || (next_hop > hop_offset)) { in insert_in_hop_list()
280 if ((next_hop == NULL_HOP_OFFSET) || (next_hop > hop_offset)) { in insert_in_hop_list()
332 while (next_hop != NULL_HOP_OFFSET) { in search_hop_list()
500 new_hole->next_hop = NULL_HOP_OFFSET; in move_empty_bucket()
705 victim->next_hop = NULL_HOP_OFFSET; in vdo_int_map_remove()