Home
last modified time | relevance | path

Searched full:restarted (Results 1 – 25 of 267) sorted by relevance

1234567891011

/linux/net/rose/
H A Drose_link.c146 neigh->restarted = 1; in rose_link_rx_restart()
153 neigh->restarted = 1; in rose_link_rx_restart()
166 if (neigh->restarted) { in rose_link_rx_restart()
272 neigh->restarted = 0; in rose_transmit_link()
277 if (neigh->restarted) { in rose_transmit_link()
H A Drose_route.c99 rose_neigh->restarted = 0; in rose_add_node()
384 sn->restarted = 1; in rose_add_loopback_neigh()
691 if (node->neighbour[i]->restarted) { in rose_get_neigh()
773 rose_neigh->restarted = 0; in rose_del_route_by_neigh()
1205 (rose_neigh->restarted) ? "yes" : "no", in rose_neigh_show()
/linux/include/linux/
H A Dhrtimer_types.h14 HRTIMER_NORESTART, /* Timer is not restarted */
15 HRTIMER_RESTART, /* Timer must be restarted */
/linux/net/batman-adv/
H A Dbitarray.c72 /* received a much older packet. The other host either restarted in batadv_bit_get_packet()
82 "Other host probably restarted!\n"); in batadv_bit_get_packet()
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-streamon.rst60 :ref:`VIDIOC_REQBUFS` and can be restarted
67 calling :ref:`VIDIOC_REQBUFS` and can be restarted
/linux/net/netfilter/ipvs/
H A Dip_vs_wrr.c165 bool last_pass = false, restarted = false; in ip_vs_wrr_schedule() local
198 restarted = true; in ip_vs_wrr_schedule()
201 if (last_pass && restarted && in ip_vs_wrr_schedule()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_pfvf_pf_msg.c63 dev_dbg(&GET_DEV(accel_dev), "pf2vf notify restarted\n"); in adf_pf2vf_notify_restarted()
68 "Failed to send restarted msg to VF%d\n", i); in adf_pf2vf_notify_restarted()
/linux/rust/kernel/time/
H A Dhrtimer.rs12 //! - Stopped: initialized but not started, or cancelled, or not restarted.
13 //! - Started: initialized and started or restarted.
267 /// A handle representing a started or restarted timer. in start_scoped()
278 /// already running, it is restarted with the new expiry time.
309 /// running, it is restarted at the new expiry time.
500 /// Timer should not be restarted.
502 /// Timer should be restarted.
/linux/Documentation/driver-api/dmaengine/
H A Dpxa_dma.rst95 restarted. Hot-chaining doesn't break the assumption that
105 "align bit" must be set, and the channel restarted As a consequence,
188 restarted in "unaligned mode" to handle tx4.
/linux/tools/testing/selftests/powerpc/signal/
H A Dsig_sc_double_restart.c3 * Test that a syscall does not get restarted twice, handled by trap_norestart()
40 * pending restarted syscall has 512 (ERESTARTSYS) in r3. The second in SIGUSR1_handler()
/linux/drivers/watchdog/
H A Drn5t618_wdt.c35 * doesn't clear it within one second the system is restarted.
113 /* The counter is restarted after a R/W access to watchdog register */ in rn5t618_wdt_ping()
/linux/Documentation/devicetree/bindings/watchdog/
H A Dxlnx,versal-wwdt.yaml18 restarted within the open window time. If software tries to restart
/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_group.h33 * @need_restart: the group needs to be restarted due to a configuration change
/linux/Documentation/devicetree/bindings/power/reset/
H A Dgpio-restart.yaml20 When the system is restarted, the restart handler will be invoked in priority order. The GPIO
/linux/Documentation/driver-api/usb/
H A DURB.rst287 restarted when they complete. They end when the completion handler is
288 called, just like other URBs. If you want an interrupt URB to be restarted,
/linux/drivers/usb/class/
H A Dcdc-acm.h87 unsigned long urbs_in_error_delay; /* these need to be restarted after a delay */
/linux/arch/mips/include/asm/
H A Dcdmm.h39 * CPU pinned threads/timers can be restarted.
/linux/net/rxrpc/
H A Dnet_ns.c110 /* Remove the timer again as the worker may have restarted it. */ in rxrpc_exit_net()
/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.h46 unsigned int cmdQ_restarted[3];/* # of times cmdQ X was restarted */
/linux/Documentation/watchdog/
H A Dhpwdt.rst38 be restarted or an impending ASR to be escaped.
/linux/arch/x86/lib/
H A Dcopy_mc_64.S138 * optionally be restarted at the fault position, i.e. it
/linux/arch/arc/kernel/
H A Dsignal.c202 /* Always make any pending restarted system calls return -EINTR */ in SYSCALL_DEFINE0()
352 * only be restarted if there was no handler for in arc_restart_syscall()
/linux/drivers/media/common/
H A Dcypress_firmware.c21 u16 cs_reg; /* needs to be restarted,
/linux/arch/arm64/kernel/
H A Dsyscall.c103 * before the syscall is restarted. in el0_svc_common()
/linux/drivers/media/usb/dvb-usb/
H A Ddvb-usb-firmware.c18 u16 cpu_cs_register; /* needs to be restarted, when the firmware has been downloaded. */

1234567891011