Home
last modified time | relevance | path

Searched refs:__i (Results 1 – 25 of 47) sorted by relevance

12

/linux-6.15/include/drm/
H A Ddrm_atomic.h928 (__i)++) \
951 (__i)++) \
971 (__i)++) \
993 (__i)++) \
1016 (__i)--) \
1090 for ((__i) = 0; \
1095 (__i)++)
1109 for ((__i) = 0; \
1113 (__i)++)
1127 for ((__i) = 0; \
[all …]
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_global_state.h33 for ((__i) = 0; \
34 (__i) < (__state)->num_global_objs && \
35 ((obj) = (__state)->global_objs[__i].ptr, \
37 (__i)++) \
41 for ((__i) = 0; \
42 (__i) < (__state)->num_global_objs && \
43 ((obj) = (__state)->global_objs[__i].ptr, \
45 (__i)++) \
49 for ((__i) = 0; \
50 (__i) < (__state)->num_global_objs && \
[all …]
H A Dintel_display.h307 for ((__i) = 0; \
311 (__i)++) \
315 for ((__i) = 0; \
319 (__i)++) \
327 (__i)++) \
335 (__i)++) \
343 (__i)--) \
352 (__i)++) \
361 (__i)++) \
370 (__i)--) \
[all …]
H A Dintel_dpll_mgr.h33 #define for_each_shared_dpll(__display, __pll, __i) \ argument
34 for ((__i) = 0; (__i) < (__display)->dpll.num_shared_dpll && \
35 ((__pll) = &(__display)->dpll.shared_dplls[(__i)]) ; (__i)++)
/linux-6.15/tools/perf/util/
H A Dcpu-set-sched.h20 size_t __i; \
21 for (__i = 0; __i < __imax; ++__i) \
22 if (__arr1[__i] != __arr2[__i]) \
24 __i == __imax; }))
40 size_t __i; \
41 for (__i = 0; __i < __imax; ++__i) \
42 ((__cpu_mask *) __dest->__bits)[__i] = __arr1[__i] op __arr2[__i]; \
H A Dsample.h60 for (int __i = 0; __i < (int)nr; v = next_sample_read_value(v, rf), __i++)
/linux-6.15/include/uapi/linux/netfilter_bridge/
H A Debtables.h220 unsigned int __i; \
224 for (__i = sizeof(struct ebt_entry); \
228 __match = (void *)(e) + __i; \
235 if (__i != (e)->watchers_offset) \
251 __watcher = (void *)(e) + __i; \
258 if (__i != (e)->target_offset) \
270 for (__i = 0; __i < (size);) { \
271 __entry = (void *)(entries) + __i; \
276 __i += __entry->next_offset; \
278 __i += sizeof(struct ebt_entries); \
[all …]
/linux-6.15/lib/crypto/mpi/
H A Dlonglong.h240 (w1) = __xx.__i.__h; (w0) = __xx.__i.__l; })
249 (w1) = __xx.__i.__h; (w0) = __xx.__i.__l; })
363 (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
377 (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
384 __xx.__i.__h = n1; __xx.__i.__l = n0; \
388 (q) = __xx.__i.__l; (r) = __xx.__i.__h; \
496 (r) = __rq.__i.__l; (q) = __rq.__i.__h; \
504 __nn.__i.__h = (h); __nn.__i.__l = (l); \
626 __x.__i.__h = (n1); __x.__i.__l = (n0); \
714 (r) = __xx.__i.__l; (q) = __xx.__i.__h; })
[all …]
/linux-6.15/arch/riscv/include/asm/
H A Dkvm_nacl.h89 unsigned int __i; \
93 for (__i = 0; __i < (__count); __i++) \
94 __p[__i] = cpu_to_lelong((__array)[__i]); \
178 unsigned int __i = SBI_NACL_SHMEM_CSR_INDEX(__csr); \
181 __a[__i] = cpu_to_lelong(__val); \
182 __b[__i >> 3] |= 1U << (__i & 0x7); \
188 unsigned int __i = SBI_NACL_SHMEM_CSR_INDEX(__csr); \
191 unsigned long __r = lelong_to_cpu(__a[__i]); \
192 __a[__i] = cpu_to_lelong(__val); \
193 __b[__i >> 3] |= 1U << (__i & 0x7); \
/linux-6.15/include/uapi/linux/netfilter/
H A Dx_tables.h131 unsigned int __i; \
135 for (__i = sizeof(type); \
136 __i < (e)->target_offset; \
137 __i += __m->u.match_size) { \
138 __m = (void *)e + __i; \
150 unsigned int __i, __n; \
154 for (__i = 0, __n = 0; __i < (size); \
155 __i += __entry->next_offset, __n++) { \
156 __entry = (void *)(entries) + __i; \
/linux-6.15/include/acpi/
H A Dnhlt.h64 for (unsigned int __i = 0; \
65 __i < (tb)->endpoints_count && \
66 (ep = __acpi_nhlt_get_endpoint(tb, ep, __i)); \
67 __i++)
75 for (unsigned int __i = 0; \
76 __i < (fmts)->formats_count && \
77 (fmt = __acpi_nhlt_get_fmtcfg(fmts, fmt, __i)); \
78 __i++)
/linux-6.15/include/drm/display/
H A Ddrm_dp_mst_helper.h1037 #define for_each_oldnew_mst_mgr_in_state(__state, mgr, old_state, new_state, __i) \ argument
1038 for ((__i) = 0; (__i) < (__state)->num_private_objs; (__i)++) \
1039 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), &(new_state), (__i)))
1054 #define for_each_old_mst_mgr_in_state(__state, mgr, old_state, __i) \ argument
1055 for ((__i) = 0; (__i) < (__state)->num_private_objs; (__i)++) \
1056 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), NULL, (__i)))
1072 #define for_each_new_mst_mgr_in_state(__state, mgr, new_state, __i) \ argument
1073 for ((__i) = 0; (__i) < (__state)->num_private_objs; (__i)++) \
1074 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), NULL, &(new_state), (__i)))
/linux-6.15/security/apparmor/include/
H A Dmatch.h111 typeof(LEN) __i; \
114 for (__i = 0; __i < LEN; __i++) { \
115 __t[__i] = NTOHX(__b[__i]); \
H A Dlib.h241 struct label_it __i; \
250 label_for_each(__i, (L), (P)) { \
261 label_for_each(__i, __lvec[__j], (P)) \
/linux-6.15/drivers/accel/amdxdna/
H A Damdxdna_pci_drv.h19 int __i; \
22 for (__i = 0; __i < (sz); __i++) { \
23 if (__ptr[__i]) { \
/linux-6.15/tools/virtio/linux/
H A Dscatterlist.h78 #define for_each_sg(sglist, sg, nr, __i) \ argument
79 for (__i = 0, sg = (sglist); __i < (nr); __i++, sg = sg_next(sg))
/linux-6.15/drivers/iommu/
H A Domap-iommu.h16 #define for_each_iotlb_cr(obj, n, __i, cr) \ argument
17 for (__i = 0; \
18 (__i < (n)) && (cr = __iotlb_read_cr((obj), __i), true); \
19 __i++)
/linux-6.15/drivers/pinctrl/
H A Dcore.h263 for (unsigned int __i = 0; \
264 __i < _maps_node_->num_maps && (_map_ = &_maps_node_->maps[__i]); \
265 __i++)
/linux-6.15/drivers/md/
H A Ddm-verity-fec.c73 #define fec_for_each_prealloc_buffer(__i) \ argument
74 for (__i = 0; __i < DM_VERITY_FEC_BUF_PREALLOC; __i++)
77 #define fec_for_each_extra_buffer(io, __i) \ argument
78 for (__i = DM_VERITY_FEC_BUF_PREALLOC; __i < DM_VERITY_FEC_BUF_MAX; __i++)
81 #define fec_for_each_buffer(io, __i) \ argument
82 for (__i = 0; __i < (io)->nbufs; __i++)
85 #define fec_for_each_buffer_rs_block(io, __i, __j) \ argument
86 fec_for_each_buffer(io, __i) \
/linux-6.15/drivers/net/wireless/ath/carl9170/
H A Ddebug.c461 unsigned int __i, __err = -ENODEV; \
463 for (__i = 0; __i < ARRAY_SIZE(name##_regs); __i++) { \
464 __tmp[__i] = name##_regs[__i].reg; \
465 ar->debug.stats.name##_counter[__i] = 0; \
474 unsigned int __i; \
476 for (__i = 0; __i < ARRAY_SIZE(name##_regs); __i++) { \
477 ar->debug.stats.name##_sum[__i] += \
478 ar->debug.stats.name##_counter[__i]; \
/linux-6.15/tools/objtool/include/objtool/
H A Delf.h339 for (int __i = 0, __fake = 1; __fake; __fake = 0) \
341 __i < sec_num_entries(rsec); \
342 __i++, reloc++)
345 for (int __i = reloc_idx(reloc); \
346 __i < sec_num_entries(rsec); \
347 __i++, reloc++)
/linux-6.15/arch/mips/include/asm/
H A Ddiv64.h21 unsigned long __cf, __tmp, __tmp2, __i; \
52 "=&r" (__i), "=&r" (__tmp2) \
/linux-6.15/drivers/gpio/
H A Dgpiolib.h142 for (unsigned int __i = 0; \
143 __i < gc->ngpio && (desc = gpiochip_get_desc(gc, __i)); \
144 __i++) \
/linux-6.15/include/scsi/
H A Dscsi_cmnd.h206 #define scsi_for_each_sg(cmd, sg, nseg, __i) \ argument
207 for_each_sg(scsi_sglist(cmd), sg, nseg, __i)
331 #define scsi_for_each_prot_sg(cmd, sg, nseg, __i) \ argument
332 for_each_sg(scsi_prot_sglist(cmd), sg, nseg, __i)
/linux-6.15/drivers/gpu/drm/display/
H A Ddrm_dp_tunnel.c26 #define for_each_new_group_in_state(__state, __new_group_state, __i) \ argument
27 for ((__i) = 0; \
28 (__i) < (__state)->num_private_objs; \
29 (__i)++) \
30 for_each_if ((__state)->private_objs[__i].ptr && \
33 to_group_state((__state)->private_objs[__i].new_state), 1))
36 for ((__i) = 0; \
37 (__i) < (__state)->num_private_objs; \
38 (__i)++) \
39 for_each_if ((__state)->private_objs[__i].ptr && \
[all …]

12