/linux/include/uapi/linux/ |
H A D | xilinx-v4l2-controls.h | 41 /* 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 D | cryptd.h | 30 /* Must be called without moving CPUs. */ 49 /* Must be called without moving CPUs. */ 67 /* Must be called without moving CPUs. */
|
/linux/Documentation/mm/ |
H A D | page_migration.rst | 5 Page migration allows moving the physical location of pages between 14 by moving pages near to the processor where the process accessing that memory 37 "move_pages" allows the moving of individual pages within a process. 69 folios and moving them into lists. This is done by 82 the new folio for each folio that is considered for moving.
|
H A D | multigen_lru.rst | 101 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/arch/arm/kernel/ |
H A D | smp_tlb.c | 105 * 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 D | irq-loongarch-avec.c | 56 unsigned int moving; member 86 adata->moving = 1; in avecintc_sync() 99 if (adata->moving) in avecintc_set_affinity() 189 adata->moving = 0; in complete_irq_moving() 294 if (!adata->moving) in avecintc_free_vector()
|
/linux/drivers/staging/media/atomisp/ |
H A D | TODO | 20 This MUST be done before moving the driver out of staging so that we can 24 ready before moving the driver out of staging.
|
/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_object.c | 902 * i915_gem_object_get_moving_fence - Get the object's moving fence if any 903 * @obj: The object whose moving fence to get. 906 * A non-signaled moving fence means that there is an async operation 920 * i915_gem_object_wait_moving_fence - Wait for the object's moving fence if any 921 * @obj: The object whose moving fence to wait for. 924 * If the moving fence signaled without an error, it is detached from the 929 * moving fence failed. 954 * (in particular the fence for moving/clearing the object).
|
/linux/net/dccp/ccids/ |
H A D | ccid2.h | 46 * @tx_rttvar: moving average/maximum of @mdev_max 50 * @tx_expected_wnd: moving average of @tx_cwnd_used
|
/linux/drivers/cpufreq/ |
H A D | davinci-cpufreq.c | 45 /* if moving to higher frequency, up the voltage beforehand */ in davinci_target() 62 /* if moving to lower freq, lower the voltage after lowering freq */ in davinci_target()
|
/linux/net/mac80211/ |
H A D | rc80211_minstrel_ht.h | 24 * Coefficients for moving average with noise filter (period=16), 118 /* prob_avg - moving average of prob */
|
/linux/kernel/irq/ |
H A D | timings.c | 65 * suffix array, log interval and exponential moving average 102 * exponential moving average for this specific slot. For instance, 104 * the exponential moving average is computed every time a new value 107 * 3. Exponential Moving Average 196 * When moving the suffix, we found exactly 3 matches. 204 * However, 8 is the index in the array of exponential moving average 298 * Exponential moving average computation
|
/linux/fs/ocfs2/ |
H A D | ocfs2_ioctl.h | 212 for extents moving */ 214 moving, is to make
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | user_sdma.h | 23 * before moving to the next one. 171 /* progress index moving along the iovs array */
|
/linux/mm/ |
H A D | mremap.c | 252 * may overlap the source area (always moving down). in move_normal_pmd() 254 * If everything is PMD-aligned, that works fine, as moving in move_normal_pmd() 455 * Attempts to speedup the move by moving entry at the level corresponding to 501 * on *no mapping*. For the stack moving down, that's a special move within 586 * If extent is PUD-sized try to speed up the move by moving at the in move_page_tables() 630 * moving at the PMD level if possible. in move_page_tables() 981 * Expand (or shrink) an existing mapping, potentially moving it at the
|
H A D | mseal.c | 175 * 1> Unmapping, moving to another location, and shrinking 179 * 2> Moving or expanding a different vma into the current location,
|
/linux/Documentation/dev-tools/ |
H A D | clang-format.rst | 13 when moving code around and aligning/sorting. See clangformatreformat_. 91 useful when moving code around, for complex code that is deeply intended,
|
/linux/mm/damon/ |
H A D | core.c | 2140 * damon_moving_sum() - Calculate an inferred moving sum value. 2142 * @nomvsum: Non-moving sum of the last discrete @len_window window values. 2144 * @new_value: New value that will be added to the pseudo moving sum. 2146 * Moving sum (moving average * window size) is good for handling noise, but 2148 * function implements a lightweight pseudo moving sum function that doesn't 2153 * non-moving sum of the last window. For example, if @len_window is 10 and we 2160 * calculating next moving sum with a new value, we should drop 0 from 50 and 2164 * the new value to get the updated pseduo-moving average. 2168 * pseudo moving sum with 11th value to 19th value would have an error. But 2171 * Return: Pseudo-moving average after getting the @new_value.
|
/linux/Documentation/doc-guide/ |
H A D | contributing.rst | 171 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/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
H A D | mlx5hws.h | 410 * mlx5hws_matcher_resize_set_target - Link two matchers and enable moving rules. 424 * @src_matcher: Source matcher for moving rules from. 425 * @dst_matcher: Destination matcher for moving rules to. 433 * mlx5hws_matcher_resize_rule_move - Enqueue moving rule operation. 435 * This function enqueues the operation of moving a rule from the source
|
/linux/Documentation/filesystems/ |
H A D | splice.rst | 8 splice is a method for moving blocks of data around inside the kernel,
|
/linux/Documentation/process/ |
H A D | applying-patches.rst | 277 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 D | azoteq,iqs7211.yaml | 91 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 D | bootpz.c | 333 * 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/tools/perf/tests/ |
H A D | perf-targz-src-pkg | 9 # codebases by moving it to tools/include/, etc.
|