/linux-4.4.14/arch/tile/kernel/ |
D | backtrace.c | 105 static bool bt_has_addi_sp(const struct BacktraceBundle *bundle, int *adjust) in bt_has_addi_sp() argument 122 *adjust = insn->operand_values[2]; in bt_has_addi_sp() 231 static bool bt_has_add_sp(const struct BacktraceBundle *bundle, int *adjust, in bt_has_add_sp() argument 241 *adjust = moveli_args[reg]; in bt_has_add_sp() 440 int adjust; in find_caller_pc_and_caller_sp() local 441 if (bt_has_addi_sp(&bundle, &adjust) in find_caller_pc_and_caller_sp() 443 || bt_has_add_sp(&bundle, &adjust, moveli_args) in find_caller_pc_and_caller_sp() 448 if (adjust <= 0) { in find_caller_pc_and_caller_sp() 454 location->sp_offset = adjust; in find_caller_pc_and_caller_sp()
|
D | stack.c | 288 unsigned long size, offset, adjust; in describe_addr() local 299 adjust = !kbt->new_context; in describe_addr() 300 address -= adjust; in describe_addr() 315 offset + adjust, size); in describe_addr()
|
/linux-4.4.14/drivers/tty/ |
D | tty_ldsem.c | 123 long adjust, count; in __ldsem_wake_readers() local 129 adjust = sem->wait_readers * (LDSEM_ACTIVE_BIAS - LDSEM_WAIT_BIAS); in __ldsem_wake_readers() 130 count = ldsem_atomic_update(adjust, sem); in __ldsem_wake_readers() 134 if (ldsem_cmpxchg(&count, count - adjust, sem)) in __ldsem_wake_readers() 204 long adjust = -LDSEM_ACTIVE_BIAS + LDSEM_WAIT_BIAS; in down_read_failed() local 213 if (ldsem_cmpxchg(&count, count + adjust, sem)) in down_read_failed() 272 long adjust = -LDSEM_ACTIVE_BIAS; in down_write_failed() local 282 if (ldsem_cmpxchg(&count, count + adjust, sem)) in down_write_failed()
|
/linux-4.4.14/Documentation/video4linux/ |
D | radiotrack.txt | 107 radio enable, tuner adjust disable) 110 radio disable, tuner adjust disable) 116 radio enable, tuner adjust disable) 121 radio enable, tuner adjust disable) 126 radio enable, tuner adjust disable) 138 disable, "zero" bit phase 1, tuner adjust) 140 disable, "zero" bit phase 2, tuner adjust) 143 disable, "one" bit phase 1, tuner adjust) 145 disable, "one" bit phase 2, tuner adjust)
|
D | si470x.txt | 76 commands. Please adjust the audio devices to your needs (/dev/dsp* and hw:x,x).
|
D | si4713.txt | 106 it is possible to adjust the front-end gain of the audio input and always
|
D | videobuf | 83 check it for rationality and adjust it if need be. As a practical rule, a
|
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/ |
D | sun4i.txt | 14 - allwinner,tp-sensitive-adjust : integer (4 bits) 15 adjust sensitivity of pen down detection 36 allwinner,tp-sensitive-adjust = <0>;
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ptp.c | 143 u64 adjust; in xgbe_adjfreq() local 152 adjust = pdata->tstamp_addend; in xgbe_adjfreq() 153 adjust *= delta; in xgbe_adjfreq() 154 diff = div_u64(adjust, 1000000000UL); in xgbe_adjfreq()
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | fimc-is-param.c | 102 __hw_param_copy(&par->isp.adjust, &cfg->isp.adjust); in __fimc_is_hw_update_param() 375 isp->adjust.contrast = val; in __is_set_isp_adjust() 378 isp->adjust.saturation = val; in __is_set_isp_adjust() 381 isp->adjust.sharpness = val; in __is_set_isp_adjust() 384 isp->adjust.exposure = val; in __is_set_isp_adjust() 387 isp->adjust.brightness = val; in __is_set_isp_adjust() 390 isp->adjust.hue = val; in __is_set_isp_adjust() 393 isp->adjust.contrast = 0; in __is_set_isp_adjust() 394 isp->adjust.saturation = 0; in __is_set_isp_adjust() 395 isp->adjust.sharpness = 0; in __is_set_isp_adjust() [all …]
|
D | fimc-is-param.h | 695 struct param_isp_adjust adjust; member
|
/linux-4.4.14/drivers/media/tuners/ |
D | tda9887.c | 310 static char *adjust[32] = { in dump_write_message() local 360 adjust[buf[2] & 0x1f]); in dump_write_message() 435 static unsigned int adjust = UNSET; variable 440 module_param(adjust, int, 0644); 467 if (adjust < 0x20) { in tda9887_set_insmod() 469 buf[2] |= adjust; in tda9887_set_insmod()
|
/linux-4.4.14/drivers/ata/ |
D | pata_hpt37x.c | 982 int dpll, adjust; in hpt37x_init_one() local 997 for (adjust = 0; adjust < 8; adjust++) { in hpt37x_init_one() 1004 if (adjust & 1) in hpt37x_init_one() 1005 f_low -= adjust >> 1; in hpt37x_init_one() 1007 f_high += adjust >> 1; in hpt37x_init_one() 1011 if (adjust == 8) { in hpt37x_init_one()
|
D | pata_hpt3x2n.c | 497 int adjust; in hpt3x2n_init_one() local 575 for (adjust = 0; adjust < 8; adjust++) { in hpt3x2n_init_one() 580 if (adjust == 8) { in hpt3x2n_init_one()
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-sysfs.c | 159 int adjust = 0; in wakealarm_store() local 176 adjust = 1; in wakealarm_store() 179 if (adjust) { in wakealarm_store()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
D | usernv04.c | 47 u64 adjust = dmaobj->base.start & 0x00000fff; in nv04_dmaobj_bind() local 65 nvkm_wo32(*pgpuobj, 0x00, dmaobj->flags0 | (adjust << 20)); in nv04_dmaobj_bind()
|
/linux-4.4.14/security/apparmor/ |
D | path.c | 164 int adjust = (flags & PATH_IS_DIR) ? 1 : 0; in get_name_to_buffer() local 165 int error = d_namespace_path(path, buffer, size - adjust, name, flags); in get_name_to_buffer()
|
/linux-4.4.14/kernel/time/ |
D | time.c | 143 struct timespec adjust; in warp_clock() local 146 adjust.tv_sec = sys_tz.tz_minuteswest * 60; in warp_clock() 147 adjust.tv_nsec = 0; in warp_clock() 148 timekeeping_inject_offset(&adjust); in warp_clock()
|
D | ntp.c | 533 struct timespec64 adjust = now; in sync_cmos_clock() local 537 adjust.tv_sec -= (sys_tz.tz_minuteswest * 60); in sync_cmos_clock() 539 fail = update_persistent_clock64(adjust); in sync_cmos_clock() 544 fail = rtc_set_ntp_time(adjust); in sync_cmos_clock()
|
D | hrtimer.c | 1086 ktime_t __hrtimer_get_remaining(const struct hrtimer *timer, bool adjust) in __hrtimer_get_remaining() argument 1092 if (IS_ENABLED(CONFIG_TIME_LOW_RES) && adjust) in __hrtimer_get_remaining()
|
D | Kconfig | 45 # Automatically adjust the min. reprogramming time for
|
/linux-4.4.14/drivers/ide/ |
D | hpt366.c | 1064 int adjust; in init_chipset_hpt366() local 1093 for (adjust = 0; adjust < 8; adjust++) { in init_chipset_hpt366() 1100 if (adjust & 1) in init_chipset_hpt366() 1101 f_low -= adjust >> 1; in init_chipset_hpt366() 1103 f_low += adjust >> 1; in init_chipset_hpt366() 1105 if (adjust == 8) { in init_chipset_hpt366()
|
/linux-4.4.14/drivers/media/platform/vsp1/ |
D | vsp1_video.c | 280 struct v4l2_pix_format_mplane *adjust) in vsp1_video_format_adjust() argument 284 *adjust = *format; in vsp1_video_format_adjust() 285 __vsp1_video_try_format(video, adjust, NULL); in vsp1_video_format_adjust() 287 if (format->width != adjust->width || in vsp1_video_format_adjust() 288 format->height != adjust->height || in vsp1_video_format_adjust() 289 format->pixelformat != adjust->pixelformat || in vsp1_video_format_adjust() 290 format->num_planes != adjust->num_planes) in vsp1_video_format_adjust() 295 adjust->plane_fmt[i].bytesperline) in vsp1_video_format_adjust() 298 adjust->plane_fmt[i].sizeimage = in vsp1_video_format_adjust() 299 max(adjust->plane_fmt[i].sizeimage, in vsp1_video_format_adjust()
|
/linux-4.4.14/scripts/ |
D | makelst | 31 $3 -r --source --adjust-vma=${t6:-0} $1
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-driver-hid-picolcd | 31 Description: Make it possible to adjust defio refresh rate. 40 it only makes sense to adjust this value if only one or two
|
D | sysfs-bus-iio-frequency-adf4350 | 18 adjust the reference frequency accordingly.
|
D | sysfs-class-mtd | 141 This allows the user to examine and adjust the criteria by which
|
/linux-4.4.14/net/netfilter/ |
D | nf_nat_helper.c | 99 unsigned int rep_len, bool adjust) in __nf_nat_mangle_tcp_packet() argument 127 if (adjust && rep_len != match_len) in __nf_nat_mangle_tcp_packet()
|
/linux-4.4.14/include/net/netfilter/ |
D | nf_nat_helper.h | 14 unsigned int rep_len, bool adjust);
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_eeprom.c | 114 static u8 flash_csum(struct qib_flash *ifp, int adjust) in flash_csum() argument 131 if (adjust) in flash_csum()
|
/linux-4.4.14/include/linux/ |
D | page-flags-layout.h | 21 #error ZONES_SHIFT -- too many zones configured adjust calculation
|
D | hrtimer.h | 416 extern ktime_t __hrtimer_get_remaining(const struct hrtimer *timer, bool adjust);
|
/linux-4.4.14/arch/x86/um/ |
D | setjmp_64.S | 24 pop %rsi # Return address, and adjust the stack
|
D | setjmp_32.S | 27 popl %ecx # Return address, and adjust the stack
|
/linux-4.4.14/drivers/platform/x86/ |
D | intel_ips.c | 300 struct task_struct *adjust; member 1040 wake_up_process(ips->adjust); in ips_monitor() 1637 ips->adjust = kthread_create(ips_adjust, ips, "ips-adjust"); in ips_probe() 1638 if (IS_ERR(ips->adjust)) { in ips_probe() 1672 kthread_stop(ips->adjust); in ips_probe() 1712 if (ips->adjust) in ips_remove() 1713 kthread_stop(ips->adjust); in ips_remove()
|
/linux-4.4.14/arch/s390/kernel/ |
D | time.c | 305 struct timex adjust; in adjust_time() local 312 adjust.offset = ticks * (1000000 / HZ); in adjust_time() 318 adjust.offset = -ticks * (1000000 / HZ); in adjust_time() 321 if (adjust.offset != 0) { in adjust_time() 323 "by %li microseconds\n", adjust.offset); in adjust_time() 324 adjust.modes = ADJ_OFFSET_SINGLESHOT; in adjust_time() 325 do_adjtimex(&adjust); in adjust_time()
|
/linux-4.4.14/kernel/debug/kdb/ |
D | kdb_main.c | 2084 int adjust = 0; in kdb_dmesg() local 2099 adjust = simple_strtoul(argv[2], &cp, 0); in kdb_dmesg() 2100 if (*cp || adjust < 0) in kdb_dmesg() 2101 adjust = 0; in kdb_dmesg() 2117 if (adjust >= n) in kdb_dmesg() 2120 else if (adjust - lines >= n) in kdb_dmesg() 2122 "lines printed\n", n, n - adjust); in kdb_dmesg() 2123 skip = adjust; in kdb_dmesg() 2126 skip = n - lines - adjust; in kdb_dmesg() 2128 if (adjust >= n) { in kdb_dmesg()
|
/linux-4.4.14/arch/arc/lib/ |
D | memset.S | 55 ; adjust bzero args to memset args
|
/linux-4.4.14/drivers/media/platform/ |
D | rcar_jpu.c | 1090 struct jpu_q_data *q_data, adjust; in jpu_buf_queue() local 1104 adjust = *q_data; in jpu_buf_queue() 1105 adjust.format.width = width; in jpu_buf_queue() 1106 adjust.format.height = height; in jpu_buf_queue() 1108 __jpu_try_fmt(ctx, &adjust.fmtinfo, &adjust.format, in jpu_buf_queue() 1111 if (adjust.format.width != q_data->format.width || in jpu_buf_queue() 1112 adjust.format.height != q_data->format.height) in jpu_buf_queue()
|
/linux-4.4.14/arch/metag/lib/ |
D | memmove.S | 24 ! adjust pointer to the end of mem 77 ! adjust A1.2 240 ! adjust A1.2
|
D | memcpy.S | 178 ! Re-adjust the source pointer (A1.2) back to the actual (unaligned) byte
|
/linux-4.4.14/Documentation/devicetree/ |
D | dynamic-resolution-notes.txt | 19 3. Using the __local__fixups__ node information adjust all local references
|
/linux-4.4.14/include/media/ |
D | adv7842.h | 122 bool adjust; member
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | fsl,mxs-pinctrl.txt | 28 one is to adjust the pin configuration for some particular pins that need a 39 there to adjust configurations for some pins in the group.
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | powersave.txt | 25 adjust the value via sysfs on the fly. For example, to turn on the
|
/linux-4.4.14/arch/arm/nwfpe/ |
D | fpmodule.inl | 27 that caused the invalid instruction trap to occur. We adjust
|
/linux-4.4.14/kernel/gcov/ |
D | Kconfig | 59 In such a case use this option to adjust the format used in the kernel
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | Kconfig | 105 This governor checks for spu usage to adjust the cpu frequency.
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | socfpga_arria10_socdk.dtsi | 78 * adjust the falling times to decrease the i2c frequency to 50Khz
|
D | armada-xp-synology-ds414.dts | 54 * installing it from u-boot prompt) or adjust the Devive Tree
|
D | armada-370-synology-ds213j.dts | 54 * installing it from u-boot prompt) or adjust the Devive Tree
|
D | rk3288-veyron.dtsi | 384 /* We need to go faster than 24MHz, so adjust clock parents / rates */
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ti/ |
D | mux.txt | 8 gate or adjust the parent rate via a divider or multiplier.
|
/linux-4.4.14/Documentation/hwmon/ |
D | adt7462 | 26 programmable. Once configured, the ADT7462 will adjust the PWM outputs in
|
D | adt7470 | 26 programmable. Once configured, the ADT7470 will adjust the PWM outputs in
|
D | adt7475 | 49 programmable. Once configured, the ADT747x will adjust the PWM outputs in
|
D | lm85 | 73 programmable. Once configured, the LM85 will adjust the PWM outputs in 228 adjust the Tmin value to maintain the measured temperature sensor at a
|
D | dme1737 | 269 Required for chip to adjust the
|
D | it87 | 267 The driver supports temp[1-3]_offset sysfs attributes to adjust the reported
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-devices-system-xen_memory | 46 The target number of pages to adjust this domain's
|
/linux-4.4.14/arch/x86/crypto/ |
D | crct10dif-pcl-asm_64.S | 74 # adjust the 16-bit initial_crc value, scale it to 32 bits
|
D | aesni-intel_avx-x86_64.S | 1297 sub %r13, %r12 # adjust the shuffle mask pointer to be 1320 sub %r13, %r12 # adjust the shuffle mask pointer to be 2574 sub %r13, %r12 # adjust the shuffle mask pointer 2597 sub %r13, %r12 # adjust the shuffle mask pointer to be
|
D | aesni-intel_asm.S | 1377 # adjust the shuffle mask pointer to be able to shift 16-%r13 bytes 1639 # adjust the shuffle mask pointer to be able to shift 16-r13 bytes
|
/linux-4.4.14/Documentation/laptops/ |
D | sonypi.txt | 145 different way to adjust the backlighting of the screen. There 146 is a userspace utility to adjust the brightness on those models,
|
D | laptop-mode.txt | 305 # The drives for which to adjust the idle timeout. Separate them by a space, 366 # Shall we adjust the idle timeout on a hard drive?
|
/linux-4.4.14/arch/arm/lib/ |
D | backtrace.S | 71 ldr r3, .Ldsi+4 @ adjust saved 'pc' back one
|
/linux-4.4.14/arch/unicore32/lib/ |
D | backtrace.S | 66 ldw r3, .Ldsi+4 @ adjust saved 'pc' back one
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | sram242x.S | 162 blne voltage_shift_c @ adjust voltage 186 cmp r2, #0x1 @ (SDR or DDR) do we need to adjust DLL
|
D | sram243x.S | 162 blne voltage_shift_c @ adjust voltage 186 cmp r2, #0x1 @ (SDR or DDR) do we need to adjust DLL
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | nvidia,tegra124-dfll.txt | 9 control module that will automatically adjust the VDD_CPU voltage by
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | base.c | 40 nvkm_clk_adjust(struct nvkm_clk *clk, bool adjust, in nvkm_clk_adjust() argument 62 if (adjust) in nvkm_clk_adjust()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | Kconfig | 111 This can be used to adjust the minimum FCK/PCK ratio.
|
/linux-4.4.14/Documentation/fb/ |
D | intelfb.txt | 45 usage, adjust the value up or down, (0 for maximum usage, 63/127 MB
|
D | intel810.txt | 122 memory. Depending on your usage, adjust the value up or down
|
/linux-4.4.14/Documentation/scsi/ |
D | qlogicfas.txt | 28 the Linux PCMCIA driver, you will have to adjust it or otherwise stop
|
D | tmscsim.txt | 174 (1 / 112 ns = 8.9 MHz). At least in theory. The driver is able to adjust the 261 possibility to adjust settings before you are able to write to the
|
D | aic79xx.txt | 119 - For pre-2.5.X kernels, carefully adjust our segment
|
D | scsi_mid_low_api.txt | 161 If the LLD wants to adjust the default queue settings, it can invoke 663 * to adjust the queue depth on the device. 669 * >0 - adjust queue depth to this new depth
|
D | ChangeLog.1992-1997 | 510 us to dynamically adjust the size of the list by adding more pages
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_eeprom.c | 676 static u8 flash_csum(struct ipath_flash *ifp, int adjust) in flash_csum() argument 693 if (adjust) in flash_csum()
|
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/ |
D | qcom_smbb.txt | 102 adjust the maximum charge voltage or current in the extended
|
/linux-4.4.14/Documentation/networking/ |
D | tcp.txt | 24 congestion window is in use. It is used to adjust
|
D | batman-adv.txt | 99 In very mobile scenarios, you might want to adjust the originator
|
D | e1000e.txt | 73 timeframe, it will adjust the InterruptThrottleRate to an appropriate value
|
D | e1000.txt | 105 timeframe, it will adjust the InterruptThrottleRate to an appropriate value
|
D | scaling.txt | 75 to spread receive interrupts between CPUs. To manually adjust the IRQ
|
D | bonding.txt | 1414 sysfs filesystem is mounted elsewhere, you will need to adjust the 2315 It is possible to adjust TCP/IP's congestion limits by
|
D | ip-sysctl.txt | 447 TCP stack can then dynamically adjust flow reordering level
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_bmap.c | 3355 xfs_fsblock_t adjust; /* adjustment to block numbers */ in xfs_bmap_adjacent() local 3384 adjust = ap->offset - in xfs_bmap_adjacent() 3386 if (adjust && in xfs_bmap_adjacent() 3387 ISVALID(ap->blkno + adjust, ap->prev.br_startblock)) in xfs_bmap_adjacent() 3388 ap->blkno += adjust; in xfs_bmap_adjacent() 3413 adjust = prevdiff = ap->offset - in xfs_bmap_adjacent() 3427 prevbno += adjust; in xfs_bmap_adjacent() 3429 prevdiff += adjust; in xfs_bmap_adjacent() 3451 adjust = gotdiff = ap->got.br_startoff - ap->offset; in xfs_bmap_adjacent() 3466 gotbno -= adjust; in xfs_bmap_adjacent() [all …]
|
/linux-4.4.14/arch/alpha/lib/ |
D | stxcpy.S | 277 srl t12, t5, t12 # e0 : adjust final null return value
|
D | ev6-stxcpy.S | 307 srl t12, t5, t12 # U : adjust final null return value
|
/linux-4.4.14/arch/arm/mach-ep93xx/ |
D | crunch-bits.S | 86 sub r2, r2, #4 @ adjust pc back
|
/linux-4.4.14/Documentation/sound/oss/ |
D | SoundPro | 27 adjust the detection routine.
|
/linux-4.4.14/arch/m68k/math-emu/ |
D | fp_decode.h | 227 | adjust stack for byte moves from/to stack
|
/linux-4.4.14/Documentation/accounting/ |
D | taskstats-struct.txt | 119 * On some architectures, value will adjust for cpu time stolen
|
/linux-4.4.14/arch/arm/kernel/ |
D | iwmmxt.S | 93 sub r2, r2, #4 @ adjust pc back
|
/linux-4.4.14/Documentation/input/ |
D | ntrig.txt | 59 to logical sizes is used to adjust the size based filter parameters.
|
/linux-4.4.14/arch/frv/kernel/ |
D | head-mmu-fr451.S | 159 # adjust LED bank address
|
D | head-uc-fr401.S | 166 # adjust LED bank address
|
D | head-uc-fr555.S | 152 # adjust LED bank address
|
/linux-4.4.14/drivers/media/i2c/ |
D | ks0127.c | 191 struct adjust { struct
|
D | adv7842.c | 2669 if (s && s->adjust) { in adv7842_s_sdp_io()
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | bindec.S | 87 | or less than LEN -1 digits, adjust ILOG and repeat from 608 | or less than LEN -1 digits, adjust ILOG and repeat from
|
/linux-4.4.14/arch/sparc/lib/ |
D | checksum_32.S | 126 sub %g7, %g1, %g7 ! adjust jmp ptr 127 sub %g7, %o4, %g7 ! final jmp ptr adjust
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | ads7846.c | 424 #define SHOW(name, var, adjust) static ssize_t \ argument 432 return sprintf(buf, "%u\n", adjust(ts, v)); \
|
/linux-4.4.14/Documentation/x86/ |
D | kernel-stacks | 48 nested IST interrupts then the handler must adjust the IST values on
|
D | boot.txt | 785 covered by setup_move_size, so you may need to adjust this
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | vectors.S | 102 addi a2, a1, -16-PT_SIZE # adjust stack pointer
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 1486 addi.w &0x3c01,%d0 # adjust new exponent 2372 # fix_skewed_ops() - adjust src operand in fsave frame # 3072 # fix_skewed_ops() - adjust src operand in fsave frame # 3746 # fix_skewed_ops() - adjust fsave operand # 3855 # d0 = number of bytes to adjust <ea> by # 5028 # _imem_read_word() increased the extwptr by 2. need to adjust here. 5029 subq.l &0x2,%a0 # adjust <ea>
|
D | isp.S | 1425 # _imem_read_word() increased the extwptr by 2. need to adjust here. 1426 subq.l &0x2,%a0 # adjust <ea>
|
D | ilsp.S | 358 # now test the trial quotient and adjust. This step plus the
|
D | fpsp.S | 1487 addi.w &0x3c01,%d0 # adjust new exponent 2373 # fix_skewed_ops() - adjust src operand in fsave frame # 3073 # fix_skewed_ops() - adjust src operand in fsave frame # 3747 # fix_skewed_ops() - adjust fsave operand # 18979 # _imem_read_word() increased the extwptr by 2. need to adjust here. 18980 subq.l &0x2,%a0 # adjust <ea>
|
D | fplsp.S | 10960 sub.w &32, %d1 # adjust shft amt by 32
|
/linux-4.4.14/Documentation/device-mapper/ |
D | cache-policies.txt | 40 costs into account and to adjust to varying load patterns automatically.
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | lio_main.c | 163 int adjust; member 803 g->adjust)); in delete_glist() 836 g->adjust = 8 - (((unsigned long)g->sg) & 7); in setup_glist() 838 ((unsigned long)g->sg + g->adjust); in setup_glist()
|
/linux-4.4.14/Documentation/pps/ |
D | pps.txt | 27 can use it to adjust system clock time.
|
/linux-4.4.14/Documentation/ |
D | parport.txt | 255 If that works fine, try with 'io=0x378 irq=7' (adjust for your
|
D | applying-patches.txt | 111 usually adjust the line numbers and apply the patch. 143 message similar to that, then it means that patch had to adjust the location
|
D | svga.txt | 176 buffer. (If you have old LILO, you can adjust heap_end_ptr and loadflags
|
D | bcache.txt | 267 throttling background writeback and using a PD controller to smoothly adjust
|
D | vfio.txt | 325 the DMA window is and adjust rlimit before doing any real job.
|
D | kernel-parameters.txt | 902 The kernel tries to adjust MTRR layout from continuous 1148 The kernel tries to adjust MTRR layout from continuous 3603 ports for other uses may adjust the range that the 3999 generated by hotkey, video driver will adjust brightness
|
D | SubmittingPatches | 462 counter-productive waste of time and energy. Rule (b) allows you to adjust
|
/linux-4.4.14/Documentation/DocBook/ |
D | kernel-api.xml.db | 396 API-adjust-resource 530 API-pci-adjust-legacy-attr
|
D | networking.xml.db | 217 API-xprt-adjust-cwnd
|
D | gpu.xml.db | 432 API-drm-rect-adjust-size
|
/linux-4.4.14/Documentation/hid/ |
D | uhid.txt | 137 For messages sent by user-space to the kernel, you must adjust the
|
/linux-4.4.14/Documentation/thermal/ |
D | intel_powerclamp.txt | 124 powerclamp moniors the actual idle for a given time window and adjust
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 99 * adjust our polling frequency to a much lower value,
|
/linux-4.4.14/Documentation/locking/ |
D | rt-mutex-design.txt | 362 process must adjust its priority. With the help of the pi_list of a 386 is called to adjust the priority of the task to the new priority. 677 should adjust its priority accordingly.
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | hub.fuc | 191 // wait for it to complete, and adjust context size
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_display.c | 12393 bool adjust) in intel_compare_link_m_n() argument 12397 m2_n2->gmch_m, m2_n2->gmch_n, !adjust) && in intel_compare_link_m_n() 12399 m2_n2->link_m, m2_n2->link_n, !adjust)) { in intel_compare_link_m_n() 12400 if (adjust) in intel_compare_link_m_n() 12413 bool adjust) in intel_pipe_config_compare() argument 12419 if (!adjust) \ in intel_pipe_config_compare() 12446 adjust)) { \ in intel_pipe_config_compare() 12465 &pipe_config->name, adjust) && \ in intel_pipe_config_compare() 12467 &pipe_config->name, adjust)) { \ in intel_pipe_config_compare() 12587 if (!adjust) { in intel_pipe_config_compare()
|
/linux-4.4.14/Documentation/powerpc/ |
D | cxlflash.txt | 215 would need to use the DK_CXLFLASH_VLUN_RESIZE ioctl to adjust the grow
|
/linux-4.4.14/Documentation/dmaengine/ |
D | provider.txt | 34 is why most if not all of the DMA controllers can adjust this, using a
|
/linux-4.4.14/Documentation/vm/ |
D | hugetlbpage.txt | 87 This command will try to adjust the number of default sized huge pages in the
|
/linux-4.4.14/Documentation/serial/ |
D | moxa-smartio | 123 You may need to adjust IRQ usage in BIOS to avoid from IRQ conflict
|
/linux-4.4.14/arch/arm/ |
D | Kconfig.debug | 141 Please adjust DEBUG_UART_PHYS configuration options based on 495 Please adjust DEBUG_UART_PHYS and DEBUG_UART_BASE configuration
|
/linux-4.4.14/Documentation/PCI/ |
D | MSI-HOWTO.txt | 270 This function, in contrast with pci_enable_msi_range(), does not adjust
|
/linux-4.4.14/net/ipv4/ |
D | Kconfig | 577 adjust the alpha and beta parameters to achieve a higher average
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | netfs-api.txt | 425 cache to adjust its metadata for data tracking appropriately:
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 701 Your synth should now start talking, and you should be able to adjust 734 Your DecTalk PC should start talking, and then you can adjust the pitch,
|
/linux-4.4.14/Documentation/cgroups/ |
D | cpusets.txt | 612 from one cpuset to another, then the kernel will adjust the task's
|
/linux-4.4.14/init/ |
D | Kconfig | 623 default, you can adjust this using the rcutree.rcu_idle_gp_delay
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 1440 These file can be used to adjust the badness heuristic used to select which
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 1477 Documentation/kernel-parameters.txt to adjust this.
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1785 192.168.0.251 and a UML-side IP of 192.168.0.250 - adjust to suit your
|