Searched refs:memory_blocks (Results 1 – 2 of 2) sorted by relevance
83 static DEFINE_XARRAY(memory_blocks);580 mem = xa_load(&memory_blocks, block_id); in find_memory_block_by_id()635 ret = xa_err(xa_store(&memory_blocks, memory->dev.id, memory, in register_memory()668 list_add(&mem->group_next, &group->memory_blocks); in init_memory_block()697 WARN_ON(xa_erase(&memory_blocks, memory->dev.id) == NULL); in unregister_memory()936 INIT_LIST_HEAD(&new_group->memory_blocks); in memory_group_register()1032 if (!list_empty(&group->memory_blocks)) in memory_group_unregister()
54 struct list_head memory_blocks; member
Completed in 6 milliseconds