Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dslab-depot.c1373 VDO_ASSERT_LOG_ONLY(list_empty(&slab->allocq_entry), in prioritize_slab()
1377 slab->priority, &slab->allocq_entry); in prioritize_slab()
1403 vdo_priority_table_remove(allocator->prioritized_slabs, &slab->allocq_entry); in adjust_free_block_count()
2603 list_del_init(&slab->allocq_entry); in register_slab_for_scrubbing()
2611 list_add_tail(&slab->allocq_entry, &scrubber->high_priority_slabs); in register_slab_for_scrubbing()
2615 list_add_tail(&slab->allocq_entry, &scrubber->slabs); in register_slab_for_scrubbing()
2625 VDO_ASSERT_LOG_ONLY(list_empty(&slab->allocq_entry), in queue_slab()
2711 struct vdo_slab, allocq_entry); in get_next_slab()
2716 allocq_entry); in get_next_slab()
3036 list_del_init(&slab->allocq_entry); in scrub_next_slab()
[all …]
H A Dslab-depot.h216 struct list_head allocq_entry; member