Home
last modified time | relevance | path

Searched refs:iucv_path_table (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/net/iucv/
Diucv.c197 static struct iucv_path **iucv_path_table; variable
589 iucv_path_table = kzalloc(alloc_size, GFP_KERNEL); in iucv_enable()
590 if (!iucv_path_table) in iucv_enable()
602 kfree(iucv_path_table); in iucv_enable()
603 iucv_path_table = NULL; in iucv_enable()
619 kfree(iucv_path_table); in iucv_disable()
620 iucv_path_table = NULL; in iucv_disable()
682 if (!iucv_path_table) in iucv_cpu_notify()
688 if (!iucv_path_table) in iucv_cpu_notify()
763 if (iucv_path_table[p->data.ippathid] == NULL) { in iucv_cleanup_queue()
[all …]