Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_vnops.c3048 int error, interrupted; in vn_generic_copy_file_range() local
3058 interrupted = 0; in vn_generic_copy_file_range()
3148 while (len > 0 && error == 0 && !eof && interrupted == 0) { in vn_generic_copy_file_range()
3210 interrupted = sig_intr(); in vn_generic_copy_file_range()
3232 while (copylen > 0 && error == 0 && !eof && interrupted == 0) { in vn_generic_copy_file_range()
3274 interrupted = sig_intr(); in vn_generic_copy_file_range()
H A Duipc_syscalls.c490 int error, interrupted = 0; in kern_connectat() local
533 interrupted = 1; in kern_connectat()
543 if (!interrupted) in kern_connectat()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dptpclient.rst193 The forwarding loop can be interrupted and the application closed using
H A Dskeleton.rst289 The forwarding loop can be interrupted and the application closed using
H A Dflow_filtering.rst353 The forwarding loop can be interrupted and the application closed using
H A Dflow_classify.rst543 The forwarding loop can be interrupted and the application closed using
H A Dioat.rst314 interrupted and closed using ``Ctrl-C``. The main lcore waits for
/f-stack/freebsd/contrib/openzfs/contrib/dracut/
H A DREADME.dracut.markdown82 … is mounted. If the rollback operation fails, the boot process will be interrupted with a Dracut r…
/f-stack/dpdk/doc/guides/eventdevs/
H A Ddlb.rst307 interrupted or otherwise delayed, etc.
H A Ddlb2.rst352 interrupted or otherwise delayed, etc.
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib431 # Create a temporary clone result of an interrupted resumable 'zfs receive'
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt16236 execution of ACPI control methods not be interrupted by signals.