Home
last modified time | relevance | path

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

12

/openbmc/linux/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)
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__meta.hpp231 __what_[__i++] = __ch;
261 for (std::size_t __i = 0; __i < __len; ++__i) in operator <=>() local
263 auto __cmp = (__what_[__i] <=> __other.__what_[__i]); in operator <=>()
357 struct __i;
365 typename __i<_Ok<_Args...>> //
384 typename __i<_Ok<_Args...>, _Ok<_Fn>> //
406 typename __i<_Ok<_Args...>> //
411 typename __i<_Ok<_Args...>, _Ok<_Fn>> //
427 struct __i<true, true> struct
437 struct __i<false, true> struct
[all …]
/openbmc/linux/security/apparmor/include/
H A Dlib.h240 struct label_it __i; \
249 label_for_each(__i, (L), (P)) { \
260 label_for_each(__i, __lvec[__j], (P)) \
H A Dlabel.h220 struct label_it __i; \
223 label_for_each_in_ns(__i, __ns, (L), (P)) { \
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv10.c416 int __i; \
418 for (__i = 0; __i < ARRAY_SIZE(state); __i++) \
419 state[__i] = nvkm_rd32(device, NV10_PGRAPH_PIPE_DATA); \
424 int __i; \
426 for (__i = 0; __i < ARRAY_SIZE(state); __i++) \
427 nvkm_wr32(device, NV10_PGRAPH_PIPE_DATA, state[__i]); \
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_cmm.c21 #define CM2_LUT_TBL(__i) (CM2_LUT_TBL_BASE + (__i) * 4) argument
/openbmc/linux/arch/x86/include/asm/
H A Dlocal.h108 long __i = i; in local_add_return() local
112 return i + __i; in local_add_return()
/openbmc/linux/drivers/hid/bpf/
H A Dhid_bpf_jmp_table.c48 #define FOR_ENTRIES(__i, __start, __end) \ argument
49 for (__i = __start; CIRC_CNT(__end, __i, HID_BPF_MAX_PROGS); __i = NEXT(__i))
/openbmc/linux/include/linux/
H A Dscatterlist.h195 #define for_each_sg(sglist, sg, nr, __i) \ argument
196 for (__i = 0, sg = (sglist); __i < (nr); __i++, sg = sg_next(sg))
/openbmc/qemu/target/hexagon/imported/mmvec/
H A Dmacros.def535 int __i;
537 fVFOREACH(8,__i) if (!fGETQBIT(QVAL,__i)) DST.b[__i] = 0;
544 int __i;
546 fVFOREACH(8,__i) if (fGETQBIT(QVAL,__i)) DST.b[__i] = 0;
/openbmc/linux/include/linux/surface_aggregator/
H A Dcontroller.h261 int __i, __s = 0; \
263 for (__i = (n); __i > 0; __i--) { \
/openbmc/linux/include/net/
H A Dflow_offload.h361 #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])
/openbmc/qemu/hw/intc/
H A Dapic.c212 int __i, __j;\
213 for (__i = 0; __i < max_apic_words; __i++) {\
214 uint32_t __mask = deliver_bitmask[__i];\
218 apic = local_apics[__i * 32 + __j];\
/openbmc/linux/arch/alpha/kernel/
H A Dsmc37c669.c71 #define SMC37c669_DEVICE_IRQ( __i ) \ argument
72 ((SMC37c669_DEVICE_IRQ_MASK) | (__i))
73 #define SMC37c669_IS_DEVICE_IRQ(__i) \ argument
74 (((__i) & (SMC37c669_DEVICE_IRQ_MASK)) == (SMC37c669_DEVICE_IRQ_MASK))
75 #define SMC37c669_RAW_DEVICE_IRQ(__i) \ argument
76 ((__i) & ~(SMC37c669_DEVICE_IRQ_MASK))
/openbmc/linux/drivers/input/mouse/
H A Dappletouch.c221 int __i; \
223 for (__i = 0; __i < ATP_XSENSORS + ATP_YSENSORS; __i++) \
224 printk(" %02x", tab[__i]); \
/openbmc/linux/fs/ext4/
H A Dext4_jbd2.h222 #define ext4_mark_inode_dirty(__h, __i) \ argument
223 __ext4_mark_inode_dirty((__h), (__i), __func__, __LINE__)
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8851b_rfk.c2658 u8 __idx = (idx), __i, __v; \ in _tssi_set_tmeter_tbl()
2660 for (__i = 0; __i < 4; __i++) { \ in _tssi_set_tmeter_tbl()
2661 __v = (__ptr[__idx + __i]); \ in _tssi_set_tmeter_tbl()
2662 __val |= (__v << (8 * __i)); \ in _tssi_set_tmeter_tbl()
H A Drtw8852a_rfk.c2877 u8 __idx = (idx), __i, __v; \ in _tssi_set_tmeter_tbl()
2879 for (__i = 0; __i < 4; __i++) { \ in _tssi_set_tmeter_tbl()
2880 __v = (__ptr[__idx + __i]); \ in _tssi_set_tmeter_tbl()
2881 __val |= (__v << (8 * __i)); \ in _tssi_set_tmeter_tbl()
H A Drtw8852c_rfk.c2960 u8 __idx = (idx), __i, __v; \ in _tssi_set_tmeter_tbl()
2962 for (__i = 0; __i < 4; __i++) { \ in _tssi_set_tmeter_tbl()
2963 __v = (__ptr[__idx + __i]); \ in _tssi_set_tmeter_tbl()
2964 __val |= (__v << (8 * __i)); \ in _tssi_set_tmeter_tbl()
H A Drtw8852b_rfk.c2785 u8 __idx = (idx), __i, __v; \ in _tssi_set_tmeter_tbl()
2787 for (__i = 0; __i < 4; __i++) { \ in _tssi_set_tmeter_tbl()
2788 __v = (__ptr[__idx + __i]); \ in _tssi_set_tmeter_tbl()
2789 __val |= (__v << (8 * __i)); \ in _tssi_set_tmeter_tbl()
H A Dphy.c1700 u8 __i; \
1701 for (__i = 0; __i < RTW89_BF_NUM; __i++) \
1702 ptr[__i] = rtw89_phy_read_txpwr_limit(rtwdev, \
1705 rs, __i, \
/openbmc/linux/fs/erofs/
H A Dzdata.c537 #define DECOMPRESS_FRONTEND_INIT(__i) { \ argument
538 .inode = __i, .owned_head = Z_EROFS_PCLUSTER_TAIL, \

12