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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/iucv/
H A Diucv.c194 * iucv_path_table: an array of iucv_path structures.
196 static struct iucv_path **iucv_path_table; variable in typeref:struct:iucv_path
588 iucv_path_table = kzalloc(alloc_size, GFP_KERNEL);
589 if (!iucv_path_table)
601 kfree(iucv_path_table);
602 iucv_path_table = NULL;
618 kfree(iucv_path_table);
619 iucv_path_table = NULL;
669 if (!iucv_path_table)
675 if (!iucv_path_table)
[all...]

Completed in 48 milliseconds