Home
last modified time | relevance | path

Searched full:ipos (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/scripts/python/
H A Dparallel-perf.py329 ipos = opt.index(short_name)
332 if hpos < ipos:
334 if ipos + 1 == len(opt):
336 self.Init(pos, pos + 1, ipos, 0)
340 self.Init(pos, pos, ipos, ipos + 1)
/linux/lib/zlib_deflate/
H A Ddefutil.h67 typedef unsigned IPos; typedef
70 * save space in the various tables. IPos is used only for parameter passing.
132 IPos prev_match; /* previous match */
/linux/drivers/net/phy/
H A Dnxp-c45-tja11xx-macsec.c217 u16 ipos; member
233 .ipos = MACSEC_RXSA_A_IPOS,
247 .ipos = MACSEC_RXSA_B_IPOS,
525 nxp_c45_macsec_write(phydev, sa->regs->ipos, 0); in nxp_c45_rx_sa_clear_stats()
537 nxp_c45_macsec_read(phydev, sa->regs->ipos, &stats->InPktsOK); in nxp_c45_rx_sa_read_stats()
/linux/net/tipc/
H A Dlink.c1348 int ipos = 0; in tipc_link_tnl_rcv() local
1359 if (unlikely(!tipc_msg_extract(skb, &iskb, &ipos))) { in tipc_link_tnl_rcv()
/linux/lib/zstd/compress/
H A Dzstd_compress.c6371 size_t iPos = 0; in ZSTD_compress2() local
6374 src, srcSize, &iPos, in ZSTD_compress2()
6385 assert(iPos == srcSize); /* all input is expected consumed */ in ZSTD_compress2()