/linux-2.6.39/arch/xtensa/kernel/ |
D | process.c | 271 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()
|
D | ptrace.c | 59 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/ |
D | perf-script.txt | 47 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/ |
D | is_single_threaded.c | 25 if (atomic_read(&task->signal->live) != 1) in current_is_single_threaded()
|
/linux-2.6.39/Documentation/ |
D | tomoyo.txt | 6 http://tomoyo.sourceforge.jp/1.7/1st-step/ubuntu10.04-live/ 7 http://tomoyo.sourceforge.jp/1.7/1st-step/centos5-live/ .
|
D | debugging-via-ohci1394.txt | 63 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/ |
D | Makefile | 26 rc-dntv-live-dvb-t.o \ 27 rc-dntv-live-dvbt-pro.o \
|
/linux-2.6.39/drivers/infiniband/core/ |
D | uverbs_cmd.c | 92 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/ |
D | ltc4215 | 18 from a live backplane.
|
D | ltc4261 | 18 to be safely inserted and removed from a live backplane.
|
D | ltc4245 | 18 from a live backplane in multiple supply systems such as CompactPCI and
|
/linux-2.6.39/Documentation/i2c/ |
D | instantiating-devices | 17 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/ |
D | trampoline_64.S | 138 # so the kernel can live anywhere
|
/linux-2.6.39/drivers/isdn/hardware/eicon/ |
D | mi_pc.h | 87 dword volatile live; member
|
/linux-2.6.39/Documentation/filesystems/configfs/ |
D | configfs.txt | 212 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/ |
D | wuf.S | 187 st %g5, [%curptr + TI_UWINMASK] ! one live user window still
|
/linux-2.6.39/Documentation/device-mapper/ |
D | dm-raid.txt | 70 which are 'A'live, and the array is 2/490221568 complete with recovery.
|
/linux-2.6.39/Documentation/filesystems/nfs/ |
D | nfs.txt | 56 script, and <ttl> is the 'time to live' of this cache entry (in
|
/linux-2.6.39/drivers/mtd/ |
D | Kconfig | 235 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/ |
D | s390dbf.txt | 15 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/ |
D | Kconfig | 32 They taint your kernel, don't live up to the normal Linux
|
/linux-2.6.39/arch/arm/ |
D | Kconfig.debug | 20 # If you know what you are doing and are willing to live without stack
|
/linux-2.6.39/Documentation/filesystems/pohmelfs/ |
D | design_notes.txt | 35 POHMELFS is based on transactions, which are potentially long-standing objects that live
|
/linux-2.6.39/Documentation/frv/ |
D | atomic-ops.txt | 134 The out-of-line implementations live in arch/frv/lib/atomic-ops.S.
|
/linux-2.6.39/fs/ocfs2/dlm/ |
D | dlmdomain.c | 1494 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()
|