Home
last modified time | relevance | path

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

1234567

/linux/Documentation/ABI/testing/
A 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
53 Contact: live-patching@vger.kernel.org
61 Contact: live-patching@vger.kernel.org
/linux/drivers/gpu/drm/i915/selftests/
A Di915_selftest.c71 int (*live)(struct drm_i915_private *); member
81 #define selftest(n, f) [live_##n] = { .name = #n, { .live = f } },
87 #define selftest(n, f) [perf_##n] = { .name = #n, { .live = f } },
160 err = st->live(data); in __run_selftests()
205 if (!i915_selftest.live) in i915_live_selftests()
208 err = run_selftests(live, pdev_to_i915(pdev)); in i915_live_selftests()
210 i915_selftest.live = err; in i915_live_selftests()
214 if (i915_selftest.live < 0) { in i915_live_selftests()
215 i915_selftest.live = -ENOTTY; in i915_live_selftests()
435 module_param_named_unsafe(live_selftests, i915_selftest.live, int, 0400);
/linux/net/rxrpc/
A Dnet_ns.c18 if (rxnet->live) in rxrpc_client_conn_reap_timeout()
27 if (rxnet->live) in rxrpc_service_conn_reap_timeout()
36 if (rxnet->live) in rxrpc_peer_keepalive_timeout()
48 rxnet->live = true; in rxrpc_init_net()
104 rxnet->live = false; in rxrpc_init_net()
115 rxnet->live = false; in rxrpc_exit_net()
/linux/drivers/gpu/host1x/hw/
A Dsyncpt_hw.c56 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/Documentation/devicetree/
A Dof_unittest.rst13 is attached to the live tree dynamically, independent of the machine's
117 blob. And finally, if the machine's device tree (i.e live tree) is present,
118 then it attaches the unflattened test data tree to the live tree, else it
119 attaches itself as a live device tree.
122 live tree as explained below. To explain the same, the test data tree described
123 in Figure 2 is attached to the live tree described in Figure 1::
134 Figure 2: Example test data tree to be attached to live tree.
136 According to the scenario above, the live tree is already present so it isn't
189 already present in the live tree), then the node isn't attached rather its
190 properties are updated to the live tree's node by calling the function
[all …]
A Ddynamic-resolution-notes.rst19 1. Get the maximum device tree phandle value from the live tree + 1.
24 in the live tree. This is the label used to tag the node.
/linux/fs/afs/
A Dmain.c74 net->live = true; in afs_net_init()
133 net->live = false; in afs_net_init()
138 net->live = false; in afs_net_init()
143 net->live = false; in afs_net_init()
154 net->live = false; in afs_net_exit()
/linux/Documentation/driver-api/nvdimm/
A Dfirmware-activate.rst41 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/drivers/iio/adc/
A Dad7124.c145 bool live; member
278 st->channels[channel].cfg.live = false; in ad7124_set_channel_odr()
322 st->channels[channel].cfg.live = false; in ad7124_set_3db_filter_freq()
335 cmp_size = (u8 *)&cfg->live - (u8 *)cfg; in ad7124_find_similar_live_cfg()
339 if (cfg_aux->live && !memcmp(cfg, cfg_aux, cmp_size)) in ad7124_find_similar_live_cfg()
433 lru_cfg->live = false; in ad7124_pop_config()
443 cfg->live = false; in ad7124_pop_config()
477 ch->cfg.live = true; in ad7124_enable_channel()
491 if (!cfg->live) { in ad7124_prepare_read()
620 st->channels[chan->address].cfg.live = false; in ad7124_write_raw()
/linux/kernel/livepatch/
A DKconfig5 Arch supports kernel live patching
16 Say Y here if you want to support kernel live patching.
/linux/tools/perf/Documentation/
A Dperf-kmem.txt66 --live::
67 Show live page stat. The perf kmem shows total allocation stat by
68 default, but this option shows live (currently allocated) pages
A 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/Documentation/networking/
A 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
/linux/Documentation/devicetree/bindings/fpga/
A 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 an 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
280 In all cases the live DT must have the FPGA Manager, FPGA Bridges (if any), and
292 applied, the live DT must include the FPGA Manager, FPGA Bridges, and a
319 * The live DT prior to the overlay being added
322 The live Device Tree must contain an FPGA Region, an FPGA Manager, and any FPGA
[all …]
/linux/Documentation/devicetree/bindings/display/xlnx/
A Dxlnx,zynqmp-dpsub.yaml31 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
/linux/Documentation/admin-guide/LSM/
A Dtomoyo.rst12 http://tomoyo.sourceforge.jp/1.8/ubuntu12.04-live.html
13 http://tomoyo.sourceforge.jp/1.8/centos6-live.html
/linux/Documentation/sound/cards/
A Dindex.rst9 sb-live-mixer
/linux/Documentation/admin-guide/mm/
A Duserfaultfd.rst192 QEMU/KVM is using the ``userfaultfd`` syscall to implement postcopy live
193 migration. Postcopy live migration is one form of memory
197 KVM kernel code had to be modified in order to add postcopy live
206 It is generally beneficial to run one pass of precopy live migration
207 just before starting postcopy live migration, in order to avoid
210 The implementation of postcopy live migration currently uses one
241 doesn't need to keep any per-page state bitmap relative to the live
/linux/lib/
A Dis_single_threaded.c22 if (atomic_read(&task->signal->live) != 1) in current_is_single_threaded()
/linux/Documentation/features/debug/optprobes/
A Darch-support.txt4 # description: arch supports live patched optprobes
/linux/Documentation/livepatch/
A Dreliable-stacktrace.rst15 functions may have live state and therefore may not be safe to patch. One way
16 to identify which functions are live is to use a stacktrace.
19 functions with live state, and best-effort approaches which can be helpful for
21 to provide a *reliable* stacktrace which ensures it never omits any live
172 location. For trampolines which are not subject to live patching, where an
262 Unwinders typically assume the link register is always live, but this
/linux/Documentation/features/core/jump-labels/
A Darch-support.txt4 # description: arch supports live patched, high efficiency branches
/linux/Documentation/features/debug/kprobes/
A Darch-support.txt4 # description: arch supports live patched kernel probe
/linux/Documentation/features/debug/uprobes/
A Darch-support.txt4 # description: arch supports live patched user probes
/linux/Documentation/features/debug/kprobes-on-ftrace/
A Darch-support.txt4 # description: arch supports combined kprobes and ftrace live patching

Completed in 47 milliseconds

1234567