Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ia64/sn/io/sn2/
Dml_iograph.c61 xswitch_vol_t xvolinfo; in xswitch_vertex_init() local
64 xvolinfo = snia_kmem_zalloc(sizeof(struct xswitch_vol_s)); in xswitch_vertex_init()
65 init_MUTEX(&xvolinfo->xswitch_volunteer_mutex); in xswitch_vertex_init()
68 (arbitrary_info_t)xvolinfo); in xswitch_vertex_init()
80 xswitch_vol_t xvolinfo; in xswitch_volunteer_delete() local
86 (arbitrary_info_t *)&xvolinfo); in xswitch_volunteer_delete()
87 snia_kmem_free(xvolinfo, sizeof(struct xswitch_vol_s)); in xswitch_volunteer_delete()
96 xswitch_vol_t xvolinfo = NULL; in volunteer_for_widgets() local
102 (arbitrary_info_t *)&xvolinfo); in volunteer_for_widgets()
103 if (xvolinfo == NULL) { in volunteer_for_widgets()
[all …]