Home
last modified time | relevance | path

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

12345678910>>...15

/linux-6.15/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()
Drose_route.c100 rose_neigh->restarted = 0; in rose_add_node()
388 sn->restarted = 1; in rose_add_loopback_neigh()
692 if (node->neighbour[i]->restarted) { in rose_get_neigh()
772 rose_neigh->restarted = 0; in rose_del_route_by_neigh()
1202 (rose_neigh->restarted) ? "yes" : "no", in rose_neigh_show()
/linux-6.15/include/linux/ !
Dhrtimer_types.h14 HRTIMER_NORESTART, /* Timer is not restarted */
15 HRTIMER_RESTART, /* Timer must be restarted */
/linux-6.15/rust/kernel/time/ !
Dhrtimer.rs12 //! - Stopped: initialized but not started, or cancelled, or not restarted.
13 //! - Started: initialized and started or restarted.
180 /// A handle representing a started or restarted timer.
191 /// already running, it is restarted with the new expiry time.
217 /// running, it is restarted at the new expiry time.
386 /// Timer should not be restarted.
389 /// Timer should be restarted.
/linux-6.15/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()
/linux-6.15/Documentation/userspace-api/media/v4l/ !
Dvidioc-streamon.rst60 :ref:`VIDIOC_REQBUFS` and can be restarted
67 calling :ref:`VIDIOC_REQBUFS` and can be restarted
/linux-6.15/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()
/linux-6.15/drivers/crypto/intel/qat/qat_common/ !
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-6.15/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.
/linux-6.15/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
/linux-6.15/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()
/linux-6.15/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()
/linux-6.15/fs/bcachefs/ !
Dbtree_iter.c999 trans->restarted = 0; in bch2_btree_path_traverse_all()
1145 int ret = -((int) trans->restarted); in bch2_btree_path_traverse_one()
1220 if (bch2_err_matches(ret, BCH_ERR_transaction_restart) != !!trans->restarted) in bch2_btree_path_traverse_one()
1221 panic("ret %s (%i) trans->restarted %s (%i)\n", in bch2_btree_path_traverse_one()
1223 bch2_err_str(trans->restarted), trans->restarted); in bch2_btree_path_traverse_one()
1402 if (path->should_be_locked && !trans->restarted) { in bch2_path_put()
1431 panic("trans->restart_count %u, should be %u, last restarted by %pS\n", in bch2_trans_restart_error()
1441 panic("in transaction restart: %s, last restarted by\n%s", in bch2_trans_in_restart_error()
1442 bch2_err_str(trans->restarted), in bch2_trans_in_restart_error()
1445 panic("in transaction restart: %s, last restarted by %pS\n", in bch2_trans_in_restart_error()
[all …]
Dbtree_locking.c682 if (trans->restarted) in __bch2_btree_path_downgrade()
714 if (trans->restarted) in bch2_trans_downgrade()
770 if (unlikely(trans->restarted)) in __bch2_trans_relock()
771 return -((int) trans->restarted); in __bch2_trans_relock()
/linux-6.15/Documentation/devicetree/bindings/watchdog/ !
Dxlnx,versal-wwdt.yaml18 restarted within the open window time. If software tries to restart
/linux-6.15/fs/ext4/ !
Dext4_jbd2.h281 * transaction will be extended or restarted to contain at least @extend_cred
283 * before the transaction is restarted.
287 * restarted.
/linux-6.15/drivers/gpu/drm/renesas/rcar-du/ !
Drcar_du_group.h33 * @need_restart: the group needs to be restarted due to a configuration change
/linux-6.15/Documentation/devicetree/bindings/power/reset/ !
Dgpio-restart.yaml20 When the system is restarted, the restart handler will be invoked in priority order. The GPIO
/linux-6.15/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,
/linux-6.15/drivers/usb/class/ !
Dcdc-acm.h87 unsigned long urbs_in_error_delay; /* these need to be restarted after a delay */
/linux-6.15/arch/mips/include/asm/ !
Dcdmm.h39 * CPU pinned threads/timers can be restarted.
/linux-6.15/net/rxrpc/ !
Dnet_ns.c110 /* Remove the timer again as the worker may have restarted it. */ in rxrpc_exit_net()
/linux-6.15/Documentation/ABI/testing/ !
Ddebugfs-driver-qat98 The error is unrecoverable thus the device must be restarted to
/linux-6.15/Documentation/watchdog/ !
Dhpwdt.rst38 be restarted or an impending ASR to be escaped.
/linux-6.15/arch/x86/lib/ !
Dcopy_mc_64.S138 * optionally be restarted at the fault position, i.e. it

12345678910>>...15