Home
last modified time | relevance | path

Searched refs:is_atomic (Results 1 – 13 of 13) sorted by relevance

/linux/include/trace/events/
H A Dpercpu.h14 bool reserved, bool is_atomic, size_t size,
18 TP_ARGS(call_site, reserved, is_atomic, size, align, base_addr, off,
24 __field( bool, is_atomic )
36 __entry->is_atomic = is_atomic;
48 __entry->reserved, __entry->is_atomic,
78 TP_PROTO(bool reserved, bool is_atomic, size_t size, size_t align),
80 TP_ARGS(reserved, is_atomic, size, align),
84 __field( bool, is_atomic )
91 __entry->is_atomic = is_atomic;
97 __entry->reserved, __entry->is_atomic,
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_fcoe.h44 bool is_atomic);
56 bool is_atomic) in qed_get_protocol_stats_fcoe() argument
H A Dqed_iscsi.h49 bool is_atomic);
63 bool is_atomic) {} in qed_get_protocol_stats_iscsi() argument
H A Dqed_fcoe.c697 bool is_atomic) in qed_fcoe_get_stats() argument
703 p_ptt = qed_ptt_acquire_context(p_hwfn, is_atomic); in qed_fcoe_get_stats()
979 bool is_atomic) in qed_fcoe_stats_context() argument
981 return qed_fcoe_get_stats(QED_AFFIN_HWFN(cdev), stats, is_atomic); in qed_fcoe_stats_context()
991 bool is_atomic) in qed_get_protocol_stats_fcoe() argument
997 if (qed_fcoe_stats_context(cdev, &proto_stats, is_atomic)) { in qed_get_protocol_stats_fcoe()
H A Dqed_dev_api.h210 bool is_atomic);
H A Dqed_iscsi.c1003 bool is_atomic) in qed_iscsi_get_stats() argument
1009 p_ptt = qed_ptt_acquire_context(p_hwfn, is_atomic); in qed_iscsi_get_stats()
1342 bool is_atomic) in qed_iscsi_stats_context() argument
1344 return qed_iscsi_get_stats(QED_AFFIN_HWFN(cdev), stats, is_atomic); in qed_iscsi_stats_context()
1370 bool is_atomic) in qed_get_protocol_stats_iscsi() argument
1376 if (qed_iscsi_stats_context(cdev, &proto_stats, 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() argument
88 if (is_atomic) in qed_ptt_acquire_context()
111 if (is_atomic) in qed_ptt_acquire_context()
H A Dqed_l2.h276 bool is_atomic);
/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
277 if (is_atomic(ctx, ptr, size, type)) in should_watch()
1055 const bool is_atomic = size <= sizeof(long long) && \
1057 if (IS_ENABLED(CONFIG_KCSAN_IGNORE_ATOMICS) && is_atomic) \
1059 check_access(ptr, size, is_atomic ? KCSAN_ACCESS_ATOMIC : 0, \
1069 const bool is_atomic = size <= sizeof(long long) && \
1071 if (IS_ENABLED(CONFIG_KCSAN_IGNORE_ATOMICS) && is_atomic) \
1075 (is_atomic ? KCSAN_ACCESS_ATOMIC : 0), \
H A Dkcsan_test.c220 const bool is_atomic = (ty & KCSAN_ACCESS_ATOMIC); in __report_matches() local
223 (is_atomic && is_scoped) ? " (marked, reordered)" in __report_matches()
224 : (is_atomic ? " (marked)" in __report_matches()
/linux/drivers/infiniband/hw/bng_re/
H A Dbng_sp.h40 bool is_atomic; member
H A Dbng_sp.c126 attr->is_atomic = bng_re_is_atomic_cap(rcfw); in bng_re_get_dev_attr()
/linux/Documentation/ABI/testing/
H A Ddebugfs-scmi30 What: /sys/kernel/debug/scmi/<n>/transport/is_atomic