Home
last modified time | relevance | path

Searched refs:index (Results 2376 - 2400 of 20926) sorted by relevance

1...<<919293949596979899100>>...838

/kernel/linux/linux-5.10/include/rdma/
H A Dib_cache.h13 int rdma_query_gid(struct ib_device *device, u8 port_num, int index,
39 * @index: The index into the cached PKey table to query.
40 * @pkey: The PKey value found at the specified index.
47 int index,
51 * ib_find_cached_pkey - Returns the PKey table index where a specified
56 * @index: The index into the cached PKey table where the PKey was found.
64 u16 *index);
67 * ib_find_exact_cached_pkey - Returns the PKey table index wher
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dqmgr.c30 u32 index; in nvkm_falcon_qmgr_seq_acquire() local
33 index = find_first_zero_bit(qmgr->seq.tbl, NVKM_FALCON_QMGR_SEQ_NUM); in nvkm_falcon_qmgr_seq_acquire()
34 if (index >= NVKM_FALCON_QMGR_SEQ_NUM) { in nvkm_falcon_qmgr_seq_acquire()
40 set_bit(index, qmgr->seq.tbl); in nvkm_falcon_qmgr_seq_acquire()
43 seq = &qmgr->seq.id[index]; in nvkm_falcon_qmgr_seq_acquire()
/kernel/linux/linux-5.10/drivers/nvmem/
H A Dlpc18xx_otp.c46 u32 index = offset >> 2; in lpc18xx_otp_read() local
50 if (count > (LPC18XX_OTP_SIZE - index)) in lpc18xx_otp_read()
51 count = LPC18XX_OTP_SIZE - index; in lpc18xx_otp_read()
53 for (i = index; i < (index + count); i++) in lpc18xx_otp_read()
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/
H A Dgve_dqo.h51 u64 index; in gve_tx_put_doorbell_dqo() local
53 index = be32_to_cpu(q_resources->db_index); in gve_tx_put_doorbell_dqo()
54 iowrite32(val, &priv->db_bar2[index]); in gve_tx_put_doorbell_dqo()
77 u32 index = be32_to_cpu(*block->irq_db_index); in gve_write_irq_doorbell_dqo() local
79 iowrite32(val, &priv->db_bar2[index]); in gve_write_irq_doorbell_dqo()
/kernel/linux/linux-6.6/include/rdma/
H A Dib_cache.h13 int rdma_query_gid(struct ib_device *device, u32 port_num, int index,
39 * @index: The index into the cached PKey table to query.
40 * @pkey: The PKey value found at the specified index.
47 int index,
51 * ib_find_cached_pkey - Returns the PKey table index where a specified
56 * @index: The index into the cached PKey table where the PKey was found.
64 u16 *index);
67 * ib_find_exact_cached_pkey - Returns the PKey table index wher
[all...]
/kernel/linux/linux-6.6/drivers/scsi/snic/
H A Dvnic_cq.c18 unsigned int index, unsigned int desc_count, unsigned int desc_size) in svnic_cq_alloc()
20 cq->index = index; in svnic_cq_alloc()
23 cq->ctrl = svnic_dev_get_res(vdev, RES_TYPE_CQ, index); in svnic_cq_alloc()
25 pr_err("Failed to hook CQ[%d] resource\n", index); in svnic_cq_alloc()
17 svnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index, unsigned int desc_count, unsigned int desc_size) svnic_cq_alloc() argument
/kernel/linux/linux-6.6/drivers/cpuidle/
H A Dcpuidle-exynos.c29 int index) in exynos_enter_coupled_lowpower()
46 index = ret; in exynos_enter_coupled_lowpower()
55 return index; in exynos_enter_coupled_lowpower()
60 int index) in exynos_enter_lowpower()
62 int new_index = index; in exynos_enter_lowpower()
27 exynos_enter_coupled_lowpower(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) exynos_enter_coupled_lowpower() argument
58 exynos_enter_lowpower(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) exynos_enter_lowpower() argument
/kernel/linux/linux-6.6/drivers/nvmem/
H A Dlpc18xx_otp.c45 u32 index = offset >> 2; in lpc18xx_otp_read() local
49 if (count > (LPC18XX_OTP_SIZE - index)) in lpc18xx_otp_read()
50 count = LPC18XX_OTP_SIZE - index; in lpc18xx_otp_read()
52 for (i = index; i < (index + count); i++) in lpc18xx_otp_read()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dqmgr.c30 u32 index; in nvkm_falcon_qmgr_seq_acquire() local
33 index = find_first_zero_bit(qmgr->seq.tbl, NVKM_FALCON_QMGR_SEQ_NUM); in nvkm_falcon_qmgr_seq_acquire()
34 if (index >= NVKM_FALCON_QMGR_SEQ_NUM) { in nvkm_falcon_qmgr_seq_acquire()
40 set_bit(index, qmgr->seq.tbl); in nvkm_falcon_qmgr_seq_acquire()
43 seq = &qmgr->seq.id[index]; in nvkm_falcon_qmgr_seq_acquire()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dconn.c53 nvkm_conn_ctor(struct nvkm_disp *disp, int index, struct nvbios_connE *info, in nvkm_conn_ctor() argument
62 conn->index = index; in nvkm_conn_ctor()
88 nvkm_conn_new(struct nvkm_disp *disp, int index, struct nvbios_connE *info, in nvkm_conn_new() argument
93 nvkm_conn_ctor(disp, index, info, *pconn); in nvkm_conn_new()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/swtmr/smp/
H A DIt_smp_los_swtmr_032.c47 static VOID TaskF01(UINT32 index) in TaskF01() argument
56 (SWTMR_PROC_FUNC)SwtmrF01, &g_sztmrId[index], 0); in TaskF01()
59 ret = LOS_SwtmrStart(g_sztmrId[index]); in TaskF01()
67 ret = LOS_SwtmrStop(g_sztmrId[index]); in TaskF01()
70 ret = LOS_SwtmrDelete(g_sztmrId[index]); in TaskF01()
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
H A DIt_posix_pthread_042.c53 UINT32 index; in Testcase() local
90 for (index = 0; index < LOSCFG_BASE_CORE_TSK_LIMIT; index++) { in Testcase()
91 if (g_taskCBArray[index].taskStatus & OS_TASK_STATUS_UNUSED) { in Testcase()
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H A Dvnic_cq.c19 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index, in vnic_cq_alloc() argument
24 cq->index = index; in vnic_cq_alloc()
27 cq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_CQ, index); in vnic_cq_alloc()
29 printk(KERN_ERR "Failed to hook CQ[%d] resource\n", index); in vnic_cq_alloc()
/kernel/linux/linux-6.6/samples/bpf/
H A Dtracex3.bpf.c67 u32 index; in bpf_prog2() local
78 /* the lines below are computing index = log10(delta)*10 in bpf_prog2()
80 * index = 29 ~ 1 usec in bpf_prog2()
81 * index = 59 ~ 1 msec in bpf_prog2()
82 * index = 89 ~ 1 sec in bpf_prog2()
83 * index = 99 ~ 10sec or more in bpf_prog2()
88 index = (l * 64 + (delta - base) * 64 / base) * 3 / 64; in bpf_prog2()
90 if (index >= SLOTS) in bpf_prog2()
91 index = SLOTS - 1; in bpf_prog2()
93 value = bpf_map_lookup_elem(&lat_map, &index); in bpf_prog2()
[all...]
/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/
H A DIt_process_plimits_ipc_010.cpp57 int index = 0; in ItProcessPlimitsIpc010() local
78 mqSuccessCount = atoi(array[index++] + strlen("mq count: ")); in ItProcessPlimitsIpc010()
79 mqFailedCount = atoi(array[index++] + strlen("mq failed count: ")); in ItProcessPlimitsIpc010()
80 shmSuccessSize = atoi(array[index++] + strlen("shm size: ")); in ItProcessPlimitsIpc010()
81 shmFailedCount = atoi(array[index++] + strlen("shm failed count: ")); in ItProcessPlimitsIpc010()
/test/ostest/wukong/report/include/
H A Dstatistics_componment.h40 * @return index
44 uint32_t index = componmentTypes_.size(); in ComponmentTypesIndex() local
45 TRACK_LOG_STR("componmentTypes_.size{%d}", index); in ComponmentTypesIndex()
49 index = findIndex; in ComponmentTypesIndex()
51 TRACK_LOG_STR("current componmentType find index{%d}", index); in ComponmentTypesIndex()
52 return index; in ComponmentTypesIndex()
/test/xts/hats/kernel/freelist/free_performance/
H A DMalloc_free_performance.cpp214 size_t index = 0; in HWTEST_F() local
217 ptr[j] = malloc(g_sizes[index]); in HWTEST_F()
219 printf("Malloc size of %zu byte(s) failed: %s\n", g_sizes[index], strerror(errno)); in HWTEST_F()
221 ++index; in HWTEST_F()
222 index %= SIZE_ARR_SIZE; in HWTEST_F()
/third_party/elfio/examples/anonymizer/
H A Danonymizer.cpp68 size_t index = 1; in process_string_table() local
69 while ( index < s->get_size() ) { in process_string_table()
70 auto str = std::string( s->get_data() + index ); in process_string_table()
73 overwrite_data( filename, s->get_offset() + index, str ); in process_string_table()
74 index += str.length() + 1; in process_string_table()
/third_party/ffmpeg/libavformat/
H A Dsrtenc.c34 unsigned index; member
55 srt->index = 1; in srt_write_header()
78 "Insufficient timestamps in event number %d.\n", srt->index); in srt_write_packet()
83 srt->index, in srt_write_packet()
95 srt->index++; in srt_write_packet()
/third_party/glfw/src/
H A Dwin32_thread.c43 tls->win32.index = TlsAlloc(); in _glfwPlatformCreateTls()
44 if (tls->win32.index == TLS_OUT_OF_INDEXES) in _glfwPlatformCreateTls()
46 _glfwInputError(GLFW_PLATFORM_ERROR, "Win32: Failed to allocate TLS index"); in _glfwPlatformCreateTls()
57 TlsFree(tls->win32.index); in _glfwPlatformDestroyTls()
64 return TlsGetValue(tls->win32.index); in _glfwPlatformGetTls()
70 TlsSetValue(tls->win32.index, value); in _glfwPlatformSetTls()
/third_party/icu/icu4c/source/i18n/
H A Dnfrlist.h53 NFRule* operator[](uint32_t index) const { return fStuff != NULL ? fStuff[index] : NULL; } in operator []()
54 NFRule* remove(uint32_t index) { in remove() argument
58 NFRule* result = fStuff[index]; in remove()
60 for (uint32_t i = index; i < fCount; ++i) { // assumes small arrays in remove()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_opt_coalesce_ff_writes.c48 uint32_t temp = inst->src[i].index; in qir_opt_coalesce_ff_writes()
66 uint32_t temp = mov_inst->src[0].index; in qir_opt_coalesce_ff_writes()
94 c->defs[inst->dst.index] = NULL; in qir_opt_coalesce_ff_writes()
96 inst->dst.index = mov_inst->dst.index; in qir_opt_coalesce_ff_writes()
/third_party/node/deps/npm/node_modules/@colors/colors/lib/custom/
H A Dzalgo.js97 var index = arr[d];
98 for (var i = 0; i <= counts[index]; i++) {
99 if (options[index]) {
100 result = result + soul[index][randomNumber(soul[index].length)];
/third_party/node/deps/icu-small/source/i18n/
H A Dnfrlist.h53 NFRule* operator[](uint32_t index) const { return fStuff != nullptr ? fStuff[index] : nullptr; } in operator []()
54 NFRule* remove(uint32_t index) { in remove() argument
58 NFRule* result = fStuff[index]; in remove()
60 for (uint32_t i = index; i < fCount; ++i) { // assumes small arrays in remove()
/third_party/icu/icu4c/source/layoutex/
H A DLXUtilities.cpp60 le_int32 index = 0; in search() local
63 index = extra; in search()
69 if (value >= array[index + probe]) { in search()
70 index += probe; in search()
74 return index; in search()

Completed in 11 milliseconds

1...<<919293949596979899100>>...838