Searched refs:idxs (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/ |
D | arm-device.c | 48 xen_ulong_t *idxs; in xen_map_device_mmio() local 63 idxs = kcalloc(nr, sizeof(xen_ulong_t), GFP_KERNEL); in xen_map_device_mmio() 65 if (!gpfns || !idxs || !errs) { in xen_map_device_mmio() 67 kfree(idxs); in xen_map_device_mmio() 80 idxs[j] = XEN_PFN_DOWN(r->start) + j; in xen_map_device_mmio() 86 set_xen_guest_handle(xatp.idxs, idxs); in xen_map_device_mmio() 91 kfree(idxs); in xen_map_device_mmio()
|
D | xlate_mmu.c | 116 set_xen_guest_handle(xatp.idxs, info->h_idxs); in remap_pte_fn()
|
/kernel/linux/linux-5.10/scripts/ |
D | sorttable.h | 130 int *idxs = NULL; in sort_orctable() local 137 idxs = (int *)malloc(*orc_ip_size); in sort_orctable() 138 if (!idxs) { in sort_orctable() 160 idxs[i] = i; in sort_orctable() 165 qsort(idxs, num_entries, sizeof(int), orc_sort_cmp); in sort_orctable() 168 if (idxs[i] == i) in sort_orctable() 172 g_orc_ip_table[i] = tmp_orc_ip_table[idxs[i]] - i * sizeof(int); in sort_orctable() 173 g_orc_table[i] = tmp_orc_table[idxs[i]]; in sort_orctable() 176 free(idxs); in sort_orctable()
|
/kernel/linux/linux-5.10/drivers/block/zram/zram_group/ |
D | zram_group.c | 153 u32 zgrp_isolate_objs(struct zram_group *zgrp, u16 gid, u32 *idxs, u32 nr, bool *last) in zgrp_isolate_objs() argument 167 if (!CHECK(idxs, "return array idxs is null!\n")) in zgrp_isolate_objs() 172 idxs[cnt++] = idx; in zgrp_isolate_objs() 177 zlist_del_nolock(hid, idxs[i], zgrp->obj_tab); in zgrp_isolate_objs() 587 u32 wbgrp_isolate_objs(struct zram_group *zgrp, u32 eid, u32 *idxs, u32 nr, bool *last) in wbgrp_isolate_objs() argument 603 if (!CHECK(idxs, "return array idxs is null!\n")) in wbgrp_isolate_objs() 608 idxs[cnt++] = idx; in wbgrp_isolate_objs() 613 zlist_del_nolock(hid, idxs[i], zgrp->obj_tab); in wbgrp_isolate_objs()
|
D | zram_group.h | 72 u32 zgrp_isolate_objs(struct zram_group *zgrp, u16 gid, u32 *idxs, u32 nr, bool *last); 93 u32 wbgrp_isolate_objs(struct zram_group *zgrp, u32 eid, u32 *idxs, u32 nr, bool *last);
|
D | group_writeback.c | 200 u32 idxs[NR_ISOLATE]; in move_extent_from_hpio() local 208 nr = wbgrp_isolate_objs(zram->zgrp, eid, idxs, NR_ISOLATE, &last); in move_extent_from_hpio() 210 move_obj_from_hpio(zram, idxs[i], hpio); in move_extent_from_hpio() 248 u32 idxs[NR_ISOLATE]; in collect_objs() local 253 nr = zgrp_isolate_objs(zram->zgrp, gid, idxs, NR_ISOLATE, NULL); in collect_objs() 255 offset += move_obj_to_hpio(zram, idxs[i], gid, hpio, offset); in collect_objs()
|
/kernel/linux/linux-5.10/include/xen/interface/ |
D | memory.h | 205 GUEST_HANDLE(xen_ulong_t) idxs;
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp4/ |
D | mdp4_crtc.c | 136 static const int idxs[] = { variable 167 int idx = idxs[pipe_id]; in setup_mixer() 191 int idx = idxs[pipe_id]; in blend_setup()
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 42281 + ret = of_property_read_u32_index(np, "fb-inner-reg-idxs", 0, &inner);
|