Searched refs:barrier (Results 101 - 125 of 545) sorted by last modified time

1234567891011>>

/linux-master/net/mac80211/
H A Dutil.c2163 barrier();
H A Dmain.c534 barrier();
H A Ddriver-ops.c52 barrier();
/linux-master/net/ipv6/
H A Dtcp_ipv6.c1730 * barrier() makes sure compiler won't play aliasing games.
1734 barrier();
H A Dreassembly.c190 barrier();
/linux-master/net/ipv4/
H A Dtcp_ipv4.c2140 * barrier() makes sure compiler wont play fool^Waliasing games.
2144 barrier();
/linux-master/mm/
H A Dslub.c3649 barrier();
4229 /* Same with comment on barrier() in slab_alloc_node() */
4230 barrier();
5414 barrier();
/linux-master/kernel/rcu/
H A Dtree_plugin.h21 * under us, we must either hold the barrier mutex, the cpu
294 barrier(); /* Coordinate with rcu_flavor_sched_clock_irq(). */
407 barrier(); /* critical section after entry code. */
422 barrier(); // critical section before exit code.
424 barrier(); // critical-section exit before .s check.
762 barrier();
974 * No memory barrier is required here because rcu_qs()
H A Dtree.c122 * optimize synchronize_rcu() to a simple barrier(). When this variable
717 barrier();
1851 /* Locking provides needed memory barrier. */
2817 * guaranteed to have executed a full memory barrier since the end of its
2821 * executed a memory barrier after the call_rcu() but before the beginning
2828 * guaranteed to execute a full memory barrier during the time interval
3581 * each CPU is guaranteed to have executed a full memory barrier since
3585 * synchronize_rcu() is guaranteed to have executed a full memory barrier
3593 * to have executed a full memory barrier during the execution of
4083 /* Mark the start of the barrier operatio
[all...]
/linux-master/kernel/locking/
H A Drtmutex.c1494 barrier();
H A Drwsem.c781 barrier();
924 * The cpu_relax() call is a compiler barrier which forces
/linux-master/kernel/events/
H A Dcore.c677 barrier(); \
684 barrier(); \
3319 barrier();
3592 barrier();
3606 barrier();
3915 barrier();
6133 barrier();
6147 barrier();
7062 barrier();
7066 barrier();
[all...]
/linux-master/kernel/
H A Dcontext_tracking.c303 barrier();
/linux-master/include/linux/
H A Ddynamic_queue_limits.h101 * It is only a hint, we use barrier() only.
103 barrier();
/linux-master/drivers/nvdimm/
H A Dbtt.c1239 barrier();
/linux-master/drivers/net/wireless/broadcom/b43/
H A Ddma.c1605 barrier();
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dwmi.c2836 complete(&ar->wmi.barrier);
9040 reinit_completion(&ar->wmi.barrier);
9049 time_left = wait_for_completion_timeout(&ar->wmi.barrier,
9497 init_completion(&ar->wmi.barrier);
H A Dcore.c2528 /* Place a barrier to make sure the compiler doesn't reorder
2531 barrier();
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_fp.c294 barrier();
392 barrier();
408 barrier();
442 barrier();
465 * memory barrier, there is a small possibility that
507 barrier();
1349 /* Memory barrier to prevent the CPU from doing speculative reads of CQE
1727 /* paired memory barrier is in qede_tx_int(), we have to keep
H A Dqede_ethtool.c1523 barrier();
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c458 barrier();
465 barrier();
484 barrier();
546 barrier();
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c2629 barrier();
/linux-master/drivers/md/
H A Draid10.c905 * To do this we raise a 'barrier'.
906 * The 'barrier' is a counter that can be raised multiple times
909 * We can only raise the barrier if there is no pending IO.
911 * We choose only to raise the barrier if no-one is waiting for the
912 * barrier to go down. This means that as soon as an IO request
913 * is ready, no other operations which require a barrier will start
928 if (WARN_ON_ONCE(force && !conf->barrier))
935 WRITE_ONCE(conf->barrier, conf->barrier + 1);
939 conf->barrier < RESYNC_DEPT
[all...]
H A Draid1.h6 * each barrier unit size is 64MB fow now
12 * In struct r1conf, the following members are related to I/O barrier
17 * atomic_t *barrier;
104 atomic_t *barrier; member in struct:r1conf
/linux-master/drivers/mailbox/
H A Dbcm-flexrm-mailbox.c16 #include <asm/barrier.h>

Completed in 435 milliseconds

1234567891011>>