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

/illumos-gate/usr/src/uts/common/io/
H A Ddcopy.c61 dcopy_list_t dc_devchan_list; member in struct:dcopy_device_s
350 mutex_enter(&device->dc_devchan_list.dl_mutex);
355 mutex_exit(&device->dc_devchan_list.dl_mutex);
621 e = dcopy_list_init(&device->dc_devchan_list,
666 dcopy_list_push(&device->dc_devchan_list, channel);
678 channel = list_head(&device->dc_devchan_list.dl_list);
683 channel = list_next(&device->dc_devchan_list.dl_list, channel);
696 channel = list_head(&device->dc_devchan_list.dl_list);
699 channel = dcopy_list_pop(&device->dc_devchan_list);
708 dcopy_list_fini(&device->dc_devchan_list);
[all...]

Completed in 59 milliseconds