Home
last modified time | relevance | path

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

/linux-4.1.27/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
/linux-4.1.27/drivers/gpu/host1x/hw/
Dsyncpt_hw.c60 u32 old, live; in syncpt_load() local
65 live = host1x_sync_readl(host, HOST1X_SYNC_SYNCPT(sp->id)); in syncpt_load()
66 } while ((u32)atomic_cmpxchg(&sp->min_val, old, live) != old); in syncpt_load()
68 if (!host1x_syncpt_check_max(sp, live)) in syncpt_load()
73 return live; in syncpt_load()
/linux-4.1.27/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.txt17 1. Get the maximum device tree phandle value from the live tree + 1.
22 in the live tree. This is the label used to tag the node.
Dchangesets.txt2 in the live tree in such a way that either the full set of changes
Doverlay-notes.txt12 A Device Tree's overlay purpose is to modify the kernel's live tree, and
Dusage-model.txt349 later), which will happily live at the base of the Linux /sys/devices
/linux-4.1.27/kernel/livepatch/
DKconfig4 Arch supports kernel live patching
14 Say Y here if you want to support kernel live patching.
/linux-4.1.27/samples/
DKconfig67 tristate "Build live patching sample -- loadable modules only"
70 Builds a sample live patch that replaces the procfs handler
71 for /proc/cmdline to print "this has been live patched".
/linux-4.1.27/arch/xtensa/kernel/
Dprocess.c324 int live, last; in xtensa_elf_core_copy_regs() local
347 live = (wm & 2) ? 4 : (wm & 4) ? 8 : (wm & 8) ? 12 : 16; in xtensa_elf_core_copy_regs()
349 memcpy(elfregs->a, regs->areg, live * 4); in xtensa_elf_core_copy_regs()
/linux-4.1.27/tools/perf/Documentation/
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
Dperf-script.txt47 using 'live-mode' i.e. without writing anything to disk. <script>
60 <top-script> and to run the <top-script> using 'live-mode'
67 record' and 'live-mode' variants; this isn't possible however for
68 <top-script> 'live-mode' or 'perf script report' variants.
Dperf-trace.txt20 This is a live mode tool in addition to working with perf.data files like
/linux-4.1.27/drivers/infiniband/core/
Duverbs_cmd.c94 uobj->live = 0; in init_uobj()
174 if (!uobj->live) { in idr_read_uobj()
192 if (!uobj->live) { in idr_write_uobj()
585 uobj->live = 1; in ib_uverbs_alloc_pd()
619 uobj->live = 0; in ib_uverbs_dealloc_pd()
828 obj->uobject.live = 1; in ib_uverbs_open_xrcd()
868 int live; in ib_uverbs_close_xrcd() local
893 uobj->live = 0; in ib_uverbs_close_xrcd()
896 live = uobj->live; in ib_uverbs_close_xrcd()
905 if (inode && !live) in ib_uverbs_close_xrcd()
[all …]
Duverbs_main.c522 if (!event->element.qp->uobject || !event->element.qp->uobject->live) in ib_uverbs_qp_event_handler()
/linux-4.1.27/lib/
Dis_single_threaded.c25 if (atomic_read(&task->signal->live) != 1) in current_is_single_threaded()
DKconfig.debug84 From a live system:
955 bool "Lock debugging: detect incorrect freeing of live locks"
964 vfree(), etc.), whether a live lock is incorrectly reinitialized via
1114 live on past the point at which a driver decides to drop it's
/linux-4.1.27/Documentation/security/
Dtomoyo.txt6 http://tomoyo.sourceforge.jp/1.7/1st-step/ubuntu10.04-live/
7 http://tomoyo.sourceforge.jp/1.7/1st-step/centos5-live/ .
Dcredentials.txt373 actually live in struct cred:
545 This gets a reference on a live set of credentials, returning a pointer to
/linux-4.1.27/drivers/media/rc/keymaps/
DMakefile29 rc-dntv-live-dvb-t.o \
30 rc-dntv-live-dvbt-pro.o \
/linux-4.1.27/arch/x86/realmode/rm/
Dtrampoline_64.S129 # so the kernel can live anywhere
/linux-4.1.27/Documentation/fmc/
Didentifiers.txt11 live at offset 0 of the EEPROM, and typically extends for a few hundred
108 The SDB entry point (which acts as a directory listing) cannot live at
109 offset zero in the flash device, because the FRU information must live
140 the fine-delay driver, and must live at a known address of 0x1800. By
/linux-4.1.27/tools/perf/util/
Dkvm-stat.h101 bool live; member
/linux-4.1.27/Documentation/hwmon/
Dltc421518 from a live backplane.
Dltc426018 and removed from a live backplane.
Dltc426118 to be safely inserted and removed from a live backplane.
Dadm127528 board to be removed from or inserted into a live backplane. They also feature
Dltc424518 from a live backplane in multiple supply systems such as CompactPCI and
/linux-4.1.27/drivers/isdn/hardware/eicon/
Dmi_pc.h87 dword volatile live; member
Dos_pri.c356 i = READ_DWORD(&boot->live); in diva_pri_reset_adapter()
359 if (i == READ_DWORD(&boot->live)) { in diva_pri_reset_adapter()
/linux-4.1.27/Documentation/i2c/
Dinstantiating-devices17 devices which live on this bus. This is done with an array of struct
163 chips on PC mainboards. There are several dozen models, which can live
211 what addresses they live at. However, in certain cases, it does not, so a
223 device. As no two devices can live at the same address on a given I2C
/linux-4.1.27/Documentation/filesystems/configfs/
Dconfigfs.txt212 A config_item cannot live in a vacuum. The only way one can be created
307 When the register call returns, the subsystem is live, and it
470 subdirectories: "live" and "pending". The "live" directory does not
474 will. Userspace commits the item by renaming it into the "live"
477 method returns zero and the item is moved to the "live" directory.
479 As rmdir(2) does not work in the "live" directory, an item must be
481 time from the "live" directory back to the "pending" one. The subsystem
/linux-4.1.27/Documentation/arm/
Dkernel_mode_neon.txt31 kept 'live', and is only preserved and restored when multiple tasks are
61 the NEON registers are live. (Additional calls to kernel_neon_begin() should be
/linux-4.1.27/arch/sparc/kernel/
Dwuf.S184 st %g5, [%curptr + TI_UWINMASK] ! one live user window still
/linux-4.1.27/Documentation/
Ddebugging-via-ohci1394.txt61 be used to view the printk buffer of a remote machine, even with live update.
175 updated live view of recent kernel messages logged on the debug target.
Defi-stub.txt8 jumps to are collectively known as the "EFI boot stub", and live in
Dapplying-patches.txt219 The 2.6.x.y (-stable) and 2.6.x patches live at
222 The -rc patches live at
225 The -git patches live at
228 The -mm kernels live at
Dsysfs-rules.txt154 directories live in /sys/devices.
Doops-tracing.txt273 16: 'K' if the kernel has been live patched.
DManagementStyle137 as easy to undo personality disorders. You just have to live with
Dkobject.txt383 live in the kset directory. If an explicit parent kobject is assigned
Dkernel-parameters.txt3683 the system to live lock.
/linux-4.1.27/drivers/mtd/
DKconfig212 unless you live in the Free World where software patents aren't
229 unless you live in the Free World where software patents aren't
254 unless you live in the Free World where software patents aren't
/linux-4.1.27/arch/arm/boot/dts/
Dimx27-eukrea-mbimxsd27-baseboard.dts52 label = "system::live";
Dimx27-phytec-phycore-rdk.dts264 label = "system:green3:live";
/linux-4.1.27/fs/proc/
DKconfig35 Provides a virtual ELF core file of the live kernel. This can
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dmc13xxx.txt137 label = "system:red:live";
/linux-4.1.27/tools/perf/
Dbuiltin-kvm.c582 if (kvm->live) { in print_result()
679 if (kvm->live) { in cpu_isa_config()
906 kvm->live = true; in kvm_events_live_report()
Dbuiltin-trace.c1248 bool live; member
1325 if (!trace->live) in thread__fd_path()
2170 trace->live = true; in trace__run()
2318 trace->live = false; in trace__run()
/linux-4.1.27/Documentation/s390/
Ds390dbf.txt15 it is possible to look at the debug logs on a live system via the Linux
54 The debug logs can be inspected in a live system through entries in
472 to investigate the debug logs on a live system and with a memory dump after
477 One last possibility to investigate the debug logs at a live
/linux-4.1.27/drivers/usb/host/
Dehci-sched.c2384 bool modified, live; in scan_isoc() local
2394 live = true; in scan_isoc()
2397 live = false; in scan_isoc()
2422 if (frame == now_frame && live) { in scan_isoc()
2464 && live in scan_isoc()
Dfusbh200-hcd.c4743 bool modified, live; in scan_isoc() local
4753 live = true; in scan_isoc()
4756 live = false; in scan_isoc()
4781 if (frame == now_frame && live) { in scan_isoc()
Dfotg210-hcd.c4810 bool modified, live; in scan_isoc() local
4820 live = true; in scan_isoc()
4823 live = false; in scan_isoc()
4848 if (frame == now_frame && live) { in scan_isoc()
Doxu210hp-hcd.c2298 int live; in scan_periodic() local
2300 live = HC_IS_RUNNING(oxu_to_hcd(oxu)->state); in scan_periodic()
/linux-4.1.27/Documentation/frv/
Datomic-ops.txt134 The out-of-line implementations live in arch/frv/lib/atomic-ops.S.
/linux-4.1.27/Documentation/filesystems/pohmelfs/
Ddesign_notes.txt35 POHMELFS is based on transactions, which are potentially long-standing objects that live
/linux-4.1.27/fs/ocfs2/dlm/
Ddlmdomain.c1540 int status, node, live; in dlm_send_join_asserts() local
1556 live = test_bit(node, dlm->live_nodes_map); in dlm_send_join_asserts()
1564 if (live) in dlm_send_join_asserts()
1567 } while (status && live); in dlm_send_join_asserts()
/linux-4.1.27/Documentation/filesystems/nfs/
Dnfs.txt94 script, and <ttl> is the 'time to live' of this cache entry (in
Dnfs41-server.txt170 fail to live up to the promise we made in CREATE_SESSION fore channel
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dmr.c828 mr->live = 1; in reg_umr()
1016 mr->live = 1; in reg_create()
1197 mr->live = 0; in mlx5_ib_dereg_mr()
Dmlx5_ib.h328 int live; member
Dodp.c155 if (!mmr || mmr->key != key || !mr->live) in mlx5_ib_odp_find_mr_lkey()
/linux-4.1.27/Documentation/vm/
Dhighmem.txt147 pageframes need to live in the permanent mapping, which means:
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dvexpress.txt6 peripherals. Processor and RAM "live" on the tiles.
/linux-4.1.27/Documentation/powerpc/
Dpmu-ebb.txt126 are live (possibly) and so must be saved somehow before the handler can invoke
/linux-4.1.27/fs/
DKconfig119 created on your hard drive. The files live in memory and swap
/linux-4.1.27/Documentation/virtual/kvm/
Dnested-vmx.txt85 of this structure changes, this can break live migration across KVM versions.
Dppc-pv.txt180 RAM around where we can live translate instructions to. What happens is the
Dmmu.txt22 - dirty tracking: report writes to guest memory to enable live migration
/linux-4.1.27/Documentation/device-mapper/
Ddm-raid.txt168 which are 'A'live, and the array is 2/490221568 complete with its initial
/linux-4.1.27/Documentation/accounting/
Dtaskstats.txt129 When a user queries to get per-tgid data, the sum of all other live threads in
/linux-4.1.27/Documentation/filesystems/
Ddebugfs.txt181 cleaned up. We live in more civilized times now, though, and debugfs users
Dvfs.txt35 translate a pathname (filename) into a specific dentry. Dentries live
51 beasts. They live either on the disc (for block device filesystems)
52 or in the memory (for pseudo filesystems). Inodes that live on the
Dramfs-rootfs-initramfs.txt346 specific MAC address, logging into a server, etc). They can live on removable
Dpath-lookup.txt281 live locks). It is costly to have a full restart, but fortunately they are
Dext2.txt256 backups used to live, and ext2_free_blocks() refuses to free these blocks,
Df2fs.txt39 segment cleaner to compress the live information from heavily fragmented
/linux-4.1.27/Documentation/filesystems/caching/
Dcachefiles.txt56 placed on the same medium as a live set of data, and will expand to make use of
132 binds to fscache and the cache becomes live.
/linux-4.1.27/kernel/
Dfork.c1122 atomic_set(&sig->live, 1); in copy_signal()
1579 atomic_inc(&current->signal->live); in copy_process()
Dexit.c718 group_dead = atomic_dec_and_test(&tsk->signal->live); in do_exit()
/linux-4.1.27/Documentation/networking/
Dip-sysctl.txt158 entries' time-to-live and time intervals between garbage collection
159 passes. More entries, less time-to-live, less GC interval.
162 Minimum time-to-live of entries. Should be enough to cover fragment
163 time-to-live on the reassembling side. This minimum time-to-live is
168 Maximum time-to-live of entries. Unused entries will expire after
DREADME.sb100020 2.) Several PPP scripts which live in /etc/ppp to make connecting via your
Dl2tp.txt174 needed when debugging a live system since the messages are not
Drxrpc.txt589 permits the server to add more keys, replace keys, etc. whilst it is live.
Dfilter.txt361 attaching to a live system. For that purpose, there's a small tool called
/linux-4.1.27/Documentation/driver-model/
Dplatform.txt60 the probe() routine can live in an init section to reduce the driver's
/linux-4.1.27/Documentation/arm/OMAP/
DDSS10 panel and controller drivers are in drivers/video/omap2/. DSS1 and DSS2 live
/linux-4.1.27/drivers/isdn/hisax/
DKconfig47 If you have trouble with some ugly exchanges or you live in
/linux-4.1.27/arch/powerpc/
DKconfig940 must live at a different physical address than the primary
1050 must live at a different physical address than the primary
/linux-4.1.27/drivers/md/
DKconfig331 needed for live data migration tools such as 'pvmove'.
/linux-4.1.27/drivers/i2c/busses/
DKconfig64 and temperature sensors live. Saying yes here will give you access
202 live. Saying yes here will give you access to these in addition
/linux-4.1.27/include/rdma/
Dib_verbs.h1185 int live; member
/linux-4.1.27/firmware/keyspan_pda/
Dkeyspan_pda.S576 ;; now I will just live with the bug.
Dxircom_pgs.S614 ;; now I will just live with the bug.
/linux-4.1.27/include/linux/
Dsched.h613 atomic_t live; member
/linux-4.1.27/net/netfilter/
DKconfig703 hoplimit/time-to-live value of the IP header.
1145 in the IPv6 header, or the time-to-live field in the IPv4
/linux-4.1.27/Documentation/development-process/
D2.Process301 being added to the kernel tree live. They remain in drivers/staging while
/linux-4.1.27/Documentation/sysctl/
Dkernel.txt871 32768 - The kernel has been live patched.
/linux-4.1.27/Documentation/trace/
Dftrace.txt103 file is meant to be streamed with live tracing.
2491 different. The trace is live.
/linux-4.1.27/arch/arm/
DKconfig.debug32 # If you know what you are doing and are willing to live without stack
DKconfig1797 This was deprecated in 2001 and announced to live on for 5 years.
/linux-4.1.27/arch/x86/
DKconfig1838 must live at a different physical address than the primary
/linux-4.1.27/
DMAINTAINERS6021 L: live-patching@vger.kernel.org