Home
last modified time | relevance | path

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

/linux-6.15/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()
2603 list_del_init(&slab->allocq_entry); 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()
3278 struct vdo_slab, allocq_entry)); in vdo_allocate_block()
3435 list_del_init(&slab->allocq_entry); in apply_to_slabs()
3717 list_del(&slab->allocq_entry); in free_slab()
[all …]
H A Dslab-depot.h216 struct list_head allocq_entry; member