Home
last modified time | relevance | path

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

12345678910>>...27

/kernel/linux/linux-6.6/net/rose/
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()
/kernel/linux/linux-5.10/net/rose/
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()
/kernel/linux/linux-6.6/net/batman-adv/
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()
/kernel/linux/linux-5.10/net/batman-adv/
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()
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
Dvidioc-streamon.rst60 :ref:`VIDIOC_REQBUFS` and can be restarted
67 calling :ref:`VIDIOC_REQBUFS` and can be restarted
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dvidioc-streamon.rst61 :ref:`VIDIOC_REQBUFS` and can be restarted
68 calling :ref:`VIDIOC_REQBUFS` and can be restarted
/kernel/linux/linux-5.10/net/netfilter/ipvs/
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()
/kernel/linux/linux-6.6/net/netfilter/ipvs/
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()
/kernel/linux/linux-5.10/Documentation/driver-api/dmaengine/
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.
/kernel/linux/linux-6.6/Documentation/driver-api/dmaengine/
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.
/kernel/linux/linux-5.10/drivers/rpmsg/
Dqcom_glink_ssr.c18 * name_len: Length of the name of the subsystem being restarted
19 * name: G-Link edge name of the subsystem being restarted
/kernel/linux/linux-6.6/drivers/rpmsg/
Dqcom_glink_ssr.c19 * @name_len: Length of the name of the subsystem being restarted
20 * @name: G-Link edge name of the subsystem being restarted
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/signal/
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()
/kernel/linux/linux-5.10/drivers/watchdog/
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()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/signal/
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()
/kernel/linux/linux-6.6/drivers/watchdog/
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()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/watchdog/
Dof-xilinx-wdt.txt13 - xlnx,wdt-enable-once : 0 - Watchdog can be restarted
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/watchdog/
Dxlnx,versal-wwdt.yaml18 restarted within the open window time. If software tries to restart
/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/
Drcar_du_group.h33 * @need_restart: the group needs to be restarted due to a configuration change
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/rcar-du/
Drcar_du_group.h33 * @need_restart: the group needs to be restarted due to a configuration change
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/reset/
Dgpio-restart.txt10 When the system is restarted, the restart handler will be invoked in
/kernel/linux/linux-5.10/fs/ext4/
Dext4_jbd2.h362 * transaction will be extended or restarted to contain at least @extend_cred
364 * before the transaction is restarted.
368 * restarted.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/reset/
Dgpio-restart.yaml20 When the system is restarted, the restart handler will be invoked in priority order. The GPIO
/kernel/linux/linux-6.6/fs/ext4/
Dext4_jbd2.h365 * transaction will be extended or restarted to contain at least @extend_cred
367 * before the transaction is restarted.
371 * restarted.
/kernel/linux/linux-5.10/Documentation/driver-api/usb/
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,

12345678910>>...27