Searched refs:dc_devchan_list (Results 1 – 1 of 1) sorted by relevance
61 dcopy_list_t dc_devchan_list; member350 mutex_enter(&device->dc_devchan_list.dl_mutex); in dcopy_free()355 mutex_exit(&device->dc_devchan_list.dl_mutex); in dcopy_free()621 e = dcopy_list_init(&device->dc_devchan_list, in dcopy_device_register()666 dcopy_list_push(&device->dc_devchan_list, channel); in dcopy_device_register()678 channel = list_head(&device->dc_devchan_list.dl_list); in dcopy_device_register()683 channel = list_next(&device->dc_devchan_list.dl_list, channel); in dcopy_device_register()696 channel = list_head(&device->dc_devchan_list.dl_list); in dcopy_device_register()699 channel = dcopy_list_pop(&device->dc_devchan_list); in dcopy_device_register()708 dcopy_list_fini(&device->dc_devchan_list); in dcopy_device_register()[all …]