Home
last modified time | relevance | path

Searched refs:moved (Results 1 – 110 of 110) sorted by relevance

/linux-4.1.27/tools/testing/selftests/exec/
DMakefile28 rm -rf $(BINARIES) $(DEPS) subdir.moved execveat.moved xxxxx*
D.gitignore5 execveat.moved
/linux-4.1.27/include/linux/
Dfsnotify.h88 int isdir, struct inode *target, struct dentry *moved) in fsnotify_move() argument
90 struct inode *source = moved->d_inode; in fsnotify_move()
94 const unsigned char *new_name = moved->d_name.name; in fsnotify_move()
113 fsnotify(source, FS_MOVE_SELF, moved->d_inode, FSNOTIFY_EVENT_INODE, NULL, 0); in fsnotify_move()
114 audit_inode_child(new_dir, moved, AUDIT_TYPE_CHILD_CREATE); in fsnotify_move()
/linux-4.1.27/Documentation/vm/
Dpage_migration40 move pages when a task is moved to another cpuset (See
42 Cpusets allows the automation of process locality. If a task is moved to
43 a new cpuset then also all its pages are moved with it so that the
45 of processes in a cpuset are moved if the allowed memory nodes of a
84 migrate_pages() does several passes over its list of pages. A page is moved
145 20. The new page is moved to the LRU and can be scanned by the swapper
Dfrontswap.txt72 and size (such as with compression) or secretly moved (as might be
273 structures that have, over the years, moved back and forth between
Dunevictable-lru.txt208 If unevictable pages are culled in the fault path, or moved to the unevictable
667 (3) mlocked pages that could not be isolated from the LRU and moved to the
679 after shrink_active_list() had moved them to the inactive list, or pages mapped
Dcleancache.txt112 as with compression) or secretly moved (as might be useful for write-
Dtranshuge.txt240 compact_pages_moved is incremented each time a page is moved. If
Dnuma_memory_policy.txt99 the mbind() system call, so that page contents can be moved to match
/linux-4.1.27/include/trace/events/
Dwriteback.h307 int moved),
308 TP_ARGS(wb, work, moved),
313 __field(int, moved)
322 __entry->moved = moved;
329 __entry->moved,
/linux-4.1.27/Documentation/RCU/
Drculist_nulls.txt61 "If the object is moved from one list to another list in-between the
63 object has moved to the end of a new list, the traversal will not
121 the beginning. If the object was moved to the same chain,
144 * We probably met an item that was moved to another chain.
Drcuref.txt79 atomic_dec_and_test() may be moved from delete() to el_free()
Dtrace.txt180 this CPU going offline. These orphaned callbacks have been moved
/linux-4.1.27/fs/
Dfs-writeback.c286 int moved = 0; in move_expired_inodes() local
300 moved++; in move_expired_inodes()
326 return moved; in move_expired_inodes()
342 int moved; in queue_io() local
346 moved = move_expired_inodes(&wb->b_dirty, &wb->b_io, 0, work); in queue_io()
347 moved += move_expired_inodes(&wb->b_dirty_time, &wb->b_io, in queue_io()
349 trace_writeback_queue_io(wb, work, moved); in queue_io()
/linux-4.1.27/Documentation/trace/
Dring-buffer-design.txt567 and more writes take place, the head page must be moved forward before the
614 After the head page has been moved, the tail page may now move forward.
661 This is not a race condition, because the commit page can only be moved
703 tail page (moved by nested writer)
713 been moved forward, the writer will just try again to reserve storage
777 It can be even more complex if several nested writes came in and moved
881 moved, so it will try again and add its data to the new tail page.
895 The first writer cannot know atomically if the tail page moved
/linux-4.1.27/Documentation/i2c/busses/
Di2c-ali153523 within the part have moved and some have been redefined slightly.
/linux-4.1.27/Documentation/arm/nwfpe/
DNOTES28 moved to f4 to preserve it over the log(y) call. The division will be done
/linux-4.1.27/arch/m68k/fpsp040/
Dsto_res.S6 | users destination register then fp0 is moved to the
Dskeleton.S26 | code is shown. This code may need to be moved to an appropriate
Dres_func.S11 | completed here; data is packed and moved to user memory.
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dpfpsp.S3296 # on the system stack must be carefully moved "down" to make room #
3297 # for the operand being moved. #
4325 tst.b %d1 # should FP0 be moved?
4333 lsl.b &0x1,%d1 # should FP1 be moved?
4341 lsl.b &0x1,%d1 # should FP2 be moved?
4348 lsl.b &0x1,%d1 # should FP3 be moved?
4355 lsl.b &0x1,%d1 # should FP4 be moved?
4362 lsl.b &0x1,%d1 # should FP5 be moved?
4369 lsl.b &0x1,%d1 # should FP6 be moved?
4376 lsl.b &0x1,%d1 # should FP7 be moved?
[all …]
Dfpsp.S3297 # on the system stack must be carefully moved "down" to make room #
3298 # for the operand being moved. #
13548 # operand will NOT overflow or underflow when moved in to the fp reg file
13592 # operand WILL underflow when moved in to the fp register file
15664 # operand WILL underflow when moved in to the fp register file
18276 tst.b %d1 # should FP0 be moved?
18284 lsl.b &0x1,%d1 # should FP1 be moved?
18292 lsl.b &0x1,%d1 # should FP2 be moved?
18299 lsl.b &0x1,%d1 # should FP3 be moved?
18306 lsl.b &0x1,%d1 # should FP4 be moved?
[all …]
/linux-4.1.27/tools/perf/util/
Dsymbol.c636 int count = 0, moved = 0; in dso__split_kallsyms_for_kcore() local
667 ++moved; in dso__split_kallsyms_for_kcore()
677 return count + moved; in dso__split_kallsyms_for_kcore()
692 int count = 0, moved = 0; in dso__split_kallsyms() local
803 ++moved; in dso__split_kallsyms()
815 return count + moved; in dso__split_kallsyms()
/linux-4.1.27/Documentation/arm/Samsung/
DOverview.txt62 support moved to either plat-samsung or plat-s5p as necessary. These moves
/linux-4.1.27/Documentation/input/
Dcs461x.txt25 needed code have been moved to one separate file cs461x.c like ns558.c
Djoystick-api.txt47 #define JS_EVENT_AXIS 0x02 /* joystick moved */
76 Hats vary from one joystick type to another. Some can be moved in 8
/linux-4.1.27/Documentation/s390/
Ddriver-model.txt28 system; it is a pseudo subchannel where disconnected ccw devices are moved to
30 former subchannel. The ccw devices will be moved again to a proper subchannel
168 device, it is moved into disconnected state.
/linux-4.1.27/Documentation/cgroups/
Dmemory.txt471 moved to the parent. If you want to avoid that, force_empty will be useful.
681 of charges should be moved. See 8.2 for details.
682 Note: Charges are moved only when you move mm->owner, in other words,
693 8.2 Type of charges which can be moved
696 charges should be moved. But in any case, it must be noted that an account of
697 a page or a swap can be moved only when it is charged to the task's current
700 bit | what type of charges would be moved ?
708 | will be moved even if the task hasn't done page fault, i.e. they might
710 | And mapcount of the page is ignored (the page can be moved even if
Dunified-hierarchy.txt40 fact that controllers can't be moved around once hierarchies are
110 A controller can be moved across hierarchies only after the controller
116 moved out of the unified hierarchy and it may take some time for the
319 of the nearest non-empty ancestor, instead of being moved to it.
321 - A task can be moved into an empty cpuset, and again it takes on the
Dmemcg_test.txt245 Charges associated with a task can be moved along with task migration.
257 You can see charges have been moved by reading *.usage_in_bytes or
Dcpusets.txt97 executing jobs. The location of the running jobs pages may also be moved
611 as queried by get_mempolicy(), doesn't change). If a task is moved
643 will be moved to nodes in the new setting of 'mems.'
645 prior 'cpuset.mems' setting, will not be moved.
649 then all the tasks in that cpuset will be moved to the nearest ancestor
Dcgroups.txt262 When a task is moved from one cgroup to another, it gets a new
/linux-4.1.27/Documentation/scheduler/
Dsched-stats.txt122 27) # of times active_load_balance() successfully moved a task
137 35) # of times in this domain try_to_wake_up() moved a task to the
Dsched-domains.txt26 out of balance are tasks moved between groups.
/linux-4.1.27/Documentation/
DSM501.txt52 as it can be moved.
Dnommu-mmap.txt193 address and the object does not need to be moved.
195 Shared mappings may not be moved. Shareable mappings may not be moved either,
Dinitrd.txt11 from a different device. The previous root (from initrd) is then moved
319 unmounted, or, if it is still busy, moved to a directory /initrd, if
Dmodule-signing.txt240 private key must be either destroyed or moved to a secure location and not kept
Dunshare.txt202 current context structure was moved into new dup_* functions. Now,
Dkernel-per-CPU-kthreads.txt240 which offloads all RCU callbacks to kthreads that can be moved
Dsvga.txt232 2.1 (30-Jan-96) VESA modes moved to 0x200-0x3ff. Mode selection by resolution
DSubmittingPatches243 another -- in this case you should not modify the moved code at all in
470 [lucky@maintainer.example.org: struct foo moved from foo.c to foo.h]
Dassoc_array.txt563 inserted another node before it and moved it up a level). We cannot do
Dxillybus.txt322 bytes need to be moved to the next buffer. The parts in xillybus_core.c
Datomic_ops.txt411 type instruction. However, 32-bit Sparc has since been moved over
Dapplying-patches.txt110 everything looks good it has just moved up or down a bit, and patch will
Dkernel-docs.txt620 (including this document itself) have been moved there, and might
Dmemory-barriers.txt662 /* ACCESS_ONCE(b) = p; -- moved up, BUG!!! */
665 /* ACCESS_ONCE(b) = p; -- moved up, BUG!!! */
Ddevices.txt2594 It had to be moved due to an unfortunate conflict.
Dkernel-parameters.txt1639 allocation of pages that may be reclaimed or moved
/linux-4.1.27/arch/arm/boot/dts/
Dste-hrefv60plus.dtsi34 * can be moved over to being controlled by respective device.
Dste-snowball.dts407 * can be moved over to being controlled by respective device.
/linux-4.1.27/Documentation/dvb/
DREADME.dvb-usb66 2005-01-13 - moved the mirrored pid_filter_table back to dvb-dibusb
85 - moved transfer control (pid filter, fifo control) from usb driver to frontend, it seems
/linux-4.1.27/Documentation/filesystems/
Dautomount-support.txt89 If a mountpoint is moved, it gets removed from the expiration list. If a bind
Dporting97 BKL is also moved from around sb operations. BKL should have been shifted into
278 moved from generic methods (block_write_begin, cont_write_begin,
Dsharedsubtree.txt650 unmounted or moved. Bind mounts continue to exist even if the
651 other mount is unmounted or moved.
Dhpfs.txt98 moved ... sometimes it works. But the link is partly stored in directory
Dpath-lookup.txt107 moved to a new hash list. Allocating and inserting a new alias would be
DLocking469 ->llseek() locking has moved from llseek to the individual llseek
Df2fs.txt72 amount of valid data to be moved, and move them quickly as well.
Dxfs-delayed-logging-design.txt42 This relogging technique also allows objects to be moved forward in the log so
259 and then moved forward in the AIL when the log buffer IO completes for that
Dext4.txt565 opportunity to allocate moved blocks better,
/linux-4.1.27/Documentation/networking/
Dradiotap-headers.txt31 argument bitmap extensions..." above), and the start of the arguments is moved
Dfib_trie.txt41 may be "halved", having some of its children moved downwards one level,
Dxfrm_sync.txt7 events so that the an SA can be safely moved from one machine to another
Darcnet-hardware.txt6 2) This file is no longer Linux-specific. It should probably be moved out of
Dbonding.txt1072 changes (for example, it is moved from one PCI slot to another). The
/linux-4.1.27/Documentation/misc-devices/
Dlis3lv02d45 sensing element is internally moved little bit. Selftest measures difference
/linux-4.1.27/Documentation/driver-model/
Doverview.txt39 Common data fields have been moved out of individual bus layers into a common
/linux-4.1.27/Documentation/ja_JP/
DSubmittingPatches359 [lucky@maintainer.example.org: struct foo moved from foo.c to foo.h]
/linux-4.1.27/Documentation/device-mapper/
Dswitch.txt29 dynamic, and the blocks stored on disk may be moved from member to
Dcache.txt243 #promotions : Number of times a block has been moved to
/linux-4.1.27/Documentation/block/
Dbiovecs.txt18 bi_size and bi_idx have been moved there; and instead of modifying bv_offset
/linux-4.1.27/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.txt18 go. Only very few driver-specific details have to be moved to other functions.
/linux-4.1.27/Documentation/powerpc/
Dtransactional_memory.txt151 the stack. It's possible that the stack has moved back up after the tbegin.
/linux-4.1.27/tools/perf/Documentation/
Dperf-probe.txt177 …st minor code changes. For example, actual 10th line of schedule() can be moved easily by modifyin…
/linux-4.1.27/drivers/gpu/drm/ttm/
Dttm_bo.c324 goto moved; in ttm_bo_handle_move_mem()
353 moved: in ttm_bo_handle_move_mem()
/linux-4.1.27/Documentation/scsi/
DChangeLog.sym53c8xx212 Change moved to the FreeBSD sym_hipd driver).
214 calculation (moved from FreeBSD sym_hipd driver).
216 Code moved from the FreeBSD sym_hipd driver, since it has
DChangeLog.lpfc156 moved to rport, hostdata renamed dd_data, add fc_remote_host()
196 * Following timeout handlers moved to the lpfc worker thread:
237 * ELS ring (any slow ring) moved from the lpfc_sli_inter() into a
314 moved to offline state and block all the I/Os. The fix for this
389 moved to kthread. kthread_stop() is not able to wake up thread
970 moved any functionality we still need to lpfc_target.
1533 Also moved elx_disc.h contents into lpfc_disc.h
Dscsi_eh.txt237 When a scmd is recovered, the scmd is moved from eh_work_q to EH
DChangeLog.ncr53c8xx421 64 segments are moved from on-chip RAM scripts.
Dst.txt348 MTSEEK. In this case the tape is moved directly to the block
Dscsi_mid_low_api.txt343 the typedefs have been moved to a single file, scsi_typedefs.h to
Dncr53c8xx.txt1222 that is moved by the SCRIPTS processor is the 'CCB header' that contains
DChangeLog.1992-19971633 * All scsi stuff moved from kernel/blk_drv/scsi to drivers/scsi.
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DOverview.txt218 Newer kernels carry GPIOLIB, and support is being moved towards
/linux-4.1.27/arch/parisc/kernel/
Dperf_asm.S1355 ;* arg1 points to is loaded and moved into the staging register.
/linux-4.1.27/drivers/atm/
Dhe.c1890 int moved = 0; in he_service_rbpl() local
1922 ++moved; in he_service_rbpl()
1925 if (moved) in he_service_rbpl()
/linux-4.1.27/Documentation/filesystems/nfs/
Drpc-cache.txt79 bpp should be moved forward over the encoded message,
/linux-4.1.27/fs/gfs2/
Ddir.c969 int x, moved = 0; in dir_split_leaf() local
1071 moved = 1; in dir_split_leaf()
/linux-4.1.27/Documentation/filesystems/configfs/
Dconfigfs.txt464 committed via rename(2). The item is moved from a directory where it
477 method returns zero and the item is moved to the "live" directory.
/linux-4.1.27/Documentation/development-process/
D7.AdvancedTopics94 can be rewritten if necessary) and only moved into public branches when
D2.Process302 they still need more work; once complete, they can be moved into the
/linux-4.1.27/Documentation/ide/
DChangeLog.ide-cd.1994-2004239 * - Mode sense and mode select moved to the
/linux-4.1.27/Documentation/x86/
Dintel_mpx.txt106 the bounds to be moved between the bounds registers and some new "bounds
Dboot.txt440 loaded at 0x90000, it gets moved there later in the loading
442 the kernel command line) moved in addition to the real-mode kernel
/linux-4.1.27/Documentation/timers/
Dhighres.txt53 related functionality is moved into the generic code. The GTOD base patch got
/linux-4.1.27/drivers/acpi/
DKconfig78 Say N to delete power /proc/acpi/ directories that have moved to /sys/
/linux-4.1.27/Documentation/kbuild/
Dkconfig-language.txt384 The dependencies are moved to the symbol GENERIC_IOMAP and we avoid the
Dmodules.txt335 Using the example from section 3, if we moved 8123_if.h to a
/linux-4.1.27/sound/oss/
DCHANGELOG348 - Breakup of sb_dsp.c. Parts of the code has been moved to
/linux-4.1.27/Documentation/mtd/
Dnand_ecc.txt266 In step 1 we moved from bit-wise calculation to byte-wise calculation.
/linux-4.1.27/Documentation/video4linux/
Dv4l2-controls.txt6 is actually not driver specific and can be moved to the V4L core framework.
/linux-4.1.27/Documentation/laptops/
Dthinkpad-acpi.txt18 moved to the drivers/misc tree and renamed to thinkpad-acpi for kernel
19 2.6.22, and release 0.14. It was moved to drivers/platform/x86 for
/linux-4.1.27/Documentation/sysctl/
Dkernel.txt445 balancing. Memory is moved automatically to nodes
/linux-4.1.27/Documentation/cdrom/
Dcdrom-standard.tex994 \item All remaining $ioctl$ cases must be moved to a separate
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt434 allowing it to be reallocated or moved more easily (this is
/linux-4.1.27/drivers/staging/speakup/
Dspkguide.txt747 text that is spoken when the cursor is moved:
/linux-4.1.27/Documentation/virtual/kvm/
Dapi.txt910 slot. When changing an existing slot, it may be moved in the guest
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3850 to /usr/src/linux/include/asm, so when that link gets moved, files