Home
last modified time | relevance | path

Searched refs:live (Results 1 – 25 of 152) sorted by relevance

1234567

/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Di915_selftest.c62 int (*live)(struct drm_i915_private *); member
72 #define selftest(n, f) [live_##n] = { .name = #n, { .live = f } },
138 err = st->live(data); in __run_selftests()
183 if (!i915_selftest.live) in i915_live_selftests()
186 err = run_selftests(live, to_i915(pci_get_drvdata(pdev))); in i915_live_selftests()
188 i915_selftest.live = err; in i915_live_selftests()
192 if (i915_selftest.live < 0) { in i915_live_selftests()
193 i915_selftest.live = -ENOTTY; in i915_live_selftests()
251 module_param_named_unsafe(live_selftests, i915_selftest.live, int, 0400);
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-kernel-livepatch4 Contact: live-patching@vger.kernel.org
6 Interface for kernel live patching
9 each loaded live patch module.
14 Contact: live-patching@vger.kernel.org
22 Contact: live-patching@vger.kernel.org
31 Contact: live-patching@vger.kernel.org
39 Contact: live-patching@vger.kernel.org
51 Contact: live-patching@vger.kernel.org
65 Contact: live-patching@vger.kernel.org
73 Contact: live-patching@vger.kernel.org
/Linux-v4.19/net/rxrpc/
Dnet_ns.c22 if (rxnet->live) in rxrpc_client_conn_reap_timeout()
31 if (rxnet->live) in rxrpc_service_conn_reap_timeout()
40 if (rxnet->live) in rxrpc_peer_keepalive_timeout()
52 rxnet->live = true; in rxrpc_init_net()
108 rxnet->live = false; in rxrpc_init_net()
119 rxnet->live = false; in rxrpc_exit_net()
/Linux-v4.19/drivers/gpu/host1x/hw/
Dsyncpt_hw.c63 u32 old, live; in syncpt_load() local
68 live = host1x_sync_readl(host, HOST1X_SYNC_SYNCPT(sp->id)); in syncpt_load()
69 } while ((u32)atomic_cmpxchg(&sp->min_val, old, live) != old); in syncpt_load()
71 if (!host1x_syncpt_check_max(sp, live)) in syncpt_load()
76 return live; in syncpt_load()
/Linux-v4.19/Documentation/devicetree/
Dof_unittest.txt9 is attached to the live tree dynamically, independent of the machine's
110 blob. And finally, if the machine's device tree (i.e live tree) is present,
111 then it attaches the unflattened test data tree to the live tree, else it
112 attaches itself as a live device tree.
115 live tree as explained below. To explain the same, the test data tree described
116 in Figure 2 is attached to the live tree described in Figure 1.
127 Figure 2: Example test data tree to be attached to live tree.
129 According to the scenario above, the live tree is already present so it isn't
134 given parent in live tree. But, if parent already has a child then the new node
136 data node is attached to the live tree above (Figure 1), the final structure is
[all …]
Ddynamic-resolution-notes.txt16 1. Get the maximum device tree phandle value from the live tree + 1.
21 in the live tree. This is the label used to tag the node.
/Linux-v4.19/fs/afs/
Dmain.c78 net->live = true; in afs_net_init()
132 net->live = false; in afs_net_init()
136 net->live = false; in afs_net_init()
141 net->live = false; in afs_net_init()
152 net->live = false; in afs_net_exit()
/Linux-v4.19/kernel/livepatch/
DKconfig4 Arch supports kernel live patching
15 Say Y here if you want to support kernel live patching.
/Linux-v4.19/tools/perf/Documentation/
Dperf-kmem.txt63 --live::
64 Show live page stat. The perf kmem shows total allocation stat by
65 default, but this option shows live (currently allocated) pages
Dperf-kvm.txt16 'perf kvm stat [record|report|live] [<options>]
63 'perf kvm stat live' reports statistical data in a live mode (similar to
64 record + report but with statistical data updated live at a given display
/Linux-v4.19/arch/xtensa/kernel/
Dprocess.c338 int live, last; in xtensa_elf_core_copy_regs() local
361 live = (wm & 2) ? 4 : (wm & 4) ? 8 : (wm & 8) ? 12 : 16; in xtensa_elf_core_copy_regs()
363 memcpy(elfregs->a, regs->areg, live * 4); in xtensa_elf_core_copy_regs()
/Linux-v4.19/Documentation/networking/
Dnet_failover.rst24 datapath. It also enables hypervisor controlled live migration of a VM with
79 net_failover also enables hypervisor controlled live migration to be supported
83 Here is a sample script that shows the steps to initiate live migration on
113 virsh migrate --live $DOMAIN qemu+ssh://$REMOTE_HOST/system
Dfailover.rst17 datapath. It also allows live migration of VMs with direct attached VFs by
/Linux-v4.19/Documentation/devicetree/bindings/fpga/
Dfpga-region.txt114 4. The Device Tree overlay is accepted into the live tree.
136 An FPGA Region that exists in the live Device Tree reflects the current state.
137 If the live tree shows a "firmware-name" property or child nodes under a FPGA
140 FPGA. After reprogramming is successful, the overlay is accepted into the live
176 firmware search path. If this property shows up in a live device tree
207 reenabled and the overlay makes it into the live device tree. The child devices
285 In all cases the live DT must have the FPGA Manager, FPGA Bridges (if any), and
297 applied, the live DT must include the FPGA Manager, FPGA Bridges, and a
324 * The live DT prior to the overlay being added
327 The live Device Tree must contain an FPGA Region, an FPGA Manager, and any FPGA
[all …]
/Linux-v4.19/Documentation/sound/cards/
Dindex.rst9 sb-live-mixer
/Linux-v4.19/lib/
Dis_single_threaded.c26 if (atomic_read(&task->signal->live) != 1) in current_is_single_threaded()
/Linux-v4.19/Documentation/admin-guide/LSM/
Dtomoyo.rst12 http://tomoyo.sourceforge.jp/1.8/ubuntu12.04-live.html
13 http://tomoyo.sourceforge.jp/1.8/centos6-live.html
/Linux-v4.19/Documentation/features/debug/kprobes/
Darch-support.txt4 # description: arch supports live patched kernel probe
/Linux-v4.19/Documentation/features/debug/optprobes/
Darch-support.txt4 # description: arch supports live patched optprobes
/Linux-v4.19/Documentation/features/debug/uprobes/
Darch-support.txt4 # description: arch supports live patched user probes
/Linux-v4.19/Documentation/admin-guide/mm/
Duserfaultfd.rst114 QEMU/KVM is using the userfaultfd syscall to implement postcopy live
115 migration. Postcopy live migration is one form of memory
119 KVM kernel code had to be modified in order to add postcopy live
128 It is generally beneficial to run one pass of precopy live migration
129 just before starting postcopy live migration, in order to avoid
132 The implementation of postcopy live migration currently uses one
163 doesn't need to keep any per-page state bitmap relative to the live
/Linux-v4.19/Documentation/features/core/jump-labels/
Darch-support.txt4 # description: arch supports live patched, high efficiency branches
/Linux-v4.19/Documentation/features/debug/kprobes-on-ftrace/
Darch-support.txt4 # description: arch supports combined kprobes and ftrace live patching
/Linux-v4.19/Documentation/devicetree/bindings/media/
Drc.txt34 * "rc-dntv-live-dvbt-pro"
35 * "rc-dntv-live-dvb-t"
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_selftest.h35 int live; member

1234567