Home
last modified time | relevance | path

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

/linux-4.4.14/net/dccp/ccids/
Dccid2.c40 struct ccid2_seq *seqp; in ccid2_hc_tx_alloc_seq() local
49 seqp = kmalloc(CCID2_SEQBUF_LEN * sizeof(struct ccid2_seq), gfp_any()); in ccid2_hc_tx_alloc_seq()
50 if (seqp == NULL) in ccid2_hc_tx_alloc_seq()
54 seqp[i].ccid2s_next = &seqp[i + 1]; in ccid2_hc_tx_alloc_seq()
55 seqp[i + 1].ccid2s_prev = &seqp[i]; in ccid2_hc_tx_alloc_seq()
57 seqp[CCID2_SEQBUF_LEN - 1].ccid2s_next = seqp; in ccid2_hc_tx_alloc_seq()
58 seqp->ccid2s_prev = &seqp[CCID2_SEQBUF_LEN - 1]; in ccid2_hc_tx_alloc_seq()
62 hc->tx_seqh = hc->tx_seqt = seqp; in ccid2_hc_tx_alloc_seq()
65 hc->tx_seqh->ccid2s_next = seqp; in ccid2_hc_tx_alloc_seq()
66 seqp->ccid2s_prev = hc->tx_seqh; in ccid2_hc_tx_alloc_seq()
[all …]
/linux-4.4.14/fs/xfs/
Dxfs_rtalloc.c1272 __uint64_t *seqp; /* pointer to seqno in inode */ in xfs_rtpick_extent() local
1276 seqp = (__uint64_t *)&mp->m_rbmip->i_d.di_atime; in xfs_rtpick_extent()
1279 *seqp = 0; in xfs_rtpick_extent()
1281 seq = *seqp; in xfs_rtpick_extent()
1293 *seqp = seq + 1; in xfs_rtpick_extent()
/linux-4.4.14/fs/
Dnamei.c1255 struct inode **inode, unsigned *seqp) in __follow_mount_rcu() argument
1282 *seqp = read_seqcount_begin(&path->dentry->d_seq); in __follow_mount_rcu()
1530 unsigned *seqp) in lookup_fast() argument
1569 *seqp = seq; in lookup_fast()
1586 if (likely(__follow_mount_rcu(nd, path, inode, seqp))) in lookup_fast()
Ddcache.c2148 unsigned *seqp) in __d_lookup_rcu() argument
2203 *seqp = seq; in __d_lookup_rcu()
2216 *seqp = seq; in __d_lookup_rcu()