Home
last modified time | relevance | path

Searched refs:data_race (Results 51 - 75 of 82) sorted by relevance

1234

/kernel/linux/linux-6.6/mm/
H A Dvmstat.c1065 * diagnostic purposes. Use data_race to avoid KCSAN warning. in fill_contig_page_info()
1067 blocks = data_race(zone->free_area[order].nr_free); in fill_contig_page_info()
1503 * printing purposes. Use data_race to avoid KCSAN warning. in frag_show_print()
1505 seq_printf(m, "%6lu ", data_race(zone->free_area[order].nr_free)); in frag_show_print()
H A Dmemory.c3812 if (data_race(si->flags & SWP_SYNCHRONOUS_IO) && in do_swap_page()
3970 data_race(si->flags & SWP_STABLE_WRITES)) { in do_swap_page()
H A Dhuge_memory.c2787 if (data_race(list_empty(&folio->_deferred_list))) in folio_undo_large_rmappable()
/kernel/linux/linux-6.6/net/ipv4/
H A Daf_inet.c591 if (data_race(!inet_sk(sk)->inet_num) && inet_autobind(sk)) in inet_dgram_connect()
835 if (data_race(!inet_sk(sk)->inet_num) && !sk->sk_prot->no_autobind && in inet_send_prepare()
H A Dtcp_ipv4.c1200 * data_race() is telling kcsan that we do not care of in __tcp_md5_do_add()
1204 data_race(memcpy(key->key, newkey, newkeylen)); in __tcp_md5_do_add()
/kernel/linux/linux-5.10/kernel/
H A Dfork.c371 *new = data_race(*orig); in vm_area_dup()
2029 if (data_race(nr_threads >= max_threads)) in copy_process()
/kernel/linux/linux-6.6/kernel/
H A Dfork.c514 data_race(memcpy(new, orig, sizeof(*new))); in vm_area_dup()
2393 if (data_race(nr_threads >= max_threads)) in copy_process()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c1143 if (!data_race(priv->rx.initialized)) in ath9k_htc_rxep()
/kernel/linux/linux-5.10/mm/
H A Drmap.c686 if (data_race(mm->tlb_flush_batched)) { in flush_tlb_batched_pending()
/kernel/linux/linux-6.6/kernel/kcsan/
H A Dkcsan_test.c359 static noinline void test_kernel_data_race(void) { data_race(test_var++); } in test_kernel_data_race()
1002 /* Test the data_race() macro. */
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c1144 if (!data_race(priv->rx.initialized)) in ath9k_htc_rxep()
/kernel/linux/linux-5.10/arch/x86/mm/pat/
H A Dset_memory.c138 data_race(cpa_4k_install++); in cpa_inc_4k_install()
/kernel/linux/linux-5.10/include/net/
H A Dsock.h2334 if (likely(data_race(!sk->sk_err))) in sock_error()
/kernel/linux/linux-5.10/kernel/rcu/
H A Dtree_plugin.h761 __func__, READ_ONCE(rnp->gp_tasks), data_race(rnp->boost_tasks), in dump_blkd_tasks()
H A Dtree.c1418 trace_rcu_grace_period(rcu_state.name, data_race(rcu_state.gp_seq), TPS("newreq")); in rcu_start_this_gp()
/kernel/linux/linux-5.10/kernel/time/
H A Dtimekeeping.c620 snapshot->boot = snapshot->mono + ktime_to_ns(data_race(tk->offs_boot)); in ktime_get_fast_timestamps()
/kernel/linux/linux-5.10/include/linux/
H A Dbpf.h1487 data_race(*ldst++ = *lsrc++); in bpf_long_memcpy()
/kernel/linux/linux-6.6/drivers/block/
H A Dloop.c2193 if (lo->idr_visible && data_race(lo->lo_state) == Lo_unbound) in loop_control_get_free()
/kernel/linux/linux-6.6/arch/x86/mm/pat/
H A Dset_memory.c151 data_race(cpa_4k_install++); in cpa_inc_4k_install()
/kernel/linux/linux-6.6/net/core/
H A Dsock_map.c1543 id = data_race(prog->aux->id); in sock_map_bpf_prog_query()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_ipv4.c1159 * data_race() is telling kcsan that we do not care of in tcp_md5_do_add()
1163 data_race(memcpy(key->key, newkey, newkeylen)); in tcp_md5_do_add()
H A Dtcp.c4241 /* We use data_race() because tcp_md5_do_add() might change key->key under us */ in tcp_md5_hash_key()
4242 return data_race(crypto_ahash_update(hp->md5_req)); in tcp_md5_hash_key()
/kernel/linux/linux-6.6/include/linux/
H A Dbpf.h450 data_race(*ldst++ = *lsrc++); in bpf_long_memcpy()
/kernel/linux/linux-6.6/include/net/
H A Dsock.h2505 if (likely(data_race(!sk->sk_err))) in sock_error()
/kernel/linux/linux-6.6/kernel/rcu/
H A Dtree.c986 trace_rcu_grace_period(rcu_state.name, data_race(rcu_state.gp_seq), TPS("newreq")); in rcu_start_this_gp()

Completed in 87 milliseconds

1234