Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://mavr.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-do-insnlist.html
Дата изменения: Unknown Дата индексирования: Fri Dec 28 19:51:59 2007 Кодировка: Поисковые слова: sojourner |
The function comedi_do_insnlist() performs multiple Comedi instructions as part of one system call. In addition, Comedi attempts to perform the instructions atomically, that is, on standard Linux kernels, no process preemption should occur during the instructions. However, the process may be preempted before or after the group of instructions.
This function can be used to avoid the overhead of multiple system calls, or to ensure that multiple instructions occur without significant delay between them. Preemption may occur if any of the instructions or the data arrays of any of the instructions exist in non-resident or copy-on-write pages.