Lines Matching refs:global
103 list_for_each_entry_safe(gli, temp, &global.gluns, list) in lookup_global()
165 list_add(&gli->list, &global.gluns); in find_and_create_lun()
180 mutex_lock(&global.mutex); in cxlflash_term_local_luns()
185 mutex_unlock(&global.mutex); in cxlflash_term_local_luns()
193 INIT_LIST_HEAD(&global.gluns); in cxlflash_list_init()
194 mutex_init(&global.mutex); in cxlflash_list_init()
195 global.err_page = NULL; in cxlflash_list_init()
205 mutex_lock(&global.mutex); in cxlflash_term_global_luns()
206 list_for_each_entry_safe(gli, temp, &global.gluns, list) { in cxlflash_term_global_luns()
211 mutex_unlock(&global.mutex); in cxlflash_term_global_luns()
233 mutex_lock(&global.mutex); in cxlflash_manage_lun()
266 mutex_unlock(&global.mutex); in cxlflash_manage_lun()