/linux/tools/perf/arch/arm64/util/ |
A D | arm-spe.c | 36 bool *wrapped; member 313 bool *wrapped; in arm_spe_alloc_wrapped_array() local 330 wrapped = reallocarray(ptr->wrapped, new_cnt, sizeof(bool)); in arm_spe_alloc_wrapped_array() 331 if (!wrapped) in arm_spe_alloc_wrapped_array() 338 wrapped[i] = false; in arm_spe_alloc_wrapped_array() 341 ptr->wrapped = wrapped; in arm_spe_alloc_wrapped_array() 402 bool wrapped; in arm_spe_find_snapshot() local 422 wrapped = ptr->wrapped[idx]; in arm_spe_find_snapshot() 424 wrapped = true; in arm_spe_find_snapshot() 434 if (!wrapped) in arm_spe_find_snapshot() [all …]
|
/linux/drivers/net/ethernet/huawei/hinic/ |
A D | hinic_hw_cmdq.c | 221 HINIC_CMDQ_WQE_HEADER_SET(wrapped, TOGGLED_WRAPPED); in cmdq_prepare_wqe_ctrl() 251 struct hinic_cmdq_buf *buf_out, int wrapped, in cmdq_set_lcmd_wqe() argument 279 struct hinic_cmdq_buf *buf_out, int wrapped, in cmdq_set_direct_wqe() argument 347 int errcode, wrapped, num_wqebbs; in cmdq_sync_cmd_direct_resp() local 364 wrapped = cmdq->wrapped; in cmdq_sync_cmd_direct_resp() 369 cmdq->wrapped = !cmdq->wrapped; in cmdq_sync_cmd_direct_resp() 379 wrapped, HINIC_CMD_ACK_TYPE_CMDQ, mod, cmd, in cmdq_sync_cmd_direct_resp() 429 int wrapped, num_wqebbs; in cmdq_set_arm_bit() local 443 wrapped = cmdq->wrapped; in cmdq_set_arm_bit() 448 cmdq->wrapped = !cmdq->wrapped; in cmdq_set_arm_bit() [all …]
|
A D | hinic_hw_eqs.c | 206 HINIC_EQ_CI_SET(eq->wrapped, WRAPPED) | in eq_update_ci() 237 if (HINIC_EQ_ELEM_DESC_GET(aeqe_desc, WRAPPED) == eq->wrapped) in aeq_irq_handler() 272 eq->wrapped = !eq->wrapped; in aeq_irq_handler() 327 if (HINIC_EQ_ELEM_DESC_GET(ceqe, WRAPPED) == eq->wrapped) in ceq_irq_handler() 336 eq->wrapped = !eq->wrapped; in ceq_irq_handler() 670 init_val = HINIC_EQ_ELEM_DESC_SET(eq->wrapped, WRAPPED); in alloc_eq_pages() 741 eq->wrapped = 0; in init_eq() 975 eq->wrapped, be32_to_cpu(*(__be32 *)(GET_CURR_CEQ_ELEM(eq)))); in hinic_dump_ceq_info() 995 eq->wrapped, be32_to_cpu(aeqe_pos->desc)); in hinic_dump_aeq_info()
|
A D | hinic_hw_cmdq.h | 146 int wrapped; member
|
A D | hinic_hw_eqs.h | 182 int wrapped; member
|
/linux/drivers/net/fddi/skfp/ |
A D | hwt.c | 223 int wrapped ; in hwt_wait_time() local 244 wrapped = 0 ; in hwt_wait_time() 246 if (!wrapped) { in hwt_wait_time() 249 wrapped = 1 ; in hwt_wait_time() 254 wrapped = 0 ; in hwt_wait_time()
|
/linux/tools/perf/arch/x86/util/ |
A D | intel-bts.c | 36 bool wrapped; member 370 bool wrapped; in intel_bts_find_snapshot() local 382 wrapped = btsr->snapshot_refs[idx].wrapped; in intel_bts_find_snapshot() 383 if (!wrapped && intel_bts_first_wrap((u64 *)data, mm->len)) { in intel_bts_find_snapshot() 384 btsr->snapshot_refs[idx].wrapped = true; in intel_bts_find_snapshot() 385 wrapped = true; in intel_bts_find_snapshot() 394 if (wrapped) { in intel_bts_find_snapshot() 407 __func__, wrapped ? "" : "not ", (size_t)*old, (size_t)*head); in intel_bts_find_snapshot()
|
A D | intel-pt.c | 45 bool wrapped; member 1091 bool wrapped; in intel_pt_wrapped() local 1093 wrapped = intel_pt_compare_ref(ref->ref_buf, ref->ref_offset, in intel_pt_wrapped() 1100 return wrapped; in intel_pt_wrapped() 1126 bool wrapped; in intel_pt_find_snapshot() local 1148 wrapped = intel_pt_wrapped(ptr, idx, mm, data, *head); in intel_pt_find_snapshot() 1150 wrapped = ptr->snapshot_refs[idx].wrapped; in intel_pt_find_snapshot() 1151 if (!wrapped && intel_pt_first_wrap((u64 *)data, mm->len)) { in intel_pt_find_snapshot() 1152 ptr->snapshot_refs[idx].wrapped = true; in intel_pt_find_snapshot() 1153 wrapped = true; in intel_pt_find_snapshot() [all …]
|
/linux/sound/pci/cs46xx/ |
A D | dsp_spos.h | 176 u8 wrapped; in _wrap_all_bits() local 179 wrapped = in _wrap_all_bits() 189 return wrapped; in _wrap_all_bits()
|
/linux/drivers/soc/fsl/ |
A D | dpaa2-console.c | 108 u32 read_magic, wrapped, last_byte, buf_start, buf_length; in dpaa2_generic_console_open() local 146 wrapped = last_byte & LOG_HEADER_FLAG_BUFFER_WRAPAROUND; in dpaa2_generic_console_open() 149 if (wrapped && cd->end_of_data != cd->end_addr) in dpaa2_generic_console_open()
|
/linux/tools/testing/radix-tree/ |
A D | main.c | 51 int wrapped = 0; in __big_gang_check() local 64 wrapped = 1; in __big_gang_check() 65 } while (!wrapped); in __big_gang_check()
|
/linux/drivers/gpu/drm/mga/ |
A D | mga_drv.h | 67 volatile long wrapped; member 248 if (test_bit(0, &dev_priv->prim.wrapped)) { \ 262 if (test_bit(0, &dev_priv->prim.wrapped)) { \ 320 if (!test_bit(0, &dev_priv->prim.wrapped)) { \
|
A D | mga_dma.c | 194 set_bit(0, &primary->wrapped); in mga_do_dma_wrap_start() 211 clear_bit(0, &primary->wrapped); in mga_do_dma_wrap_end() 920 dev_priv->prim.wrapped = 0; in mga_do_init_dma()
|
/linux/fs/xfs/ |
A D | xfs_log_recover.c | 778 bool *wrapped) in xlog_rseek_logrec_hdr() argument 786 *wrapped = false; in xlog_rseek_logrec_hdr() 819 *wrapped = true; in xlog_rseek_logrec_hdr() 852 bool *wrapped) in xlog_seek_logrec_hdr() argument 860 *wrapped = false; in xlog_seek_logrec_hdr() 892 *wrapped = true; in xlog_seek_logrec_hdr() 952 bool wrapped; in xlog_verify_tail() local 965 &tmp_tail, &thead, &wrapped); in xlog_verify_tail() 1257 bool wrapped = false; in xlog_find_tail() local 1327 &rhead_blk, &rhead, &wrapped); in xlog_find_tail() [all …]
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-driver-typec-displayport | 10 with the active one wrapped in square brackets. 32 listed as space separated list with the active one wrapped in
|
/linux/kernel/ |
A D | ucount.c | 172 bool wrapped; in alloc_ucounts() local 197 wrapped = !get_ucounts_or_wrap(ucounts); in alloc_ucounts() 199 if (wrapped) { in alloc_ucounts()
|
/linux/kernel/printk/ |
A D | printk_ringbuffer.c | 1109 bool wrapped; in data_realloc() local 1117 wrapped = (DATA_WRAPS(data_ring, blk_lpos->begin) != DATA_WRAPS(data_ring, blk_lpos->next)); in data_realloc() 1125 if (wrapped) in data_realloc() 1155 if (!wrapped) { in data_realloc()
|
/linux/drivers/firmware/google/ |
A D | memconsole-x86-legacy.c | 31 u8 wrapped; member
|
/linux/fs/ntfs3/ |
A D | fslog.c | 1352 if (wrapped) in log_create() 1608 bool wrapped_file, wrapped; in last_log_lsn() local 2033 if (wrapped) { in last_log_lsn() 2062 if (wrapped) in last_log_lsn() 2073 if (wrapped) in last_log_lsn() 2092 if (wrapped) { in last_log_lsn() 2135 if (wrapped) { in last_log_lsn() 2143 if (!wrapped) in last_log_lsn() 2155 if (wrapped) in last_log_lsn() 3888 bool wrapped = false; in log_replay() local [all …]
|
/linux/drivers/md/bcache/ |
A D | writeback.c | 615 bool wrapped = false; in refill_full_stripes() local 646 if (wrapped && stripe > start_stripe) in refill_full_stripes() 651 wrapped = true; in refill_full_stripes()
|
/linux/Documentation/fb/ |
A D | sh7760fb.rst | 49 attached. Data must be wrapped in a "struct sh7760fb_platdata" and
|
/linux/drivers/iio/ |
A D | industrialio-buffer.c | 1665 struct attribute *wrapped; in __iio_buffer_alloc_sysfs_and_mask() local 1667 wrapped = iio_buffer_wrap_attr(buffer, attr[i]); in __iio_buffer_alloc_sysfs_and_mask() 1668 if (!wrapped) { in __iio_buffer_alloc_sysfs_and_mask() 1672 attr[i] = wrapped; in __iio_buffer_alloc_sysfs_and_mask()
|
/linux/Documentation/core-api/ |
A D | protection-keys.rst | 46 with a key. In this example WRPKRU is wrapped by a C function
|
/linux/Documentation/devicetree/bindings/media/ |
A D | nxp,imx7-mipi-csi2.yaml | 20 completely wrapped by the CSIS and doesn't expose a control interface of its
|
/linux/fs/gfs2/ |
A D | rgrp.c | 1745 bool wrapped = false; in gfs2_rbm_find() local 1798 if (wrapped) in gfs2_rbm_find() 1800 wrapped = true; in gfs2_rbm_find() 1806 if (wrapped && rbm->bii > last_bii) in gfs2_rbm_find() 1816 if (wrapped && (scan_from_start || rbm->bii > last_bii) && in gfs2_rbm_find()
|