/linux-6.14.4/tools/testing/selftests/livepatch/ |
D | test-livepatch.sh | 23 if [[ "$(cat /proc/cmdline)" != "$MOD_LIVEPATCH1: this has been live patched" ]] ; then 31 if [[ "$(cat /proc/cmdline)" == "$MOD_LIVEPATCH1: this has been live patched" ]] ; then 60 grep 'live patched' /proc/cmdline > /dev/kmsg 61 grep 'live patched' /proc/meminfo > /dev/kmsg 65 grep 'live patched' /proc/cmdline > /dev/kmsg 66 grep 'live patched' /proc/meminfo > /dev/kmsg 71 grep 'live patched' /proc/cmdline > /dev/kmsg 72 grep 'live patched' /proc/meminfo > /dev/kmsg 77 grep 'live patched' /proc/cmdline > /dev/kmsg 78 grep 'live patched' /proc/meminfo > /dev/kmsg [all …]
|
/linux-6.14.4/Documentation/ABI/testing/ |
D | sysfs-kernel-livepatch | 4 Contact: live[email protected] 6 Interface for kernel live patching 9 each loaded live patch module. 14 Contact: live[email protected] 22 Contact: live[email protected] 31 Contact: live[email protected] 39 Contact: live[email protected] 53 Contact: live[email protected] 62 This attribute specifies the sequence in which live patch modules 63 are applied to the system. If multiple live patches modify the same [all …]
|
D | debugfs-vfio | 15 of vfio devices that support live migration. 16 The debugfs of each vfio device that supports live migration 23 Description: Read the live migration status of the vfio device.
|
D | debugfs-hisi-migration | 6 required for device live migration. These data include device 9 is defined by the live migration driver. 15 Description: Read the data from the last completed live migration.
|
/linux-6.14.4/tools/net/ynl/samples/ |
D | page-pool.c | 19 } live[2]; member 50 s->live[l].cnt++; in count() 52 s->live[l].refs += pp->inflight; in count() 54 s->live[l].bytes += pp->inflight_mem; in count() 125 s->live[1].cnt, s->live[0].cnt); in main() 127 s->live[1].refs, s->live[1].bytes, in main() 128 s->live[0].refs, s->live[0].bytes); in main()
|
/linux-6.14.4/Documentation/devicetree/ |
D | of_unittest.rst | 13 is attached to the live tree dynamically, independent of the machine's 136 blob. And finally, if the machine's device tree (i.e live tree) is present, 137 then it attaches the unflattened test data tree to the live tree, else it 138 attaches itself as a live device tree. 141 live tree as explained below. To explain the same, the test data tree described 142 in Figure 2 is attached to the live tree described in Figure 1:: 153 Figure 2: Example test data tree to be attached to live tree. 155 According to the scenario above, the live tree is already present so it isn't 160 given parent in live tree. But, if parent already has a child then the new node 162 data node is attached to the live tree above (Figure 1), the final structure is [all …]
|
/linux-6.14.4/fs/xfs/scrub/ |
D | nlinks.h | 9 /* Live link count control structure. */ 19 * step because the collection iscan coordinates live updates to the 27 * Hook into directory updates so that we can receive live updates 99 xchk_nlink_total(struct xfs_inode *ip, const struct xchk_nlink *live) in xchk_nlink_total() argument 101 uint64_t ret = live->parents; in xchk_nlink_total() 106 return ret + live->children; in xchk_nlink_total()
|
D | iscan.c | 28 * Live File Scan 31 * Live file scans walk every inode in a live filesystem. This is more or 41 * live updates, which means there must be a provision to update the new index 43 * can be used in live update hook code to stop the scan and protect this data 47 * the live filesystem, it is assumed that the caller will add hooks as needed 195 * the same time so that the scan user can receive live updates for inodes that 213 * live updates. in xchk_iscan_move_cursor() 240 /* All live updates will be applied from now on */ in xchk_iscan_finish() 259 * -ECANCELED if the live scan aborted, -EBUSY if the AGI could not be grabbed, 295 * scan forward, so set the iscan cursor to (ino - 1) so that our live update [all …]
|
/linux-6.14.4/fs/bcachefs/ |
D | btree_cache.c | 55 struct btree_cache *bc = container_of(list, struct btree_cache, live[list->idx]); in btree_cache_can_free() 230 list_move(&b->list, &bc->live[1].list); in bch2_node_pin() 231 bc->live[0].nr--; in bch2_node_pin() 232 bc->live[1].nr++; in bch2_node_pin() 246 list_for_each_entry_safe(b, n, &bc->live[1].list, list) { in bch2_btree_cache_unpin() 248 list_move(&b->list, &bc->live[0].list); in bch2_btree_cache_unpin() 249 bc->live[0].nr++; in bch2_btree_cache_unpin() 250 bc->live[1].nr--; in bch2_btree_cache_unpin() 270 --bc->live[btree_node_pinned(b)].nr; in __bch2_btree_node_hash_remove() 297 list_add_tail(&b->list, &bc->live[p].list); in __bch2_btree_node_hash_insert() [all …]
|
/linux-6.14.4/tools/testing/selftests/gpio/ |
D | gpio-sim.sh | 26 if [ "$BANK" = "live" -o "$BANK" = "dev_name" ]; then 93 echo 1 > $CONFIGFS_DIR/$CHIP/live || fail "Unable to enable the chip" 99 echo 0 > $CONFIGFS_DIR/$CHIP/live || fail "Unable to disable the chip" 283 echo "2.9. Can't modify settings when chip is live" 288 fail "Setting label of a live chip should fail" 290 fail "Setting number of lines of a live chip should fail" 294 echo "2.10. Can't create line items when chip is live" 306 echo 1 > $CONFIGFS_DIR/chip/live 2> /dev/null && fail "Probe error was not propagated" 311 echo 1 > $CONFIGFS_DIR/chip/live 2> /dev/null && fail "Chip enabled without any GPIO banks" 320 echo 1 > $CONFIGFS_DIR/chip/live 2> /dev/null && fail "Duplicate chip labels were not rejected"
|
/linux-6.14.4/drivers/of/ |
D | resolver.c | 218 * of_resolve_phandles - Relocate and resolve overlay against live tree 223 * does not conflict with the live expanded devicetree. Update references 225 * in @overlay that refer to the live expanded devicetree. 227 * Phandle values in the live tree are in the range of 234 * the name of a symbol (a label) in the live tree. The values of each 237 * corresponding to that symbol in the live tree. Update the references in 238 * the overlay with the phandle values in the live tree. 242 * Resolving and applying @overlay to the live expanded devicetree must be 312 pr_err("node label '%s' not found in live devicetree symbols table\n", in of_resolve_phandles()
|
/linux-6.14.4/Documentation/devicetree/bindings/display/xlnx/ |
D | xlnx,zynqmp-dpsub.yaml | 21 Live Video --->| | --> | Audio | Audio | |---> | PHY1 | 23 Live Audio --->| | --> | | || +-------------+ | 31 live audio/video streams from the programmable logic. The Video Rendering 72 dp_vtc_pixel_clk_in is the non-live video clock (from Processing 75 dp_live_video_in_clk is the live video clock (from Programmable 133 description: The live video input from the programmable logic 137 description: The live graphics input from the programmable logic 141 description: The live audio input from the programmable logic
|
/linux-6.14.4/samples/livepatch/ |
D | livepatch-sample.c | 3 * livepatch-sample.c - Kernel Live Patching Sample Module 15 * This (dumb) live patch overrides the function that prints the 25 * this has been live patched 35 seq_printf(m, "%s\n", "this has been live patched"); in livepatch_cmdline_proc_show()
|
/linux-6.14.4/drivers/gpu/drm/i915/selftests/ |
D | i915_selftest.c | 76 int (*live)(struct drm_i915_private *); member 86 #define selftest(n, f) [live_##n] = { .name = #n, { .live = f } }, 92 #define selftest(n, f) [perf_##n] = { .name = #n, { .live = f } }, 214 err = st->live(data); in __run_selftests() 263 if (!i915_selftest.live) in i915_live_selftests() 282 err = run_selftests(live, i915); in i915_live_selftests() 284 i915_selftest.live = err; in i915_live_selftests() 288 if (i915_selftest.live < 0) { in i915_live_selftests() 289 i915_selftest.live = -ENOTTY; in i915_live_selftests() 513 module_param_named_unsafe(live_selftests, i915_selftest.live, int, 0400); [all …]
|
/linux-6.14.4/Documentation/admin-guide/media/ |
D | gspca-cardlist.rst | 21 zc3xx 041e:041e Creative WebCam Live! 40 zc3xx 041e:4036 Creative Live ! 44 sq930x 041e:403c Creative Live! Ultra 45 sq930x 041e:403d Creative Live! Ultra for Notebooks 46 sq930x 041e:4041 Creative Live! Motion 47 zc3xx 041e:4051 Creative Live!Cam Notebook Pro (VF0250) 48 ov519 041e:4052 Creative Live! VISTA IM 49 zc3xx 041e:4053 Creative Live!Cam Video IM 50 vc032x 041e:405b Creative Live! Cam Notebook Ultra (VC0130) 51 ov519 041e:405f Creative Live! VISTA VF0330 [all …]
|
/linux-6.14.4/Documentation/driver-api/nvdimm/ |
D | firmware-activate.rst | 41 either 'live', or 'quiesce'. A value of 'quiesce' triggers the kernel to 44 modifications of system memory. A value of 'live' attempts 50 'live' or 'quiesce', where 'live' indicates that the firmware 53 expect and injects a quiet period for the memory controller, but 'live'
|
/linux-6.14.4/Documentation/networking/ |
D | net_failover.rst | 24 datapath. It also enables hypervisor controlled live migration of a VM with 65 be brought UP during live migration to allow uninterrupted communication. 113 Live Migration of a VM with SR-IOV VF & virtio-net in STANDBY mode 116 net_failover also enables hypervisor controlled live migration to be supported 120 Here is a sample script that shows the steps to initiate live migration from 153 virsh detach-device --live --config $DOMAIN $VF_XML 163 virsh migrate --live --persistent $DOMAIN qemu+ssh://$REMOTE_HOST/system 183 virsh attach-device --config --live vm01 vf.xml
|
/linux-6.14.4/drivers/gpu/host1x/hw/ |
D | syncpt_hw.c | 56 u32 old, live; in syncpt_load() local 61 live = host1x_sync_readl(host, HOST1X_SYNC_SYNCPT(sp->id)); in syncpt_load() 62 } while ((u32)atomic_cmpxchg(&sp->min_val, old, live) != old); in syncpt_load() 64 if (!host1x_syncpt_check_max(sp, live)) in syncpt_load() 69 return live; in syncpt_load()
|
/linux-6.14.4/net/rxrpc/ |
D | net_ns.c | 18 if (rxnet->live) in rxrpc_service_conn_reap_timeout() 27 if (rxnet->live) in rxrpc_peer_keepalive_timeout() 39 rxnet->live = true; in rxrpc_init_net() 96 rxnet->live = false; in rxrpc_init_net() 107 rxnet->live = false; in rxrpc_exit_net()
|
/linux-6.14.4/kernel/livepatch/ |
D | Kconfig | 5 Arch supports kernel live patching 8 bool "Kernel Live Patching" 16 Say Y here if you want to support kernel live patching.
|
/linux-6.14.4/sound/pci/emu10k1/ |
D | emu10k1_main.c | 300 if (enable_ir) { /* enable IR for SB Live */ in snd_emu10k1_init() 1297 .driver = "EMU10K1", .name = "SB Live! 5.1 [SB0220]", 1298 .id = "Live", 1303 .driver = "EMU10K1", .name = "SB Live! [SB0105]", 1304 .id = "Live", 1309 .driver = "EMU10K1", .name = "SB Live! Value [SB0103]", 1310 .id = "Live", 1315 .driver = "EMU10K1", .name = "SB Live! Value [SB0101]", 1316 .id = "Live", 1324 .driver = "EMU10K1", .name = "SB Live! 5.1 Dell OEM [SB0228]", [all …]
|
/linux-6.14.4/Documentation/bpf/ |
D | bpf_prog_run.rst | 49 returned to userspace. A separate mode for live execution of XDP programs is 52 Running XDP programs in "live frame mode" 55 The ``BPF_PROG_RUN`` command has a separate mode for running live XDP programs, 62 The live packet mode is optimised for high performance execution of the supplied 67 - When executing an XDP program in live frame mode, the result of the execution 80 the regular (non-live) mode. The XDP program will be executed as though the
|
/linux-6.14.4/include/uapi/linux/ |
D | vmclock-abi.h | 7 * live migration, which other clock enlightenments do not. 9 * When a guest is live migrated, this affects the clock in two ways. 15 * live migration there is a step change in the frequency, with no warning. 25 * guest that live migration has occurred. This allows the guest to know that 36 * immediately after live migration, rather than having to pause operations 49 * nascent virtio-rtc standard, as a virtio-rtc that does not address the live 84 * counter is disrupted, for example on live migration. This lets
|
/linux-6.14.4/arch/arm/mach-orion5x/ |
D | Kconfig | 63 bool "Buffalo Terastation Pro II/Live" 67 Buffalo Terastation Pro II/Live platform. 70 bool "Buffalo Linkstation Pro/Live" 75 Buffalo Linkstation Pro/Live platform. Both v1 and
|
/linux-6.14.4/drivers/media/rc/keymaps/ |
D | rc-dntv-live-dvbt-pro.c | 2 // dntv-live-dvbt-pro.h - Keytable for dntv_live_dvbt_pro Remote Controller 11 /* DigitalNow DNTV Live! DVB-T Pro Remote */ 17 { 0x55, KEY_TV }, /* live tv */ 94 MODULE_DESCRIPTION("DigitalNow DNTV Live DVB-T Remote controller keytable");
|