Home
last modified time | relevance | path

Searched refs:wrapped (Results 1 – 25 of 55) sorted by relevance

123

/linux-6.3-rc2/tools/perf/arch/arm64/util/
A Darm-spe.c36 bool *wrapped; member
330 bool *wrapped; in arm_spe_alloc_wrapped_array() local
347 wrapped = reallocarray(ptr->wrapped, new_cnt, sizeof(bool)); in arm_spe_alloc_wrapped_array()
348 if (!wrapped) in arm_spe_alloc_wrapped_array()
355 wrapped[i] = false; in arm_spe_alloc_wrapped_array()
358 ptr->wrapped = wrapped; in arm_spe_alloc_wrapped_array()
419 bool wrapped; in arm_spe_find_snapshot() local
439 wrapped = ptr->wrapped[idx]; in arm_spe_find_snapshot()
441 wrapped = true; in arm_spe_find_snapshot()
451 if (!wrapped) in arm_spe_find_snapshot()
[all …]
/linux-6.3-rc2/drivers/net/fddi/skfp/
A Dhwt.c223 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-6.3-rc2/drivers/net/ethernet/huawei/hinic/
A Dhinic_hw_cmdq.c216 HINIC_CMDQ_WQE_HEADER_SET(wrapped, TOGGLED_WRAPPED); in cmdq_prepare_wqe_ctrl()
246 struct hinic_cmdq_buf *buf_out, int wrapped, in cmdq_set_lcmd_wqe() argument
274 struct hinic_cmdq_buf *buf_out, int wrapped, in cmdq_set_direct_wqe() argument
342 int errcode, wrapped, num_wqebbs; in cmdq_sync_cmd_direct_resp() local
359 wrapped = cmdq->wrapped; in cmdq_sync_cmd_direct_resp()
364 cmdq->wrapped = !cmdq->wrapped; in cmdq_sync_cmd_direct_resp()
374 wrapped, HINIC_CMD_ACK_TYPE_CMDQ, mod, cmd, in cmdq_sync_cmd_direct_resp()
424 int wrapped, num_wqebbs; in cmdq_set_arm_bit() local
438 wrapped = cmdq->wrapped; in cmdq_set_arm_bit()
443 cmdq->wrapped = !cmdq->wrapped; in cmdq_set_arm_bit()
[all …]
A Dhinic_hw_eqs.c206 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()
669 init_val = HINIC_EQ_ELEM_DESC_SET(eq->wrapped, WRAPPED); in alloc_eq_pages()
740 eq->wrapped = 0; in init_eq()
974 eq->wrapped, be32_to_cpu(*(__be32 *)(GET_CURR_CEQ_ELEM(eq)))); in hinic_dump_ceq_info()
994 eq->wrapped, be32_to_cpu(aeqe_pos->desc)); in hinic_dump_aeq_info()
A Dhinic_hw_cmdq.h146 int wrapped; member
A Dhinic_hw_eqs.h182 int wrapped; member
/linux-6.3-rc2/tools/perf/arch/x86/util/
A Dintel-bts.c36 bool wrapped; member
371 bool wrapped; in intel_bts_find_snapshot() local
383 wrapped = btsr->snapshot_refs[idx].wrapped; in intel_bts_find_snapshot()
384 if (!wrapped && intel_bts_first_wrap((u64 *)data, mm->len)) { in intel_bts_find_snapshot()
385 btsr->snapshot_refs[idx].wrapped = true; in intel_bts_find_snapshot()
386 wrapped = true; in intel_bts_find_snapshot()
395 if (wrapped) { in intel_bts_find_snapshot()
408 __func__, wrapped ? "" : "not ", (size_t)*old, (size_t)*head); in intel_bts_find_snapshot()
A Dintel-pt.c46 bool wrapped; member
1093 bool wrapped; in intel_pt_wrapped() local
1095 wrapped = intel_pt_compare_ref(ref->ref_buf, ref->ref_offset, in intel_pt_wrapped()
1102 return wrapped; in intel_pt_wrapped()
1128 bool wrapped; in intel_pt_find_snapshot() local
1150 wrapped = intel_pt_wrapped(ptr, idx, mm, data, *head); in intel_pt_find_snapshot()
1152 wrapped = ptr->snapshot_refs[idx].wrapped; in intel_pt_find_snapshot()
1153 if (!wrapped && intel_pt_first_wrap((u64 *)data, mm->len)) { in intel_pt_find_snapshot()
1154 ptr->snapshot_refs[idx].wrapped = true; in intel_pt_find_snapshot()
1155 wrapped = true; in intel_pt_find_snapshot()
[all …]
/linux-6.3-rc2/sound/pci/cs46xx/
A Ddsp_spos.h176 u8 wrapped; in _wrap_all_bits() local
179 wrapped = in _wrap_all_bits()
189 return wrapped; in _wrap_all_bits()
/linux-6.3-rc2/tools/perf/util/intel-pt-decoder/
A Dintel-pt-log.c31 bool wrapped; member
114 b->wrapped = true; in log_buf__write()
174 if (b->wrapped) { in log_buf__dump()
182 b->wrapped = false; in log_buf__dump()
/linux-6.3-rc2/drivers/soc/fsl/
A Ddpaa2-console.c108 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-6.3-rc2/tools/testing/radix-tree/
A Dmain.c51 int wrapped = 0; in __big_gang_check() local
64 wrapped = 1; in __big_gang_check()
65 } while (!wrapped); in __big_gang_check()
/linux-6.3-rc2/fs/xfs/
A Dxfs_log_recover.c771 bool *wrapped) in xlog_rseek_logrec_hdr() argument
779 *wrapped = false; in xlog_rseek_logrec_hdr()
812 *wrapped = true; in xlog_rseek_logrec_hdr()
845 bool *wrapped) in xlog_seek_logrec_hdr() argument
853 *wrapped = false; in xlog_seek_logrec_hdr()
885 *wrapped = true; in xlog_seek_logrec_hdr()
945 bool wrapped; in xlog_verify_tail() local
958 &tmp_tail, &thead, &wrapped); in xlog_verify_tail()
1250 bool wrapped = false; in xlog_find_tail() local
1320 &rhead_blk, &rhead, &wrapped); in xlog_find_tail()
[all …]
/linux-6.3-rc2/kernel/
A Ducount.c168 bool wrapped; in alloc_ucounts() local
194 wrapped = !get_ucounts_or_wrap(ucounts); in alloc_ucounts()
196 if (wrapped) { in alloc_ucounts()
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-driver-typec-displayport10 with the active one wrapped in square brackets.
32 listed as space separated list with the active one wrapped in
/linux-6.3-rc2/drivers/firmware/google/
A Dmemconsole-x86-legacy.c31 u8 wrapped; member
/linux-6.3-rc2/kernel/printk/
A Dprintk_ringbuffer.c1112 bool wrapped; in data_realloc() local
1120 wrapped = (DATA_WRAPS(data_ring, blk_lpos->begin) != DATA_WRAPS(data_ring, blk_lpos->next)); in data_realloc()
1128 if (wrapped) in data_realloc()
1158 if (!wrapped) { in data_realloc()
/linux-6.3-rc2/fs/ntfs3/
A Dfslog.c1328 if (wrapped) in log_create()
1584 bool wrapped_file, wrapped; in last_log_lsn() local
2009 if (wrapped) { in last_log_lsn()
2038 if (wrapped) in last_log_lsn()
2049 if (wrapped) in last_log_lsn()
2068 if (wrapped) { in last_log_lsn()
2111 if (wrapped) { in last_log_lsn()
2119 if (!wrapped) in last_log_lsn()
2131 if (wrapped) in last_log_lsn()
3869 bool wrapped = false; in log_replay() local
[all …]
/linux-6.3-rc2/drivers/md/bcache/
A Dwriteback.c657 bool wrapped = false; in refill_full_stripes() local
688 if (wrapped && stripe > start_stripe) in refill_full_stripes()
693 wrapped = true; in refill_full_stripes()
/linux-6.3-rc2/Documentation/fb/
A Dsh7760fb.rst49 attached. Data must be wrapped in a "struct sh7760fb_platdata" and
/linux-6.3-rc2/Documentation/core-api/
A Dprotection-keys.rst44 with a key. In this example WRPKRU is wrapped by a C function
/linux-6.3-rc2/Documentation/devicetree/bindings/media/
A Dnxp,imx-mipi-csi2.yaml20 completely wrapped by the CSIS and doesn't expose a control interface of its
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_vcn.h352 uint8_t wrapped; member
/linux-6.3-rc2/drivers/iio/
A Dindustrialio-buffer.c1684 struct attribute *wrapped; in __iio_buffer_alloc_sysfs_and_mask() local
1686 wrapped = iio_buffer_wrap_attr(buffer, attr[i]); in __iio_buffer_alloc_sysfs_and_mask()
1687 if (!wrapped) { in __iio_buffer_alloc_sysfs_and_mask()
1691 attr[i] = wrapped; in __iio_buffer_alloc_sysfs_and_mask()
/linux-6.3-rc2/fs/gfs2/
A Drgrp.c1746 bool wrapped = false; in gfs2_rbm_find() local
1799 if (wrapped) in gfs2_rbm_find()
1801 wrapped = true; in gfs2_rbm_find()
1807 if (wrapped && rbm->bii > last_bii) in gfs2_rbm_find()
1817 if (wrapped && (scan_from_start || rbm->bii > last_bii) && in gfs2_rbm_find()

Completed in 78 milliseconds

123