Searched refs:iucv_path_table (Results 1 – 1 of 1) sorted by relevance
184 static struct iucv_path **iucv_path_table; variable594 iucv_path_table = kzalloc(alloc_size, GFP_KERNEL); in iucv_enable()595 if (!iucv_path_table) in iucv_enable()607 kfree(iucv_path_table); in iucv_enable()608 iucv_path_table = NULL; in iucv_enable()624 kfree(iucv_path_table); in iucv_disable()625 iucv_path_table = NULL; in iucv_disable()668 if (!iucv_path_table) in iucv_cpu_online()678 if (!iucv_path_table) in iucv_cpu_down_prep()749 if (iucv_path_table[p->data.ippathid] == NULL) { in iucv_cleanup_queue()[all …]