| /linux-6.15/include/drm/ |
| H A D | drm_atomic.h | 928 (__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 D | intel_global_state.h | 33 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 D | intel_display.h | 307 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 D | intel_dpll_mgr.h | 33 #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 D | cpu-set-sched.h | 20 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 D | sample.h | 60 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 D | ebtables.h | 220 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 D | longlong.h | 240 (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 D | kvm_nacl.h | 89 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 D | x_tables.h | 131 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 D | nhlt.h | 64 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 D | drm_dp_mst_helper.h | 1037 #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 D | match.h | 111 typeof(LEN) __i; \ 114 for (__i = 0; __i < LEN; __i++) { \ 115 __t[__i] = NTOHX(__b[__i]); \
|
| H A D | lib.h | 241 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 D | amdxdna_pci_drv.h | 19 int __i; \ 22 for (__i = 0; __i < (sz); __i++) { \ 23 if (__ptr[__i]) { \
|
| /linux-6.15/tools/virtio/linux/ |
| H A D | scatterlist.h | 78 #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 D | omap-iommu.h | 16 #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 D | core.h | 263 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 D | dm-verity-fec.c | 73 #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 D | debug.c | 461 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 D | elf.h | 339 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 D | div64.h | 21 unsigned long __cf, __tmp, __tmp2, __i; \ 52 "=&r" (__i), "=&r" (__tmp2) \
|
| /linux-6.15/drivers/gpio/ |
| H A D | gpiolib.h | 142 for (unsigned int __i = 0; \ 143 __i < gc->ngpio && (desc = gpiochip_get_desc(gc, __i)); \ 144 __i++) \
|
| /linux-6.15/include/scsi/ |
| H A D | scsi_cmnd.h | 206 #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 D | drm_dp_tunnel.c | 26 #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 …]
|