Searched refs:iucv_path_table (Results 1 – 1 of 1) sorted by relevance
161 static struct iucv_path **iucv_path_table; variable548 iucv_path_table = kzalloc(alloc_size, GFP_KERNEL); in iucv_enable()549 if (!iucv_path_table) in iucv_enable()561 kfree(iucv_path_table); in iucv_enable()562 iucv_path_table = NULL; in iucv_enable()578 kfree(iucv_path_table); in iucv_disable()579 iucv_path_table = NULL; in iucv_disable()622 if (!iucv_path_table) in iucv_cpu_online()632 if (!iucv_path_table) in iucv_cpu_down_prep()703 if (iucv_path_table[p->data.ippathid] == NULL) { in iucv_cleanup_queue()[all …]