Home
last modified time | relevance | path

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

123

/linux-3.4.99/arch/xtensa/kernel/
Dprocess.c271 int live, last; in xtensa_elf_core_copy_regs() local
294 live = (wm & 2) ? 4 : (wm & 4) ? 8 : (wm & 8) ? 12 : 16; in xtensa_elf_core_copy_regs()
296 memcpy(elfregs->a, regs->areg, live * 4); in xtensa_elf_core_copy_regs()
Dptrace.c58 int live, i; in ptrace_getregs() local
71 live = (wm & 2) ? 4 : (wm & 4) ? 8 : (wm & 8) ? 12 : 16; in ptrace_getregs()
73 for (i = 0; i < live; i++) in ptrace_getregs()
/linux-3.4.99/drivers/infiniband/core/
Duverbs_cmd.c93 uobj->live = 0; in init_uobj()
174 if (!uobj->live) { in idr_read_uobj()
192 if (!uobj->live) { in idr_write_uobj()
557 uobj->live = 1; in ib_uverbs_alloc_pd()
591 uobj->live = 0; in ib_uverbs_dealloc_pd()
805 obj->uobject.live = 1; in ib_uverbs_open_xrcd()
845 int live; in ib_uverbs_close_xrcd() local
870 uobj->live = 0; in ib_uverbs_close_xrcd()
873 live = uobj->live; in ib_uverbs_close_xrcd()
882 if (inode && !live) in ib_uverbs_close_xrcd()
[all …]
/linux-3.4.99/lib/
Dis_single_threaded.c25 if (atomic_read(&task->signal->live) != 1) in current_is_single_threaded()
/linux-3.4.99/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/ .
/linux-3.4.99/drivers/media/rc/keymaps/
DMakefile27 rc-dntv-live-dvb-t.o \
28 rc-dntv-live-dvbt-pro.o \
/linux-3.4.99/tools/perf/Documentation/
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.
/linux-3.4.99/Documentation/hwmon/
Dltc421518 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-3.4.99/Documentation/i2c/
Dinstantiating-devices17 devices which live on this bus. This is done with an array of struct
126 chips on PC mainboards. There are several dozen models, which can live
174 what addresses they live at. However, in certain cases, it does not, so a
186 device. As no two devices can live at the same address on a given I2C
/linux-3.4.99/arch/x86/kernel/
Dtrampoline_64.S138 # so the kernel can live anywhere
/linux-3.4.99/drivers/isdn/hardware/eicon/
Dmi_pc.h87 dword volatile live; member
/linux-3.4.99/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-3.4.99/arch/sparc/kernel/
Dwuf.S187 st %g5, [%curptr + TI_UWINMASK] ! one live user window still
/linux-3.4.99/Documentation/
Ddebugging-via-ohci1394.txt63 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.
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
/linux-3.4.99/drivers/mtd/
DKconfig217 unless you live in the Free World where software patents aren't
234 unless you live in the Free World where software patents aren't
259 unless you live in the Free World where software patents aren't
/linux-3.4.99/Documentation/filesystems/nfs/
Dnfs.txt56 script, and <ttl> is the 'time to live' of this cache entry (in
/linux-3.4.99/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
461 to investigate the debug logs on a live system and with a memory dump after
466 One last possibility to investigate the debug logs at a live
/linux-3.4.99/Documentation/device-mapper/
Ddm-raid.txt106 which are 'A'live, and the array is 2/490221568 complete with recovery.
/linux-3.4.99/Documentation/devicetree/bindings/arm/
Dvexpress.txt6 peripherals. Processor and RAM "live" on the tiles.
/linux-3.4.99/Documentation/filesystems/pohmelfs/
Ddesign_notes.txt35 POHMELFS is based on transactions, which are potentially long-standing objects that live
/linux-3.4.99/Documentation/frv/
Datomic-ops.txt134 The out-of-line implementations live in arch/frv/lib/atomic-ops.S.

123