Searched refs:iucv_path_table (Results 1 – 1 of 1) sorted by relevance
197 static struct iucv_path **iucv_path_table; variable607 iucv_path_table = kzalloc(alloc_size, GFP_KERNEL); in iucv_enable()608 if (!iucv_path_table) in iucv_enable()620 kfree(iucv_path_table); in iucv_enable()621 iucv_path_table = NULL; in iucv_enable()637 kfree(iucv_path_table); in iucv_disable()638 iucv_path_table = NULL; in iucv_disable()681 if (!iucv_path_table) in iucv_cpu_online()691 if (!iucv_path_table) in iucv_cpu_down_prep()762 if (iucv_path_table[p->data.ippathid] == NULL) { in iucv_cleanup_queue()[all …]