Searched refs:BARRIER (Results 1 – 11 of 11) sorted by relevance
/linux/arch/mips/kernel/ |
A D | bmips_vec.S | 23 .macro BARRIER macro 119 BARRIER 176 BARRIER 195 BARRIER 214 BARRIER 298 BARRIER 315 BARRIER
|
/linux/arch/mips/mm/ |
A D | tlb-r3k.c | 32 #define BARRIER \ macro 166 BARRIER; in local_flush_tlb_page() 205 BARRIER; in __update_tlb() 246 BARRIER; in add_wired_entry()
|
/linux/arch/mips/dec/ |
A D | kn01-berr.c | 28 #define BARRIER \ macro 113 BARRIER; in dec_kn01_be_backend()
|
/linux/arch/powerpc/include/asm/ |
A D | sstep.h | 40 BARRIER, enumerator
|
/linux/fs/ext4/ |
A D | fsync.c | 98 if (test_opt(inode->i_sb, BARRIER)) in ext4_fsync_nojournal()
|
A D | super.c | 4050 set_opt(sb, BARRIER); in ext4_fill_super() 5117 if (test_opt(sb, BARRIER)) in ext4_init_journal_params() 5497 REQ_SYNC | (test_opt(sb, BARRIER) ? REQ_FUA : 0)); in ext4_commit_super() 5638 } else if (wait && test_opt(sb, BARRIER)) in ext4_sync_fs()
|
A D | fast_commit.c | 618 if (test_opt(sb, BARRIER) && is_tail) in ext4_fc_submit_bh()
|
/linux/fs/nilfs2/ |
A D | super.c | 179 if (nilfs_test_opt(nilfs, BARRIER)) { in nilfs_sync_super() 665 if (!nilfs_test_opt(nilfs, BARRIER)) in nilfs_show_options() 735 nilfs_set_opt(nilfs, BARRIER); in parse_options() 738 nilfs_clear_opt(nilfs, BARRIER); in parse_options()
|
A D | the_nilfs.h | 368 if (!nilfs_test_opt(nilfs, BARRIER) || nilfs->ns_flushed_device) in nilfs_flush_device()
|
/linux/arch/powerpc/lib/ |
A D | sstep.c | 1441 op->type = BARRIER | BARRIER_ISYNC; in analyse_instr() 1467 op->type = BARRIER + BARRIER_SYNC; in analyse_instr() 1471 op->type = BARRIER + BARRIER_LWSYNC; in analyse_instr() 1474 op->type = BARRIER + BARRIER_PTESYNC; in analyse_instr() 1481 op->type = BARRIER + BARRIER_EIEIO; in analyse_instr() 3256 case BARRIER: in emulate_update_regs()
|
/linux/Documentation/ |
A D | memory-barriers.txt | 273 the COMPILER BARRIER section. 375 VARIETIES OF MEMORY BARRIER 903 Please see the COMPILER BARRIER section for more information. 920 SMP BARRIER PAIRING 983 EXAMPLES OF MEMORY BARRIER SEQUENCES 1513 COMPILER BARRIER 2281 INTER-CPU ACQUIRING BARRIER EFFECTS 2520 KERNEL I/O BARRIER EFFECTS
|
Completed in 36 milliseconds