Home
last modified time | relevance | path

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

123

/linux-2.6.39/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.c59 int live, i; in ptrace_getregs() local
72 live = (wm & 2) ? 4 : (wm & 4) ? 8 : (wm & 8) ? 12 : 16; in ptrace_getregs()
74 for (i = 0; i < live; i++) in ptrace_getregs()
/linux-2.6.39/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-2.6.39/lib/
Dis_single_threaded.c25 if (atomic_read(&task->signal->live) != 1) in current_is_single_threaded()
/linux-2.6.39/Documentation/
Dtomoyo.txt6 http://tomoyo.sourceforge.jp/1.7/1st-step/ubuntu10.04-live/
7 http://tomoyo.sourceforge.jp/1.7/1st-step/centos5-live/ .
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.
/linux-2.6.39/drivers/media/rc/keymaps/
DMakefile26 rc-dntv-live-dvb-t.o \
27 rc-dntv-live-dvbt-pro.o \
/linux-2.6.39/drivers/infiniband/core/
Duverbs_cmd.c92 uobj->live = 0; in init_uobj()
173 if (!uobj->live) { in idr_read_uobj()
191 if (!uobj->live) { in idr_write_uobj()
530 uobj->live = 1; in ib_uverbs_alloc_pd()
564 uobj->live = 0; in ib_uverbs_dealloc_pd()
663 uobj->live = 1; in ib_uverbs_reg_mr()
703 uobj->live = 0; in ib_uverbs_dereg_mr()
838 obj->uobject.live = 1; in ib_uverbs_create_cq()
1019 uobj->live = 0; in ib_uverbs_destroy_cq()
1161 obj->uevent.uobject.live = 1; in ib_uverbs_create_qp()
[all …]
/linux-2.6.39/Documentation/hwmon/
Dltc421518 from a live backplane.
Dltc426118 to be safely inserted and removed from a live backplane.
Dltc424518 from a live backplane in multiple supply systems such as CompactPCI and
/linux-2.6.39/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-2.6.39/arch/x86/kernel/
Dtrampoline_64.S138 # so the kernel can live anywhere
/linux-2.6.39/drivers/isdn/hardware/eicon/
Dmi_pc.h87 dword volatile live; member
/linux-2.6.39/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-2.6.39/arch/sparc/kernel/
Dwuf.S187 st %g5, [%curptr + TI_UWINMASK] ! one live user window still
/linux-2.6.39/Documentation/device-mapper/
Ddm-raid.txt70 which are 'A'live, and the array is 2/490221568 complete with recovery.
/linux-2.6.39/Documentation/filesystems/nfs/
Dnfs.txt56 script, and <ttl> is the 'time to live' of this cache entry (in
/linux-2.6.39/drivers/mtd/
DKconfig235 unless you live in the Free World where software patents aren't
252 unless you live in the Free World where software patents aren't
277 unless you live in the Free World where software patents aren't
/linux-2.6.39/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-2.6.39/drivers/staging/
DKconfig32 They taint your kernel, don't live up to the normal Linux
/linux-2.6.39/arch/arm/
DKconfig.debug20 # If you know what you are doing and are willing to live without stack
/linux-2.6.39/Documentation/filesystems/pohmelfs/
Ddesign_notes.txt35 POHMELFS is based on transactions, which are potentially long-standing objects that live
/linux-2.6.39/Documentation/frv/
Datomic-ops.txt134 The out-of-line implementations live in arch/frv/lib/atomic-ops.S.
/linux-2.6.39/fs/ocfs2/dlm/
Ddlmdomain.c1494 int status, node, live; in dlm_send_join_asserts() local
1510 live = test_bit(node, dlm->live_nodes_map); in dlm_send_join_asserts()
1518 if (live) in dlm_send_join_asserts()
1521 } while (status && live); in dlm_send_join_asserts()

123