Searched refs:BARRIER (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/arch/mips/kernel/ |
D | bmips_vec.S | 23 .macro BARRIER macro 119 BARRIER 176 BARRIER 195 BARRIER 214 BARRIER 298 BARRIER 315 BARRIER
|
/Linux-v5.4/arch/mips/mm/ |
D | tlb-r3k.c | 33 #define BARRIER \ macro 167 BARRIER; in local_flush_tlb_page() 206 BARRIER; in __update_tlb() 247 BARRIER; in add_wired_entry()
|
/Linux-v5.4/arch/mips/dec/ |
D | kn01-berr.c | 28 #define BARRIER \ macro 113 BARRIER; in dec_kn01_be_backend()
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | sstep.h | 40 BARRIER, enumerator
|
/Linux-v5.4/fs/ext4/ |
D | fsync.c | 123 if (test_opt(inode->i_sb, BARRIER)) in ext4_sync_file()
|
D | super.c | 3776 set_opt(sb, BARRIER); in ext4_fill_super() 4724 if (test_opt(sb, BARRIER)) in ext4_init_journal_params() 5045 REQ_SYNC | (test_opt(sb, BARRIER) ? REQ_FUA : 0)); in ext4_commit_super() 5170 } else if (wait && test_opt(sb, BARRIER)) in ext4_sync_fs()
|
/Linux-v5.4/fs/nilfs2/ |
D | super.c | 173 if (nilfs_test_opt(nilfs, BARRIER)) { in nilfs_sync_super() 662 if (!nilfs_test_opt(nilfs, BARRIER)) in nilfs_show_options() 732 nilfs_set_opt(nilfs, BARRIER); in parse_options() 735 nilfs_clear_opt(nilfs, BARRIER); in parse_options()
|
D | the_nilfs.h | 368 if (!nilfs_test_opt(nilfs, BARRIER) || nilfs->ns_flushed_device) in nilfs_flush_device()
|
/Linux-v5.4/arch/powerpc/lib/ |
D | sstep.c | 1238 op->type = BARRIER | BARRIER_ISYNC; in analyse_instr() 1264 op->type = BARRIER + BARRIER_SYNC; in analyse_instr() 1268 op->type = BARRIER + BARRIER_LWSYNC; in analyse_instr() 1271 op->type = BARRIER + BARRIER_PTESYNC; in analyse_instr() 1278 op->type = BARRIER + BARRIER_EIEIO; in analyse_instr() 2779 case BARRIER: in emulate_update_regs()
|
/Linux-v5.4/Documentation/ |
D | memory-barriers.txt | 275 the COMPILER BARRIER section. 377 VARIETIES OF MEMORY BARRIER 906 Please see the COMPILER BARRIER section for more information. 923 SMP BARRIER PAIRING 986 EXAMPLES OF MEMORY BARRIER SEQUENCES 1518 COMPILER BARRIER 2268 INTER-CPU ACQUIRING BARRIER EFFECTS 2507 KERNEL I/O BARRIER EFFECTS
|
/Linux-v5.4/Documentation/core-api/ |
D | atomic_ops.rst | 184 ``READ_ONCE()`` OR ``WRITE_ONCE()`` DO NOT IMPLY A BARRIER!
|