Home
last modified time | relevance | path

Searched refs:BARRIER (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/arch/mips/kernel/
A Dbmips_vec.S23 .macro BARRIER macro
119 BARRIER
176 BARRIER
195 BARRIER
214 BARRIER
298 BARRIER
315 BARRIER
/linux-6.3-rc2/arch/mips/mm/
A Dtlb-r3k.c32 #define BARRIER \ macro
164 BARRIER; in local_flush_tlb_page()
203 BARRIER; in __update_tlb()
/linux-6.3-rc2/arch/mips/dec/
A Dkn01-berr.c28 #define BARRIER \ macro
113 BARRIER; in dec_kn01_be_backend()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dsstep.h40 BARRIER, enumerator
/linux-6.3-rc2/fs/ext4/
A Dfsync.c98 if (test_opt(inode->i_sb, BARRIER)) in ext4_fsync_nojournal()
A Dsuper.c4326 set_opt(sb, BARRIER); in ext4_set_def_opts()
5686 if (test_opt(sb, BARRIER)) in ext4_init_journal_params()
6109 (test_opt(sb, BARRIER) ? REQ_FUA : 0), sbh); in ext4_commit_super()
6254 } else if (wait && test_opt(sb, BARRIER)) in ext4_sync_fs()
A Dfast_commit.c666 if (test_opt(sb, BARRIER) && is_tail) in ext4_fc_submit_bh()
/linux-6.3-rc2/fs/nilfs2/
A Dsuper.c180 if (nilfs_test_opt(nilfs, BARRIER)) { in nilfs_sync_super()
675 if (!nilfs_test_opt(nilfs, BARRIER)) in nilfs_show_options()
745 nilfs_set_opt(nilfs, BARRIER); in parse_options()
748 nilfs_clear_opt(nilfs, BARRIER); in parse_options()
A Dthe_nilfs.h368 if (!nilfs_test_opt(nilfs, BARRIER) || nilfs->ns_flushed_device) in nilfs_flush_device()
/linux-6.3-rc2/arch/powerpc/lib/
A Dsstep.c1428 op->type = BARRIER | BARRIER_ISYNC; in analyse_instr()
1454 op->type = BARRIER + BARRIER_SYNC; in analyse_instr()
1458 op->type = BARRIER + BARRIER_LWSYNC; in analyse_instr()
1461 op->type = BARRIER + BARRIER_PTESYNC; in analyse_instr()
1468 op->type = BARRIER + BARRIER_EIEIO; in analyse_instr()
3244 case BARRIER: in emulate_update_regs()
/linux-6.3-rc2/Documentation/
A Dmemory-barriers.txt273 the COMPILER BARRIER section.
375 VARIETIES OF MEMORY BARRIER
915 Please see the COMPILER BARRIER section for more information.
932 SMP BARRIER PAIRING
995 EXAMPLES OF MEMORY BARRIER SEQUENCES
1525 COMPILER BARRIER
1948 accesses to MMIO regions. See the later "KERNEL I/O BARRIER EFFECTS"
2302 INTER-CPU ACQUIRING BARRIER EFFECTS
2541 KERNEL I/O BARRIER EFFECTS

Completed in 34 milliseconds