flush 660 arch/x86/xen/mmu.c int flush = 0; flush 704 arch/x86/xen/mmu.c flush |= (*func)(mm, virt_to_page(pud), PT_PUD); flush 719 arch/x86/xen/mmu.c flush |= (*func)(mm, virt_to_page(pmd), PT_PMD); flush 733 arch/x86/xen/mmu.c flush |= (*func)(mm, pte, PT_PTE); flush 741 arch/x86/xen/mmu.c flush |= (*func)(mm, virt_to_page(pgd), PT_PGD); flush 743 arch/x86/xen/mmu.c return flush; flush 782 arch/x86/xen/mmu.c int flush; flush 785 arch/x86/xen/mmu.c flush = 0; /* already pinned */ flush 789 arch/x86/xen/mmu.c flush = 1; flush 796 arch/x86/xen/mmu.c flush = 0; flush 835 arch/x86/xen/mmu.c return flush; flush 75 arch/x86/xen/multicalls.c unsigned flush[FL_N_REASONS]; flush 110 arch/x86/xen/multicalls.c mc_stats.flush[idx]++; flush 272 arch/x86/xen/multicalls.c mc_stats.flush, FL_N_REASONS); flush 173 fs/bad_inode.c .flush = bad_file_flush, flush 688 fs/cifs/cifsfs.c .flush = cifs_flush, flush 710 fs/cifs/cifsfs.c .flush = cifs_flush, flush 728 fs/cifs/cifsfs.c .flush = cifs_flush, flush 749 fs/cifs/cifsfs.c .flush = cifs_flush, flush 264 fs/ecryptfs/file.c if (lower_file->f_op && lower_file->f_op->flush) flush 265 fs/ecryptfs/file.c rc = lower_file->f_op->flush(lower_file, td); flush 314 fs/ecryptfs/file.c .flush = ecryptfs_flush, flush 331 fs/ecryptfs/file.c .flush = ecryptfs_flush, flush 134 fs/fat/file.c MSDOS_SB(inode->i_sb)->options.flush) { flush 839 fs/fat/inode.c if (sbi->options.flush) flush 1043 fs/fat/inode.c opts->flush = 1; flush 1492 fs/fat/inode.c if (!MSDOS_SB(sb)->options.flush) flush 1476 fs/fuse/file.c .flush = fuse_flush, flush 1489 fs/fuse/file.c .flush = fuse_flush, flush 73 fs/nfs/file.c .flush = nfs_file_flush, flush 1085 fs/open.c if (filp->f_op && filp->f_op->flush) flush 1086 fs/open.c retval = filp->f_op->flush(filp, id); flush 3565 fs/reiserfs/journal.c int flush = flags & FLUSH_ALL; flush 3597 fs/reiserfs/journal.c if (flush || commit_now) { flush 3605 fs/reiserfs/journal.c if (flush) { flush 3645 fs/reiserfs/journal.c && !flush && !commit_now && (journal->j_len < journal->j_max_batch) flush 3933 fs/reiserfs/journal.c int flush; flush 3948 fs/reiserfs/journal.c flush = flags & FLUSH_ALL; flush 3963 fs/reiserfs/journal.c flush = 1; flush 3982 fs/reiserfs/journal.c flush = 1; flush 3990 fs/reiserfs/journal.c flush = 1; flush 4206 fs/reiserfs/journal.c if (flush) { flush 4266 fs/reiserfs/journal.c if (!flush && wait_on_commit && flush 1110 fs/reiserfs/super.c int flush = (1 << REISERFS_BARRIER_FLUSH); flush 1112 fs/reiserfs/super.c int all_barrier = flush | none; flush 1116 fs/reiserfs/super.c if (bits & flush) { flush 1117 fs/reiserfs/super.c REISERFS_SB(s)->s_mount_opt |= flush; flush 248 include/drm/r128_drm.h int flush; flush 553 include/drm/radeon_drm.h int flush; flush 112 include/linux/device-mapper.h dm_flush_fn flush; flush 73 include/linux/dm-dirty-log.h int (*flush)(struct dm_dirty_log *log); flush 1309 include/linux/fs.h int (*flush) (struct file *, fl_owner_t id); flush 33 include/linux/input-polldev.h void (*flush)(struct input_polled_dev *dev); flush 1077 include/linux/input.h int (*flush)(struct input_dev *dev, struct file *file); flush 256 include/linux/kgdb.h void (*flush) (void); flush 204 include/linux/msdos_fs.h flush:1, /* write things quickly */ flush 49 include/linux/mtd/blktrans.h int (*flush)(struct mtd_blktrans_dev *dev); flush 144 include/net/bluetooth/hci_core.h int (*flush)(struct hci_dev *hdev); flush 108 include/net/dn_fib.h int (*flush)(struct dn_fib_table *t); flush 1175 ipc/mqueue.c .flush = mqueue_flush_file, flush 301 kernel/kgdb.c if (kgdb_io_ops->flush) flush 302 kernel/kgdb.c kgdb_io_ops->flush(); flush 334 kernel/kgdb.c if (kgdb_io_ops->flush) flush 335 kernel/kgdb.c kgdb_io_ops->flush(); flush 355 kernel/kgdb.c if (kgdb_io_ops->flush) flush 356 kernel/kgdb.c kgdb_io_ops->flush(); flush 405 lib/zlib_deflate/deflate.c flush > Z_FINISH || flush < 0) { flush 411 lib/zlib_deflate/deflate.c (s->status == FINISH_STATE && flush != Z_FINISH)) { flush 418 lib/zlib_deflate/deflate.c s->last_flush = flush; flush 460 lib/zlib_deflate/deflate.c } else if (strm->avail_in == 0 && flush <= old_flush && flush 461 lib/zlib_deflate/deflate.c flush != Z_FINISH) { flush 473 lib/zlib_deflate/deflate.c (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) { flush 476 lib/zlib_deflate/deflate.c bstate = (*(configuration_table[s->level].func))(s, flush); flush 495 lib/zlib_deflate/deflate.c if (flush == Z_PARTIAL_FLUSH) { flush 497 lib/zlib_deflate/deflate.c } else if (flush == Z_PACKET_FLUSH) { flush 506 lib/zlib_deflate/deflate.c if (flush == Z_FULL_FLUSH) { flush 519 lib/zlib_deflate/deflate.c if (flush != Z_FINISH) return Z_OK; flush 1004 lib/zlib_deflate/deflate.c if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more; flush 1028 lib/zlib_deflate/deflate.c FLUSH_BLOCK(s, flush == Z_FINISH); flush 1029 lib/zlib_deflate/deflate.c return flush == Z_FINISH ? finish_done : block_done; flush 1055 lib/zlib_deflate/deflate.c if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { flush 1124 lib/zlib_deflate/deflate.c FLUSH_BLOCK(s, flush == Z_FINISH); flush 1125 lib/zlib_deflate/deflate.c return flush == Z_FINISH ? finish_done : block_done; flush 1150 lib/zlib_deflate/deflate.c if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { flush 1240 lib/zlib_deflate/deflate.c Assert (flush != Z_NO_FLUSH, "no flush?"); flush 1246 lib/zlib_deflate/deflate.c FLUSH_BLOCK(s, flush == Z_FINISH); flush 1247 lib/zlib_deflate/deflate.c return flush == Z_FINISH ? finish_done : block_done; flush 408 lib/zlib_inflate/inflate.c if (flush == Z_BLOCK) goto inf_leave; flush 747 lib/zlib_inflate/inflate.c if (flush == Z_PACKET_FLUSH && ret == Z_OK && flush 751 lib/zlib_inflate/inflate.c if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK) flush 134 net/9p/trans_fd.c int flush; flush 791 net/9p/trans_fd.c if (req->flush != Flushing) flush 802 net/9p/trans_fd.c if (req->flush != Flushing) { flush 896 net/9p/trans_fd.c req->flush = None; flush 944 net/9p/trans_fd.c req->flush = Flushed; flush 975 net/9p/trans_fd.c req->flush = Flushing; flush 985 net/9p/trans_fd.c req->flush = Flushed; flush 1010 net/9p/trans_fd.c if (req->flush != None && !req->err) flush 521 net/bluetooth/hci_core.c if (hdev->flush) flush 522 net/bluetooth/hci_core.c hdev->flush(hdev); flush 562 net/bluetooth/hci_core.c if (hdev->flush) flush 563 net/bluetooth/hci_core.c hdev->flush(hdev); flush 637 net/bluetooth/hci_core.c if (hdev->flush) flush 638 net/bluetooth/hci_core.c hdev->flush(hdev); flush 850 net/decnet/dn_table.c t->flush = dn_fib_table_flush; flush 876 net/decnet/dn_table.c flushed += tb->flush(tb); flush 149 net/irda/ircomm/ircomm_param.c if (flush) { flush 1146 net/netfilter/nf_conntrack_sip.c goto flush; flush 1180 net/netfilter/nf_conntrack_sip.c flush: flush 231 sound/i2c/l3/uda1341.c if (flush) uda->write(clnt, reg, new); flush 255 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, data0_2, 1, 2, 1, flush); // MUTE flush 256 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, stat0, 1, 6, 1, flush); // RESET flush 257 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, stat0, 1, 6, 0, flush); // RESTORE flush 261 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, stat0, 3, 4, value, flush); flush 264 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, stat0, 7, 1, value, flush); flush 267 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, stat1, 1, 6, value, flush); flush 270 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, stat1, 1, 5, value, flush); flush 273 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, stat1, 1, 0, value, flush); flush 276 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, stat1, 1, 1, value, flush); flush 279 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, data0_0, 63, 0, value, flush); flush 282 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, data0_1, 15, 2, value, flush); flush 285 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, data0_1, 3, 0, value, flush); flush 288 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, data0_2, 1, 5, value, flush); flush 291 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, data0_2, 3, 3, value, flush); flush 294 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, data0_2, 1, 2, value, flush); flush 297 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, data0_2, 3, 0, value, flush); flush 300 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, ext0, 31, 0, value, flush); flush 303 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, ext1, 31, 0, value, flush); flush 306 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, ext2, 7, 2, value, flush); flush 309 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, ext2, 3, 0, value, flush); flush 312 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, ext4, 1, 4, value, flush); flush 315 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, ext4, 3, 0, value & 0x3, flush); flush 316 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, ext5, 31, 0, value >> 2, flush); flush 319 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, ext6, 7, 2, value, flush); flush 322 sound/i2c/l3/uda1341.c ret = snd_uda1341_update_bits(clnt, ext6, 3, 0, value, flush);