Searched refs:fudge (Results 1 - 30 of 30) sorted by relevance

/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.h46 bool ebb_check_count(int pmc, u64 sample_period, int fudge);
H A Dlost_exception_test.c88 /* We vary our sample period so we need extra fudge here */ test_body()
H A Debb.c73 bool ebb_check_count(int pmc, u64 sample_period, int fudge) ebb_check_count() argument
79 lower = ebb_state.stats.ebb_count * (sample_period - fudge); ebb_check_count()
87 upper = ebb_state.stats.ebb_count * (sample_period + fudge); ebb_check_count()
/linux-4.4.14/drivers/gpu/drm/gma500/
H A Dgtt.c471 static struct resource fudge; /* Preferably peppermint */ psb_gtt_init() local
482 fudge.start = 0x40000000; psb_gtt_init()
483 fudge.end = 0x40000000 + 128 * 1024 * 1024 - 1; psb_gtt_init()
484 fudge.name = "fudge"; psb_gtt_init()
485 fudge.flags = IORESOURCE_MEM; psb_gtt_init()
486 dev_priv->gtt_mem = &fudge; psb_gtt_init()
/linux-4.4.14/tools/testing/selftests/x86/
H A Dsyscall_arg_fault.c92 * fudge it: we set all regs to invalid pointer values and main()
/linux-4.4.14/drivers/cpufreq/
H A Ds3c64xx-cpufreq.c200 * but add some fudge.
H A Ds3c2416-cpufreq.c452 * so but add some fudge. (reference in LOCKCON0 register description) s3c2416_cpufreq_driver_init()
/linux-4.4.14/drivers/char/
H A Dhangcheck-timer.c56 #define DEFAULT_IOFENCE_MARGIN 60 /* Default fudge factor, in seconds */
H A Dtoshiba.c395 a different value! For the time being I will just fudge the tosh_get_machine_id()
/linux-4.4.14/arch/alpha/include/asm/
H A Dcore_apecs.h37 Note that we actually fudge the window 1 maximum as 48Mb instead of 64Mb,
40 The fudge factor MUST match with <asm/dma.h> MAX_DMA_ADDRESS, but
/linux-4.4.14/drivers/mtd/maps/
H A Dscb2_flash.c96 * fudge them to reflect this. Erases go like this: scb2_fixup_mtd()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
H A Daiutils.h97 #define PCIMAXFREQ 34000000 /* 33 MHz + fudge */
/linux-4.4.14/arch/frv/kernel/
H A Dbreak.S438 # we also have to fudge PSR because the return BREAK is in kernel space and we want
547 # fudge PSR.PS and BPSR.BS to return to kernel mode through the trap
/linux-4.4.14/drivers/input/misc/
H A Dxen-kbdfront.c346 goto InitWait; /* no InitWait seen yet, fudge it */ xenkbd_backend_changed()
H A Dpowermate.c174 pm->requires_update = 0; /* fudge the bug */ powermate_sync_state()
/linux-4.4.14/arch/arc/kernel/
H A Dsignal.c16 * -sys_sigsuspend() no longer needs to fudge ptregs, hence that arg removed
/linux-4.4.14/fs/xfs/
H A Dxfs_attr_list.c97 * Note the generous fudge factor of 16 overhead bytes per entry. xfs_attr_shortform_list()
/linux-4.4.14/drivers/usb/storage/
H A Ddatafab.c471 // fudge the SCSI commands... datafab_handle_mode_sense()
/linux-4.4.14/drivers/video/fbdev/
H A Dxen-fbfront.c658 goto InitWait; /* no InitWait seen yet, fudge it */ xenfb_backend_changed()
/linux-4.4.14/drivers/staging/media/lirc/
H A Dlirc_serial.c32 * This means that the LIRC_SERIAL_TRANSMITTER_LATENCY fudge is
/linux-4.4.14/drivers/media/pci/ivtv/
H A Divtv-yuv.c259 Remove the fudge if we almost fill the screen. ivtv_yuv_handle_horizontal()
H A Divtvfb.c253 /* Only fail if resolution too high, otherwise fudge the start coords. */ ivtvfb_set_display_window()
/linux-4.4.14/drivers/media/rc/
H A Dredrat3.c379 /* Save initial pulse length to fudge trailer */ redrat3_process_ir_data()
/linux-4.4.14/kernel/debug/kdb/
H A Dkdb_support.c719 * lock", so fudge the acquire/release notation.
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_display.c89 * This prevents completing a flip too early due to the way we fudge amdgpu_flip_work_func()
/linux-4.4.14/drivers/char/ipmi/
H A Dipmi_ssif.c1516 * can't fudge on an extra byte, that would ssif_probe()
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dradeon_display.c448 * This prevents completing a flip too early due to the way we fudge radeon_flip_work_func()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
H A Dosc_request.c812 * this CERROR() unless we add in a small fudge factor (+1). */ osc_announce_cached()
/linux-4.4.14/drivers/mmc/core/
H A Dcore.c1981 * less but not that much less, so fudge it by multiplying by 2. mmc_mmc_erase_timeout()
/linux-4.4.14/fs/ntfs/
H A Dattrib.c238 * just need to fudge things so the ntfs_map_runlist_nolock()

Completed in 1342 milliseconds