/linux-4.4.14/tools/lib/ |
H A D | rbtree.c | 97 * Case 1 - color flips __rb_insert() 161 /* Case 1 - color flips */ __rb_insert() 288 * Case 4 - left rotate at parent + color flips ____rb_erase_color() 348 /* Case 4 - left rotate at parent + color flips */ ____rb_erase_color()
|
/linux-4.4.14/lib/ |
H A D | rbtree.c | 122 * Case 1 - color flips __rb_insert() 187 /* Case 1 - color flips */ __rb_insert() 317 * Case 4 - left rotate at parent + color flips ____rb_erase_color() 380 /* Case 4 - left rotate at parent + color flips */ ____rb_erase_color()
|
H A D | percpu_ida.c | 166 * percpu_ida_free() on another cpu flips a bit in percpu_ida_alloc()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | i915_gem_evict.c | 146 * or pending flips? i915_gem_evict_something()
|
H A D | i915_params.c | 171 "use MMIO flips (-1=never, 0=driver discretion [default], 1=always)");
|
H A D | intel_frontbuffer.c | 213 /* Mask any cancelled flips. */ intel_frontbuffer_flip_complete()
|
H A D | i915_gem_fence.c | 341 /* Wait for completion of pending flips which consume fences */ i915_find_fence_reg() 512 * 6 of the address flips, it also alternates when other bits flip -- Bits 9
|
H A D | intel_display.c | 2407 * no pending flips. intel_pin_and_fence_fb_obj() 3264 * so complete all pending flips so that user space intel_finish_reset() 3282 * CS-based flips (which might get lost in gpu resets) any more. intel_finish_reset() 10858 * flips on gmch platforms, a flip count check isn't page_flip_finished() 10866 * A DSPSURFLIVE check isn't enough in case the mmio and CS flips page_flip_finished() 10933 /* Can't queue multiple flips, so wait for the previous intel_gen2_queue_flip() 11119 * can be sent by waiting for flip-done prior to queueing new flips). intel_gen7_queue_flip() 11160 * CS flips. Older platforms derive flip done using some clever use_mmio_flip() 11162 * So using MMIO flips there would disrupt this mechanism. use_mmio_flip() 11254 * around to using the usual plane update functions for MMIO flips 11274 /* use_mmio_flip() retricts MMIO flips to ilk+ */ intel_do_mmio_flip() 11424 /* Can't change pixel format via MI display flips. */ intel_crtc_page_flip() 11429 * TILEOFF/LINOFF registers can't be changed via MI display flips. intel_crtc_page_flip() 11513 /* When using CS flips, we want to emit semaphores between rings. intel_crtc_page_flip() 11514 * However, when using mmio flips we will create a task to do the intel_crtc_page_flip()
|
H A D | i915_drv.h | 1665 * scheduled flips.
|
/linux-4.4.14/drivers/mtd/nand/ |
H A D | omap2.c | 1285 * erased_sector_bitflips - count bit flips 1290 * Check the bit flips in erased page falls below correctable level. 1312 * Bit flips falls in correctable level. erased_sector_bitflips() 1332 * then process data via ELM to detect bit-flips. 1416 * - erased-page with many bit-flips omap_elm_correct_data() 1441 "uncorrectable bit-flips found\n"); omap_elm_correct_data()
|
H A D | nandsim.c | 166 MODULE_PARM_DESC(bitflips, "Maximum number of random bit flips per page (zero by default)"); 1451 int flips = 1; do_bit_flips() local 1453 flips = (prandom_u32() % (int) bitflips) + 1; do_bit_flips() 1454 while (flips--) { do_bit_flips()
|
H A D | docg4.c | 400 * bit flips(s) are not reported in stats. correct_data()
|
/linux-4.4.14/drivers/mtd/ubi/ |
H A D | attach.c | 72 * the data area does not contain all 0xFFs, and there were no bit-flips or 78 * o If the data area has bit-flips or data integrity errors (ECC errors on 319 * o bit 1 is cleared: no bit-flips were detected in the newer LEB; 320 * o bit 1 is set: bit-flips were detected in the newer LEB; 440 * @bitflips: if bit-flips were detected when this physical eraseblock was read 775 * Bit-flips or integrity errors while reading the data area. check_corruption()
|
H A D | ubi.h | 105 * UBI_IO_BITFLIPS: bit-flips were detected and corrected 372 * @emulate_bitflips: emulate bit-flips for testing purposes 384 * @dfs_emulate_bitflips: debugfs knob to emulate bit-flips
|
H A D | wl.c | 772 * The same situation as %UBI_IO_FF, but bit-flips were 776 dbg_wl("PEB %d has no VID header but has bit-flips", 810 * Target PEB had bit-flips or write error - torture it.
|
H A D | io.c | 118 * correctable bit-flips were detected; this is harmless but may indicate 723 * o %UBI_IO_BITFLIPS if the CRC is correct, but bit-flips were detected
|
/linux-4.4.14/drivers/block/drbd/ |
H A D | drbd_vli.h | 47 * Still, there may be areas where the polarity flips every few bits,
|
/linux-4.4.14/drivers/gpu/drm/ |
H A D | drm_modeset_lock.c | 196 * Legacy ioctl operations like cursor updates or page flips only have per-crtc
|
H A D | drm_fops.c | 317 /* Remove pending flips */ drm_events_release()
|
H A D | drm_atomic_helper.c | 2009 * Note that for now so called async page flips (i.e. updates which are not
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
H A D | lib-move.c | 1511 /* NB handles only looked up by creator (no flips) */ lnet_parse_reply() 1577 /* NB handles only looked up by creator (no flips) */ lnet_parse_ack() 2114 /* NB handles only looked up by creator (no flips) */ LNetPut() 2314 /* NB handles only looked up by creator (no flips) */ LNetGet()
|
/linux-4.4.14/drivers/gpu/drm/rcar-du/ |
H A D | rcar_du_crtc.c | 416 * expects page flips to eventually complete. rcar_du_crtc_stop()
|
/linux-4.4.14/drivers/media/usb/gspca/m5602/ |
H A D | m5602_ov9650.c | 26 /* Vertically and horizontally flips the image if matched, needed for machines
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
H A D | nouveau_abi16.c | 268 /* allow flips to be executed if this is a graphics channel */ nouveau_abi16_ioctl_channel_alloc()
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
H A D | armada_crtc.c | 567 /* Wait for pending flips to complete */ armada_drm_crtc_mode_set() 685 /* Wait for pending flips to complete */ armada_drm_crtc_mode_set_base()
|
/linux-4.4.14/net/decnet/ |
H A D | dn_nsp_out.c | 173 * If the jiffies clock flips over in the middle of timestamp dn_nsp_rtt()
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
H A D | o2iblnd.h | 365 * These are sent in sender's byte order (i.e. receiver flips).
|
/linux-4.4.14/drivers/mtd/ |
H A D | inftlcore.c | 922 /* Handle corrected bit flips gracefully */ inftl_readblock()
|
/linux-4.4.14/sound/soc/samsung/ |
H A D | i2s.c | 622 * flips the polarity specified by the Standard i2s_set_fmt()
|
/linux-4.4.14/drivers/scsi/csiostor/ |
H A D | csio_wr.c | 1120 * flips.
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/ |
H A D | socklnd_cb.c | 1650 /* CAVEAT EMPTOR: this byte flips 'ipaddrs' */ ksocknal_send_hello()
|
/linux-4.4.14/drivers/mtd/devices/ |
H A D | docg3.c | 621 * tries to fix the bit flips (at most 4) in the buffer buf. As the docg3
|
/linux-4.4.14/fs/ocfs2/cluster/ |
H A D | heartbeat.c | 2476 * this is just a hack until we get the plumbing which flips file systems
|
/linux-4.4.14/include/drm/ |
H A D | drm_crtc.h | 1043 * @async_page_flip: does this device support async flips on the primary plane?
|
/linux-4.4.14/drivers/net/vmxnet3/ |
H A D | vmxnet3_drv.c | 1078 /* finally flips the GEN bit of the SOP desc. */ vmxnet3_tq_xmit()
|
/linux-4.4.14/fs/btrfs/ |
H A D | file.c | 1782 * If BTRFS flips readonly due to some impossible error btrfs_file_write_iter()
|
/linux-4.4.14/drivers/media/usb/gspca/ |
H A D | vc032x.c | 839 {0x20, 0x01, 0x00, 0xbb}, /* h/v flips - was 03 */
|