/linux-6.14.4/net/rose/ |
D | rose_link.c | 146 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()
|
D | rose_route.c | 100 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.14.4/include/linux/ |
D | hrtimer_types.h | 14 HRTIMER_NORESTART, /* Timer is not restarted */ 15 HRTIMER_RESTART, /* Timer must be restarted */
|
/linux-6.14.4/net/batman-adv/ |
D | bitarray.c | 72 /* 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.14.4/Documentation/userspace-api/media/v4l/ |
D | vidioc-streamon.rst | 60 :ref:`VIDIOC_REQBUFS` and can be restarted 67 calling :ref:`VIDIOC_REQBUFS` and can be restarted
|
/linux-6.14.4/net/netfilter/ipvs/ |
D | ip_vs_wrr.c | 165 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.14.4/drivers/crypto/intel/qat/qat_common/ |
D | adf_pfvf_pf_msg.c | 63 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.14.4/Documentation/driver-api/dmaengine/ |
D | pxa_dma.rst | 95 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.14.4/drivers/rpmsg/ |
D | qcom_glink_ssr.c | 19 * @name_len: Length of the name of the subsystem being restarted 20 * @name: G-Link edge name of the subsystem being restarted
|
/linux-6.14.4/drivers/watchdog/ |
D | rn5t618_wdt.c | 35 * 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.14.4/tools/testing/selftests/powerpc/signal/ |
D | sig_sc_double_restart.c | 3 * 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.14.4/fs/bcachefs/ |
D | btree_iter.c | 1013 trans->restarted = 0; in bch2_btree_path_traverse_all() 1159 int ret = -((int) trans->restarted); in bch2_btree_path_traverse_one() 1234 if (bch2_err_matches(ret, BCH_ERR_transaction_restart) != !!trans->restarted) in bch2_btree_path_traverse_one() 1235 panic("ret %s (%i) trans->restarted %s (%i)\n", in bch2_btree_path_traverse_one() 1237 bch2_err_str(trans->restarted), trans->restarted); in bch2_btree_path_traverse_one() 1416 if (path->should_be_locked && !trans->restarted) { in bch2_path_put() 1445 panic("trans->restart_count %u, should be %u, last restarted by %pS\n", in bch2_trans_restart_error() 1455 panic("in transaction restart: %s, last restarted by\n%s", in bch2_trans_in_restart_error() 1456 bch2_err_str(trans->restarted), in bch2_trans_in_restart_error() 1459 panic("in transaction restart: %s, last restarted by %pS\n", in bch2_trans_in_restart_error() [all …]
|
D | btree_locking.c | 680 if (trans->restarted) in __bch2_btree_path_downgrade() 712 if (trans->restarted) in bch2_trans_downgrade() 768 if (unlikely(trans->restarted)) in __bch2_trans_relock() 769 return -((int) trans->restarted); in __bch2_trans_relock()
|
/linux-6.14.4/Documentation/devicetree/bindings/watchdog/ |
D | xlnx,versal-wwdt.yaml | 18 restarted within the open window time. If software tries to restart
|
/linux-6.14.4/drivers/gpu/drm/renesas/rcar-du/ |
D | rcar_du_group.h | 33 * @need_restart: the group needs to be restarted due to a configuration change
|
/linux-6.14.4/Documentation/devicetree/bindings/power/reset/ |
D | gpio-restart.yaml | 20 When the system is restarted, the restart handler will be invoked in priority order. The GPIO
|
/linux-6.14.4/fs/ext4/ |
D | ext4_jbd2.h | 365 * transaction will be extended or restarted to contain at least @extend_cred 367 * before the transaction is restarted. 371 * restarted.
|
/linux-6.14.4/Documentation/driver-api/usb/ |
D | URB.rst | 287 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.14.4/arch/mips/include/asm/ |
D | cdmm.h | 39 * CPU pinned threads/timers can be restarted.
|
/linux-6.14.4/net/rxrpc/ |
D | net_ns.c | 110 /* Remove the timer again as the worker may have restarted it. */ in rxrpc_exit_net()
|
/linux-6.14.4/drivers/usb/class/ |
D | cdc-acm.h | 87 unsigned long urbs_in_error_delay; /* these need to be restarted after a delay */
|
/linux-6.14.4/Documentation/watchdog/ |
D | hpwdt.rst | 38 be restarted or an impending ASR to be escaped.
|
/linux-6.14.4/Documentation/ABI/testing/ |
D | debugfs-driver-qat | 98 The error is unrecoverable thus the device must be restarted to
|
/linux-6.14.4/arch/x86/lib/ |
D | copy_mc_64.S | 138 * optionally be restarted at the fault position, i.e. it
|
/linux-6.14.4/drivers/net/ethernet/chelsio/cxgb/ |
D | sge.h | 46 unsigned int cmdQ_restarted[3];/* # of times cmdQ X was restarted */
|