Home
last modified time | relevance | path

Searched refs:seqp (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/net/dccp/ccids/
Dccid2.c40 struct ccid2_seq *seqp; in ccid2_hc_tx_alloc_seq() local
49 seqp = kmalloc_array(CCID2_SEQBUF_LEN, sizeof(struct ccid2_seq), in ccid2_hc_tx_alloc_seq()
51 if (seqp == NULL) in ccid2_hc_tx_alloc_seq()
55 seqp[i].ccid2s_next = &seqp[i + 1]; in ccid2_hc_tx_alloc_seq()
56 seqp[i + 1].ccid2s_prev = &seqp[i]; in ccid2_hc_tx_alloc_seq()
58 seqp[CCID2_SEQBUF_LEN - 1].ccid2s_next = seqp; in ccid2_hc_tx_alloc_seq()
59 seqp->ccid2s_prev = &seqp[CCID2_SEQBUF_LEN - 1]; in ccid2_hc_tx_alloc_seq()
63 hc->tx_seqh = hc->tx_seqt = seqp; in ccid2_hc_tx_alloc_seq()
66 hc->tx_seqh->ccid2s_next = seqp; in ccid2_hc_tx_alloc_seq()
67 seqp->ccid2s_prev = hc->tx_seqh; in ccid2_hc_tx_alloc_seq()
[all …]
/Linux-v4.19/fs/xfs/
Dxfs_rtalloc.c1245 uint64_t *seqp; /* pointer to seqno in inode */ in xfs_rtpick_extent() local
1249 seqp = (uint64_t *)&VFS_I(mp->m_rbmip)->i_atime; in xfs_rtpick_extent()
1252 *seqp = 0; in xfs_rtpick_extent()
1254 seq = *seqp; in xfs_rtpick_extent()
1266 *seqp = seq + 1; in xfs_rtpick_extent()
/Linux-v4.19/fs/
Dnamei.c1312 struct inode **inode, unsigned *seqp) in __follow_mount_rcu() argument
1339 *seqp = read_seqcount_begin(&path->dentry->d_seq); in __follow_mount_rcu()
1556 unsigned *seqp) in lookup_fast() argument
1597 *seqp = seq; in lookup_fast()
1608 if (likely(__follow_mount_rcu(nd, path, inode, seqp))) in lookup_fast()
Ddcache.c2134 unsigned *seqp) in __d_lookup_rcu() argument
2210 *seqp = seq; in __d_lookup_rcu()