Searched refs:xvolinfo (Results 1 – 1 of 1) sorted by relevance
61 xswitch_vol_t xvolinfo; in xswitch_vertex_init() local64 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() local86 (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() local102 (arbitrary_info_t *)&xvolinfo); in volunteer_for_widgets()103 if (xvolinfo == NULL) { in volunteer_for_widgets()[all …]