Searched refs:iucv_path_table (Results 1 – 1 of 1) sorted by relevance
161 static struct iucv_path **iucv_path_table; variable546 iucv_path_table = kzalloc(alloc_size, GFP_KERNEL); in iucv_enable()547 if (!iucv_path_table) in iucv_enable()559 kfree(iucv_path_table); in iucv_enable()560 iucv_path_table = NULL; in iucv_enable()576 kfree(iucv_path_table); in iucv_disable()577 iucv_path_table = NULL; in iucv_disable()620 if (!iucv_path_table) in iucv_cpu_online()630 if (!iucv_path_table) in iucv_cpu_down_prep()701 if (iucv_path_table[p->data.ippathid] == NULL) { in iucv_cleanup_queue()[all …]