Home
last modified time | relevance | path

Searched refs:data_race (Results 1 – 25 of 33) sorted by relevance

12

/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dtree_stall.h445 data_race(rcu_state.n_force_qs) - rcu_state.n_force_qs_gpstart, in print_cpu_stall_info()
460 data_race(rcu_state.gp_flags), in rcu_check_gp_kthread_starvation()
525 gpa = data_race(rcu_state.gp_activity); in print_other_cpu_stall()
528 data_race(jiffies_till_next_fqs), in print_other_cpu_stall()
706 ja = j - data_race(rcu_state.gp_activity); in show_rcu_gp_kthreads()
707 jr = j - data_race(rcu_state.gp_req_activity); in show_rcu_gp_kthreads()
708 jw = j - data_race(rcu_state.gp_wake_time); in show_rcu_gp_kthreads()
712 ja, jr, jw, (long)data_race(rcu_state.gp_wake_seq), in show_rcu_gp_kthreads()
713 (long)data_race(rcu_state.gp_seq), in show_rcu_gp_kthreads()
714 (long)data_race(rcu_get_root()->gp_seq_needed), in show_rcu_gp_kthreads()
[all …]
H A Dtasks.h142 int i = data_race(rtp->gp_state); // Let KCSAN detect update races in tasks_gp_state_getname()
284 tasks_gp_state_getname(rtp), data_race(rtp->gp_state), in show_rcu_tasks_generic_gp_kthread()
285 jiffies - data_race(rtp->gp_jiffies), in show_rcu_tasks_generic_gp_kthread()
286 data_race(rtp->n_gps), in show_rcu_tasks_generic_gp_kthread()
287 data_race(rtp->n_ipis_fails), data_race(rtp->n_ipis), in show_rcu_tasks_generic_gp_kthread()
288 ".k"[!!data_race(rtp->kthread_ptr)], in show_rcu_tasks_generic_gp_kthread()
289 ".C"[!!data_race(rtp->cbs_head)], in show_rcu_tasks_generic_gp_kthread()
1213 data_race(n_heavy_reader_ofl_updates), in show_rcu_tasks_trace_gp_kthread()
1214 data_race(n_heavy_reader_updates), in show_rcu_tasks_trace_gp_kthread()
1215 data_race(n_heavy_reader_attempts)); in show_rcu_tasks_trace_gp_kthread()
H A Dtree_exp.h547 data_race(rnp_root->expmask), in synchronize_rcu_expedited_wait()
548 ".T"[!!data_race(rnp_root->exp_tasks)]); in synchronize_rcu_expedited_wait()
558 data_race(rnp->expmask), in synchronize_rcu_expedited_wait()
559 ".T"[!!data_race(rnp->exp_tasks)]); in synchronize_rcu_expedited_wait()
H A Dsrcutree.c1341 u0 = data_race(sdp->srcu_unlock_count[!idx]); in srcu_torture_stats_print()
1342 u1 = data_race(sdp->srcu_unlock_count[idx]); in srcu_torture_stats_print()
1350 l0 = data_race(sdp->srcu_lock_count[!idx]); in srcu_torture_stats_print()
1351 l1 = data_race(sdp->srcu_lock_count[idx]); in srcu_torture_stats_print()
H A Drcutorture.c1562 data_race(n_barrier_successes), in rcu_torture_stats_print()
1563 data_race(n_barrier_attempts), in rcu_torture_stats_print()
1564 data_race(n_rcu_torture_barrier_error)); in rcu_torture_stats_print()
1565 pr_cont("read-exits: %ld\n", data_race(n_read_exits)); in rcu_torture_stats_print()
H A Dtree_plugin.h761 __func__, READ_ONCE(rnp->gp_tasks), data_race(rnp->boost_tasks), in dump_blkd_tasks()
/OK3568_Linux_fs/kernel/mm/
H A Dfrontswap.c64 data_race(frontswap_loads++); in inc_frontswap_loads()
67 data_race(frontswap_succ_stores++); in inc_frontswap_succ_stores()
70 data_race(frontswap_failed_stores++); in inc_frontswap_failed_stores()
73 data_race(frontswap_invalidates++); in inc_frontswap_invalidates()
H A Dpage_io.c263 if (data_race(sis->flags & SWP_FS_OPS)) { in __swap_writepage()
357 if (data_race(sis->flags & SWP_FS_OPS)) { in swap_readpage()
420 if (data_race(sis->flags & SWP_FS_OPS)) { in swap_set_page_dirty()
H A Dpage_counter.c125 data_race(c->failcnt++); in page_counter_try_charge()
H A Dswap_state.c61 #define INC_CACHE_INFO(x) data_race(swap_cache_info.x++)
62 #define ADD_CACHE_INFO(x, nr) data_race(swap_cache_info.x += (nr))
H A Dswap.c669 if (data_race(pagevec_count(pvec))) { in lru_add_drain_cpu()
915 data_race(pagevec_count(&per_cpu(lru_rotate.pvec, cpu))) || in __lru_add_drain_all()
H A Dswapfile.c952 if (data_race(!si->swap_map[offset])) { in scan_swap_map_slots()
969 if (data_race(!si->swap_map[offset])) { in scan_swap_map_slots()
1179 if (data_race(!(p->flags & SWP_USED))) in __swap_info_get()
1205 if (data_race(!p->swap_map[swp_offset(entry)])) in _swap_info_get()
1328 if (data_race(!(si->flags & SWP_VALID))) in get_swap_device()
H A Drmap.c691 if (data_race(mm->tlb_flush_batched)) { in flush_tlb_batched_pending()
/OK3568_Linux_fs/kernel/security/tomoyo/
H A Dutil.c1064 perm = data_race(container_of(ptr, struct tomoyo_path_acl, head)->perm); in tomoyo_domain_quota_is_ok()
1067 perm = data_race(container_of(ptr, struct tomoyo_path2_acl, head)->perm); in tomoyo_domain_quota_is_ok()
1070 perm = data_race(container_of(ptr, struct tomoyo_path_number_acl, head) in tomoyo_domain_quota_is_ok()
1074 perm = data_race(container_of(ptr, struct tomoyo_mkdev_acl, head)->perm); in tomoyo_domain_quota_is_ok()
1077 perm = data_race(container_of(ptr, struct tomoyo_inet_acl, head)->perm); in tomoyo_domain_quota_is_ok()
1080 perm = data_race(container_of(ptr, struct tomoyo_unix_acl, head)->perm); in tomoyo_domain_quota_is_ok()
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dosq_lock.c161 if (data_race(prev->next) == node && in osq_lock()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompiler.h206 #define data_race(expr) \ macro
/OK3568_Linux_fs/kernel/mm/kfence/
H A Dcore.c842 distance = addr - data_race(meta->addr + meta->size); in kfence_handle_page_fault()
848 if (!to_report || distance > data_race(meta->addr) - addr) in kfence_handle_page_fault()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dwmi.c173 if (!data_race(priv->tx.initialized)) in ath9k_wmi_event_tasklet()
H A Dhtc_drv_txrx.c1142 if (!data_race(priv->rx.initialized)) in ath9k_htc_rxep()
/OK3568_Linux_fs/kernel/fs/jbd2/
H A Dtransaction.c357 if (!data_race(journal->j_running_transaction)) { in start_this_handle()
1480 if (data_race(jh->b_transaction != transaction && in jbd2_journal_dirty_metadata()
1489 if (data_race(jh->b_transaction == transaction && in jbd2_journal_dirty_metadata()
/OK3568_Linux_fs/kernel/kernel/
H A Dscftorture.c149 invoked_count += data_race(per_cpu(scf_invoked_count, cpu)); in scf_torture_stats_print()
H A Dfork.c371 *new = data_race(*orig); in vm_area_dup()
2049 if (data_race(nr_threads >= max_threads)) in copy_process()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Daf_inet.c579 if (data_race(!inet_sk(sk)->inet_num) && inet_autobind(sk)) in inet_dgram_connect()
806 if (data_race(!inet_sk(sk)->inet_num) && !sk->sk_prot->no_autobind && in inet_send_prepare()
/OK3568_Linux_fs/kernel/kernel/kcsan/
H A Dkcsan-test.c296 static noinline void test_kernel_data_race(void) { data_race(test_var++); } in test_kernel_data_race()
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dkcsan.rst104 * KCSAN understands the ``data_race(expr)`` annotation, which tells KCSAN that

12