Home
last modified time | relevance | path

Searched full:moving (Results 1 – 25 of 590) sorted by relevance

12345678910>>...24

/linux/include/uapi/linux/
H A Dxilinx-v4l2-controls.h41 /* Enable a moving box */
51 /* Configure the motion speed of moving patterns */
65 /* Moving box size */
67 /* Moving box color */
/linux/include/crypto/
H A Dcryptd.h30 /* Must be called without moving CPUs. */
49 /* Must be called without moving CPUs. */
67 /* Must be called without moving CPUs. */
/linux/arch/arm/kernel/
H A Dsmp_tlb.c105 * REVIDR[4]: 798181 Moving a virtual page that is being accessed in erratum_a15_798181_init()
109 * REVIDR[4]: 798181 Moving a virtual page that is being accessed in erratum_a15_798181_init()
111 * REVIDR[9]: 798181 Moving a virtual page that is being accessed in erratum_a15_798181_init()
116 * REVIDR[9]: 798181 Moving a virtual page that is being accessed in erratum_a15_798181_init()
/linux/drivers/irqchip/
H A Dirq-loongarch-avec.c56 unsigned int moving; member
97 adata->moving = 1; in avecintc_sync()
110 if (adata->moving) in avecintc_set_affinity()
202 adata->moving = 0; in complete_irq_moving()
308 if (!adata->moving) in avecintc_free_vector()
/linux/fs/ocfs2/
H A Dmove_extents.c109 * after moving/defraging to new location, the extent is not going in __ocfs2_move_extent()
293 * allowing partial extent moving is kind of 'pros and cons', it makes in ocfs2_defrag_extent()
295 * thing is it may make the fs even more fragmented after moving, let in ocfs2_defrag_extent()
469 * XXX: helper to validate and adjust moving goal.
501 * moving goal is not allowed to start with a group desc blok(#0 blk) in ocfs2_validate_and_adjust_move_goal()
517 * moving operation for each extent range. in ocfs2_validate_and_adjust_move_goal()
565 mlog(0, "found phys_cpos: %u to fit the wanted moving.\n", *phys_cpos); in ocfs2_probe_alloc_group()
800 * extents moving happens in unit of clusters, for the sake in __ocfs2_move_extents_range()
882 * Invalidate extent cache after moving/defragging to prevent in __ocfs2_move_extents_range()
/linux/fs/ext4/
H A Dmove_extent.c194 * hold one folio for each inode and check the candidate moving extent
226 /* Adjust the moving length according to the length of shorter folio. */ in mext_move_begin()
240 /* Adjust the moving length according to the donor mapping length. */ in mext_move_begin()
243 /* Skip moving if the donor range is a hole or a delalloc extent. */ in mext_move_begin()
513 * Check the moving range of ext4_move_extents() whether the files can be
617 /* Skip moving if it is a hole or a delalloc extent. */ in ext4_move_extents()
/linux/net/dccp/ccids/
H A Dccid2.h
/linux/net/mac80211/
H A Drc80211_minstrel_ht.h24 * Coefficients for moving average with noise filter (period=16),
118 /* prob_avg - moving average of prob */
/linux/mm/
H A Dmremap.c333 * If we are moving a VMA that has uffd-wp registered but with in uffd_supports_page_table_move()
369 * may overlap the source area (always moving down). in move_normal_pmd()
371 * If everything is PMD-aligned, that works fine, as moving in move_normal_pmd()
593 * Attempts to speedup the move by moving entry at the level corresponding to
636 * on *no mapping*. For the stack moving down, that's a special move within
732 * If we proceed with moving page tables in this scenario, we will have a lot of
824 * If extent is PUD-sized try to speed up the move by moving at the in move_page_tables()
863 * moving at the PMD level if possible. in move_page_tables()
900 * When moving a VMA to vrm->new_adr, does this result in the new and old VMAs
1179 * process. Additionally handle an error occurring on moving of page tables,
[all …]
H A Dmseal.c103 * 1> Unmapping, moving to another location, and shrinking
107 * 2> Moving or expanding a different vma into the current location,
/linux/kernel/irq/
H A Dtimings.c
/linux/drivers/infiniband/hw/hfi1/
H A Duser_sdma.h23 * before moving to the next one.
171 /* progress index moving along the iovs array */
/linux/Documentation/devicetree/bindings/usb/
H A Dchipidea,usb2-common.yaml69 words while moving data from system memory to the USB bus, the value
81 while moving data from the USB bus to system memory, the value of
/linux/Documentation/mm/
H A Dmultigen_lru.rst101 contrast to moving across generations, which requires the LRU lock,
102 moving across tiers only involves atomic operations on
220 varying memory pressure. It calculates a moving average for each new
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dbwc.c100 "Moving BWC rule: move failed (%d), attempting to move rest of the rules\n", in hws_bwc_matcher_move_all_simple()
118 "Moving BWC rule: timeout polling for completions (%d), aborting rehash\n", in hws_bwc_matcher_move_all_simple()
124 … "Moving BWC rule: polling for completions failed (%d), attempting to move rest of the rules\n", in hws_bwc_matcher_move_all_simple()
141 "Moving bwc rule: timeout draining completions (%d), aborting rehash\n", in hws_bwc_matcher_move_all_simple()
147 "Moving bwc rule: drain failed (%d), attempting to move rest of the rules\n", in hws_bwc_matcher_move_all_simple()
213 mlx5hws_err(ctx, "Rehash error: moving rules failed, attempting to remove the old matcher\n"); in hws_bwc_matcher_move()
H A Dmlx5hws.h421 * mlx5hws_matcher_resize_set_target - Link two matchers and enable moving rules.
435 * @src_matcher: Source matcher for moving rules from.
436 * @dst_matcher: Destination matcher for moving rules to.
444 * mlx5hws_matcher_resize_rule_move - Enqueue moving rule operation.
446 * This function enqueues the operation of moving a rule from the source
/linux/Documentation/doc-guide/
H A Dcontributing.rst171 have fixed a few, please consider moving on to more advanced tasks, leaving
252 Moving documents into the appropriate books is an important task and needs
254 though. Moving documentation files creates short-term pain for the people
/linux/Documentation/filesystems/
H A Dsplice.rst8 splice is a method for moving blocks of data around inside the kernel,
/linux/tools/perf/tests/
H A Dperf-targz-src-pkg9 # codebases by moving it to tools/include/, etc.
/linux/Documentation/process/
H A Dapplying-patches.rst277 To apply a patch moving from 5.6 to 5.7, you'd do the following (note
284 # moving from 5.6 to 5.7
291 # moving from 5.6.1 to 5.7
379 # first an example of moving from 5.7 to 5.8-rc3
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dazoteq,iqs7211.yaml91 Specifies the length of time (in ms) to wait for an event before moving
99 Specifies the length of time (in ms) to wait for an event before moving
107 Specifies the length of time (in ms) to wait for an event before moving
115 Specifies the length of time (in ms) to wait for an event before moving
/linux/arch/alpha/boot/
H A Dbootpz.c333 * virtual-to-physical someplace else first before moving in start_kernel()
415 srm_printk("Moving the INITRD image...\n" in start_kernel()
431 srm_printk("Moving the uncompressed kernel...\n" in start_kernel()
/linux/drivers/isdn/capi/
H A DKconfig29 interface. It will provide a means of moving a data connection,
/linux/include/linux/usb/
H A Disp116x.h21 such as moving a mouse). When chosen, this option
/linux/arch/x86/include/asm/
H A Dio_bitmap.h25 * Invalidate the I/O bitmap by moving io_bitmap_base outside the in native_tss_invalidate_io_bitmap()

12345678910>>...24