Home
last modified time | relevance | path

Searched defs:is_atomic (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_fcoe.h56 bool is_atomic) in qed_get_protocol_stats_fcoe()
H A Dqed_iscsi.h63 bool is_atomic) {} in qed_get_protocol_stats_iscsi()
H A Dqed_fcoe.c697 bool is_atomic) in qed_fcoe_get_stats()
979 bool is_atomic) in qed_fcoe_stats_context()
991 bool is_atomic) in qed_get_protocol_stats_fcoe()
H A Dqed_iscsi.c1003 bool is_atomic) in qed_iscsi_get_stats()
1342 bool is_atomic) in qed_iscsi_stats_context()
1370 bool is_atomic) in qed_get_protocol_stats_iscsi()
H A Dqed_hw.c83 struct qed_ptt *qed_ptt_acquire_context(struct qed_hwfn *p_hwfn, bool is_atomic) in qed_ptt_acquire_context()
/linux/drivers/infiniband/hw/bng_re/
H A Dbng_sp.h40 bool is_atomic; member
/linux/kernel/kcsan/
H A Dcore.c231 is_atomic(struct kcsan_ctx *ctx, const volatile void *ptr, size_t size, int type) in is_atomic() function
H A Dkcsan_test.c220 const bool is_atomic = (ty & KCSAN_ACCESS_ATOMIC); in __report_matches() local