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.c1376 VDO_ASSERT_LOG_ONLY(list_empty(&slab->allocq_entry), in prioritize_slab()
1380 slab->priority, &slab->allocq_entry); in prioritize_slab()
1407 vdo_priority_table_remove(allocator->prioritized_slabs, &slab->allocq_entry); in adjust_free_block_count()
2615 list_del_init(&slab->allocq_entry); in register_slab_for_scrubbing()
2623 list_add_tail(&slab->allocq_entry, &scrubber->high_priority_slabs); in register_slab_for_scrubbing()
2627 list_add_tail(&slab->allocq_entry, &scrubber->slabs); in register_slab_for_scrubbing()
2637 VDO_ASSERT_LOG_ONLY(list_empty(&slab->allocq_entry), in queue_slab()
2719 struct vdo_slab, allocq_entry); in get_next_slab()
2724 allocq_entry); in get_next_slab()
3045 list_del_init(&slab->allocq_entry); in scrub_next_slab()
[all …]
H A Dslab-depot.h216 struct list_head allocq_entry; member