Searched refs:do_sync (Results 1 – 13 of 13) sorted by relevance
/openbmc/u-boot/arch/arm/lib/ |
H A D | interrupts_64.c | 91 void do_sync(struct pt_regs *pt_regs, unsigned int esr) in do_sync() function
|
/openbmc/linux/arch/x86/kernel/ |
H A D | alternative.c | 2189 int do_sync; in text_poke_bp_batch() local 2231 for (do_sync = 0, i = 0; i < nr_entries; i++) { in text_poke_bp_batch() 2252 do_sync++; in text_poke_bp_batch() 2282 if (do_sync) { in text_poke_bp_batch() 2295 for (do_sync = 0, i = 0; i < nr_entries; i++) { in text_poke_bp_batch() 2305 do_sync++; in text_poke_bp_batch() 2308 if (do_sync) in text_poke_bp_batch()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | pgtable.h | 208 bool do_sync = false; local 216 do_sync = true; 219 if (do_sync)
|
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | exceptions.S | 141 bl do_sync
|
/openbmc/linux/drivers/input/joystick/ |
H A D | xpad.c | 1006 bool do_sync = false; in xpadone_process_packet() local 1021 do_sync = true; in xpadone_process_packet() 1038 do_sync = true; in xpadone_process_packet() 1153 do_sync = true; in xpadone_process_packet() 1156 if (do_sync) in xpadone_process_packet()
|
/openbmc/linux/fs/ext2/ |
H A D | inode.c | 43 static int __ext2_write_inode(struct inode *inode, int do_sync); 1504 static int __ext2_write_inode(struct inode *inode, int do_sync) in __ext2_write_inode() argument 1595 if (do_sync) { in __ext2_write_inode()
|
/openbmc/linux/fs/gfs2/ |
H A D | quota.c | 888 static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda) in do_sync() function 1170 do_sync(count, qda); in gfs2_quota_unlock() 1344 error = do_sync(num_qd, qda); in gfs2_quota_sync()
|
/openbmc/linux/fs/ufs/ |
H A D | inode.c | 801 static int ufs_update_inode(struct inode * inode, int do_sync) in ufs_update_inode() argument 832 if (do_sync) in ufs_update_inode()
|
/openbmc/linux/fs/ceph/ |
H A D | xattr.c | 1226 goto do_sync; in __ceph_setxattr() 1280 do_sync: in __ceph_setxattr()
|
/openbmc/linux/drivers/md/ |
H A D | raid10.c | 1172 const blk_opf_t do_sync = bio->bi_opf & REQ_SYNC; in raid10_read_request() local 1250 read_bio->bi_opf = op | do_sync; in raid10_read_request() 1268 const blk_opf_t do_sync = bio->bi_opf & REQ_SYNC; in raid10_write_one_disk() local 1295 mbio->bi_opf = op | do_sync | do_fua; in raid10_write_one_disk()
|
H A D | raid1.c | 1218 const blk_opf_t do_sync = bio->bi_opf & REQ_SYNC; in raid1_read_request() local 1318 read_bio->bi_opf = op | do_sync; in raid1_read_request()
|
/openbmc/linux/fs/udf/ |
H A D | inode.c | 1722 static int udf_update_inode(struct inode *inode, int do_sync) in udf_update_inode() argument 1934 if (do_sync) { in udf_update_inode()
|
/openbmc/linux/fs/f2fs/ |
H A D | segment.c | 498 goto do_sync; in f2fs_balance_fs_bg() 507 goto do_sync; in f2fs_balance_fs_bg() 514 do_sync: in f2fs_balance_fs_bg()
|