| /include/drm/ |
| D | drm_atomic.h | 829 …each_oldnew_connector_in_state(__state, connector, old_connector_state, new_connector_state, __i) \ argument 830 for ((__i) = 0; \ 831 (__i) < (__state)->num_connector; \ 832 (__i)++) \ 833 for_each_if ((__state)->connectors[__i].ptr && \ 834 ((connector) = (__state)->connectors[__i].ptr, \ 836 (old_connector_state) = (__state)->connectors[__i].old_state, \ 837 (new_connector_state) = (__state)->connectors[__i].new_state, 1)) 851 #define for_each_old_connector_in_state(__state, connector, old_connector_state, __i) \ argument 852 for ((__i) = 0; \ [all …]
|
| /include/uapi/linux/netfilter_bridge/ |
| D | ebtables.h | 220 unsigned int __i; \ 224 for (__i = sizeof(struct ebt_entry); \ 225 __i < (e)->watchers_offset; \ 226 __i += __match->match_size + \ 228 __match = (void *)(e) + __i; \ 235 if (__i != (e)->watchers_offset) \ 243 unsigned int __i; \ 247 for (__i = e->watchers_offset; \ 248 __i < (e)->target_offset; \ 249 __i += __watcher->watcher_size + \ [all …]
|
| /include/uapi/linux/netfilter/ |
| 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; \
|
| /include/acpi/ |
| 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++)
|
| /include/drm/display/ |
| D | drm_dp_mst_helper.h | 1038 #define for_each_oldnew_mst_mgr_in_state(__state, mgr, old_state, new_state, __i) \ argument 1039 for ((__i) = 0; (__i) < (__state)->num_private_objs; (__i)++) \ 1040 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), &(new_state), (__i))) 1055 #define for_each_old_mst_mgr_in_state(__state, mgr, old_state, __i) \ argument 1056 for ((__i) = 0; (__i) < (__state)->num_private_objs; (__i)++) \ 1057 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), NULL, (__i))) 1073 #define for_each_new_mst_mgr_in_state(__state, mgr, new_state, __i) \ argument 1074 for ((__i) = 0; (__i) < (__state)->num_private_objs; (__i)++) \ 1075 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), NULL, &(new_state), (__i)))
|
| /include/scsi/ |
| D | scsi_cmnd.h | 212 #define scsi_for_each_sg(cmd, sg, nseg, __i) \ argument 213 for_each_sg(scsi_sglist(cmd), sg, nseg, __i) 337 #define scsi_for_each_prot_sg(cmd, sg, nseg, __i) \ argument 338 for_each_sg(scsi_prot_sglist(cmd), sg, nseg, __i)
|
| /include/linux/ |
| D | scatterlist.h | 195 #define for_each_sg(sglist, sg, nr, __i) \ argument 196 for (__i = 0, sg = (sglist); __i < (nr); __i++, sg = sg_next(sg))
|
| /include/linux/surface_aggregator/ |
| D | controller.h | 261 int __i, __s = 0; \ 263 for (__i = (n); __i > 0; __i--) { \
|
| /include/net/ |
| D | flow_offload.h | 361 #define flow_action_for_each(__i, __act, __actions) \ argument 362 for (__i = 0, __act = &(__actions)->entries[0]; \ 363 __i < (__actions)->num_entries; \ 364 __act = &(__actions)->entries[++__i])
|