Home
last modified time | relevance | path

Searched refs:index (Results 9076 - 9100 of 25737) sorted by relevance

1...<<361362363364365366367368369370>>...1030

/kernel/linux/linux-6.6/arch/xtensa/mm/
H A Dfault.c34 int index = pgd_index(address); in vmalloc_fault() local
44 pgd = act_mm->pgd + index; in vmalloc_fault()
45 pgd_k = init_mm.pgd + index; in vmalloc_fault()
/kernel/linux/linux-6.6/drivers/dma/idxd/
H A Ddebugfs.c16 u16 index, int *count, bool processed) in dump_event_entry()
25 entry = (struct dsa_evl_entry *)evl->log + index; in dump_event_entry()
30 seq_printf(s, "Event Log entry %d (real index %u) processed: %u\n", in dump_event_entry()
31 *count, index, processed); in dump_event_entry()
15 dump_event_entry(struct idxd_device *idxd, struct seq_file *s, u16 index, int *count, bool processed) dump_event_entry() argument
/kernel/linux/linux-6.6/drivers/dma-buf/
H A Ddma-fence-array.c255 unsigned int index) in dma_fence_array_next()
259 if (!array || index >= array->num_fences) in dma_fence_array_next()
262 return array->fences[index]; in dma_fence_array_next()
254 dma_fence_array_next(struct dma_fence *head, unsigned int index) dma_fence_array_next() argument
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dexp_rcv.h92 static inline void rcv_array_wc_fill(struct hfi1_devdata *dd, u32 index) in rcv_array_wc_fill() argument
99 writeq(0, dd->rcvarray_wc + (index * 8)); in rcv_array_wc_fill()
100 if ((index & 3) == 3) in rcv_array_wc_fill()
146 * hfi1_tid_group_to_idx - convert an index to a group
157 * hfi1_idx_to_tid_group - convert a group to an index
159 * @idx - the index
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-common.c133 const struct rkisp1_mbus_info *rkisp1_mbus_info_get_by_index(unsigned int index) in rkisp1_mbus_info_get_by_index() argument
135 if (index >= ARRAY_SIZE(rkisp1_formats)) in rkisp1_mbus_info_get_by_index()
138 return &rkisp1_formats[index]; in rkisp1_mbus_info_get_by_index()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dhyperv.h34 unsigned int index = ROL16(field, 6); in evmcs_field_offset() local
37 if (unlikely(index >= nr_evmcs_1_fields)) in evmcs_field_offset()
40 evmcs_field = &vmcs_field_to_evmcs_1[index]; in evmcs_field_offset()
/kernel/linux/linux-6.6/drivers/gpu/drm/gud/
H A Dgud_internal.h59 int gud_usb_get(struct gud_device *gdrm, u8 request, u16 index, void *buf, size_t len);
60 int gud_usb_set(struct gud_device *gdrm, u8 request, u16 index, void *buf, size_t len);
61 int gud_usb_get_u8(struct gud_device *gdrm, u8 request, u16 index, u8 *val);
/kernel/linux/linux-6.6/drivers/infiniband/hw/efa/
H A Defa.h142 int efa_query_gid(struct ib_device *ibdev, u32 port, int index,
144 int efa_query_pkey(struct ib_device *ibdev, u32 port, u16 index,
180 u32 port_num, int index);
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H A Dmsm_fence.c47 static int index = 0; in msm_fence_context_alloc() local
56 fctx->index = index++; in msm_fence_context_alloc()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead917d.c34 const int i = head->base.index; in head917d_dither()
52 const int i = head->base.index; in head917d_base()
81 const int i = head->base.index; in head917d_curs_set()
H A Dwndw.h37 enum drm_plane_type, const char *name, int index,
112 enum drm_plane_type type, int index, s32 oclass, u32 heads,
137 int nv50_wndw_new(struct nouveau_drm *, enum drm_plane_type, int index,
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun8i_hdmi_phy_clk.c120 static int sun8i_phy_clk_set_parent(struct clk_hw *hw, u8 index) in sun8i_phy_clk_set_parent() argument
124 if (index > 1) in sun8i_phy_clk_set_parent()
129 index << SUN8I_HDMI_PHY_PLL_CFG1_CKIN_SEL_SHIFT); in sun8i_phy_clk_set_parent()
/kernel/linux/linux-6.6/drivers/hid/amd-sfh-hid/
H A Damd_sfh_hid.c32 return hid_parse_report(hid, cli_data->report_descr[hid_data->index], in amdtp_hid_parse()
33 cli_data->report_descr_sz[hid_data->index]); in amdtp_hid_parse()
145 hid_data->index = cur_hid_dev; in amdtp_hid_probe()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dwm831x-hwmon.c34 int channel = to_sensor_dev_attr(attr)->index; in show_voltage()
48 int channel = to_sensor_dev_attr(attr)->index; in show_chip_temp()
65 int channel = to_sensor_dev_attr(attr)->index; in show_label()
/kernel/linux/linux-6.6/drivers/leds/
H A Dled-class-multicolor.c99 int index; in multi_index_show() local
103 index = mcled_cdev->subled_info[i].color_index; in multi_index_show()
104 len += sprintf(buf + len, "%s", led_colors[index]); in multi_index_show()
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_hash.h141 static inline unsigned int __idx_hash(u32 index, unsigned int hmask) in __idx_hash() argument
143 return (index ^ (index >> 8)) & hmask; in __idx_hash()
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/plugin-lib/
H A DvalgrindPlugin.py36 def post_suite(self, index):
38 super().post_suite(index)
42 for xx in range(index - 1, self.testcount):
/kernel/linux/linux-6.6/virt/kvm/
H A Ddirty_ring.c74 int kvm_dirty_ring_alloc(struct kvm_dirty_ring *ring, int index, u32 size) in kvm_dirty_ring_alloc() argument
84 ring->index = index; in kvm_dirty_ring_alloc()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_xdp_veth.sh87 ip link add veth1 index 111 type veth peer name veth11 netns ${NS1}
88 ip link add veth2 index 122 type veth peer name veth22 netns ${NS2}
89 ip link add veth3 index 133 type veth peer name veth33 netns ${NS3}
/kernel/linux/linux-6.6/sound/pci/echoaudio/
H A Dmia_dsp.c173 int index; in set_vmixer_gain() local
183 index = output * num_pipes_out(chip) + pipe; in set_vmixer_gain()
184 chip->comm_page->vmixer[index] = gain; in set_vmixer_gain()
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H A Dbe.h46 static inline void index_inc(u16 *index, u16 limit) in index_inc() argument
48 *index = MODULO((*index + 1), limit); in index_inc()
140 /* WRB index mask for MCC_Q_LEN queue entries */
/kernel/linux/linux-6.6/sound/soc/sof/amd/
H A Dacp-stream.c30 unsigned int pte_reg, pte_size, phy_addr_offset, index; in acp_dsp_stream_config() local
94 index = stream_tag - 1; in acp_dsp_stream_config()
95 phy_addr_offset = phy_addr_offset + index * 4; in acp_dsp_stream_config()
/kernel/linux/linux-6.6/scripts/
H A Ddecodecode58 width=`expr index "$code" ' '`
205 marker=`expr index "$code" "\<"`
207 marker=`expr index "$code" "\("`
/kernel/liteos_a/testsuites/unittest/process/lock/mutex/smoke/
H A Dpthread_mutex_test_007.cpp146 int index = TEST_COUNT; in Testcase() local
148 while (index) { in Testcase()
191 index--; in Testcase()
/test/xts/acts/multimedia/av_codec/vcodec/encoder/include/
H A Dvideoenc_api11_sample.h105 bool RandomEOS(uint32_t index);
106 void SetEOS(uint32_t index, OH_AVBuffer *buffer);
107 int32_t PushData(OH_AVBuffer *buffer, uint32_t index, int32_t &result);

Completed in 17 milliseconds

1...<<361362363364365366367368369370>>...1030