| /linux/include/trace/events/ |
| H A D | percpu.h | 14 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 D | qed_fcoe.h | 44 bool is_atomic); 56 bool is_atomic) in qed_get_protocol_stats_fcoe() argument
|
| H A D | qed_iscsi.h | 49 bool is_atomic); 63 bool is_atomic) {} in qed_get_protocol_stats_iscsi() argument
|
| H A D | qed_fcoe.c | 697 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 D | qed_iscsi.c | 1003 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 D | qed_dev_api.h | 210 bool is_atomic);
|
| H A D | qed_hw.c | 83 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 D | qed_l2.h | 276 bool is_atomic);
|
| H A D | qed_l2.c | 1867 bool is_atomic) in _qed_get_vport_stats() argument 1879 p_ptt = IS_PF(cdev) ? qed_ptt_acquire_context(p_hwfn, is_atomic) in _qed_get_vport_stats() 1911 bool is_atomic) in qed_get_vport_stats_context() argument 1920 _qed_get_vport_stats(cdev, stats, is_atomic); in qed_get_vport_stats_context()
|
| /linux/kernel/kcsan/ |
| H A D | core.c | 231 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 D | kcsan_test.c | 220 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/block/ |
| H A D | blk-merge.c | 211 bool is_atomic) in blk_boundary_sectors() argument 217 if (is_atomic && lim->atomic_write_boundary_sectors) in blk_boundary_sectors() 236 bool is_atomic = bio->bi_opf & REQ_ATOMIC; in get_max_io_size() local 237 unsigned boundary_sectors = blk_boundary_sectors(lim, is_atomic); in get_max_io_size() 246 else if (is_atomic) in get_max_io_size() 528 bool is_atomic = rq->cmd_flags & REQ_ATOMIC; in blk_rq_get_max_sectors() local 533 boundary_sectors = blk_boundary_sectors(lim, is_atomic); in blk_rq_get_max_sectors()
|
| /linux/drivers/infiniband/hw/bng_re/ |
| H A D | bng_sp.h | 40 bool is_atomic; member
|
| H A D | bng_sp.c | 126 attr->is_atomic = bng_re_is_atomic_cap(rcfw); in bng_re_get_dev_attr()
|
| /linux/mm/ |
| H A D | percpu.c | 1740 bool is_atomic; in pcpu_alloc_noprof() local 1754 is_atomic = !gfpflags_allow_blocking(gfp); in pcpu_alloc_noprof() 1780 if (!is_atomic) { in pcpu_alloc_noprof() 1800 off = pcpu_find_block_fit(chunk, bits, bit_align, is_atomic); in pcpu_alloc_noprof() 1820 is_atomic); in pcpu_alloc_noprof() 1837 if (is_atomic) { in pcpu_alloc_noprof() 1867 if (!is_atomic) { in pcpu_alloc_noprof() 1898 trace_percpu_alloc_percpu(_RET_IP_, reserved, is_atomic, size, align, in pcpu_alloc_noprof() 1911 trace_percpu_alloc_percpu_fail(reserved, is_atomic, size, align); in pcpu_alloc_noprof() 1918 size, align, is_atomic, err); in pcpu_alloc_noprof() [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | debugfs-scmi | 30 What: /sys/kernel/debug/scmi/<n>/transport/is_atomic
|
| /linux/drivers/infiniband/hw/bnxt_re/ |
| H A D | qplib_sp.h | 75 bool is_atomic; member
|
| H A D | qplib_sp.c | 195 attr->is_atomic = bnxt_qplib_is_atomic_cap(rcfw); in bnxt_qplib_get_dev_attr()
|
| H A D | ib_verbs.c | 230 if (dev_attr->is_atomic) { in bnxt_re_query_device()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_vm.h | 179 int xe_vma_need_vram_for_atomic(struct xe_device *xe, struct xe_vma *vma, bool is_atomic);
|
| H A D | xe_vm.c | 4342 int xe_vma_need_vram_for_atomic(struct xe_device *xe, struct xe_vma *vma, bool is_atomic) in xe_vma_need_vram_for_atomic() argument 4347 if (!IS_DGFX(xe) || !is_atomic) in xe_vma_need_vram_for_atomic()
|
| /linux/drivers/firmware/arm_scmi/ |
| H A D | common.h | 324 bool is_atomic; member
|
| H A D | driver.c | 3044 dbg->is_atomic = info->desc->atomic_enabled && in scmi_debugfs_common_setup() 3055 debugfs_create_bool("is_atomic", 0400, trans, &dbg->is_atomic); in scmi_debugfs_common_setup()
|
| /linux/rust/kernel/ |
| H A D | pwm.rs | 542 pub fn is_atomic(&self) -> bool { 544 pub fn is_atomic(&self) -> bool { is_atomic() method
|