Home
last modified time | relevance | path

Searched refs:seqp (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/net/dccp/ccids/
H A Dccid2.c27 struct ccid2_seq *seqp; in ccid2_hc_tx_alloc_seq() local
36 seqp = kmalloc_array(CCID2_SEQBUF_LEN, sizeof(struct ccid2_seq), in ccid2_hc_tx_alloc_seq()
38 if (seqp == NULL) in ccid2_hc_tx_alloc_seq()
42 seqp[i].ccid2s_next = &seqp[i + 1]; in ccid2_hc_tx_alloc_seq()
43 seqp[i + 1].ccid2s_prev = &seqp[i]; in ccid2_hc_tx_alloc_seq()
45 seqp[CCID2_SEQBUF_LEN - 1].ccid2s_next = seqp; in ccid2_hc_tx_alloc_seq()
46 seqp in ccid2_hc_tx_alloc_seq()
337 struct ccid2_seq *seqp = hc->tx_seqt; ccid2_hc_tx_packet_sent() local
429 ccid2_new_ack(struct sock *sk, struct ccid2_seq *seqp, unsigned int *maxincr) ccid2_new_ack() argument
475 ccid2_congestion_event(struct sock *sk, struct ccid2_seq *seqp) ccid2_congestion_event() argument
513 struct ccid2_seq *seqp; ccid2_hc_tx_packet_recv() local
[all...]
/kernel/linux/linux-6.6/net/dccp/ccids/
H A Dccid2.c27 struct ccid2_seq *seqp; in ccid2_hc_tx_alloc_seq() local
36 seqp = kmalloc_array(CCID2_SEQBUF_LEN, sizeof(struct ccid2_seq), in ccid2_hc_tx_alloc_seq()
38 if (seqp == NULL) in ccid2_hc_tx_alloc_seq()
42 seqp[i].ccid2s_next = &seqp[i + 1]; in ccid2_hc_tx_alloc_seq()
43 seqp[i + 1].ccid2s_prev = &seqp[i]; in ccid2_hc_tx_alloc_seq()
45 seqp[CCID2_SEQBUF_LEN - 1].ccid2s_next = seqp; in ccid2_hc_tx_alloc_seq()
46 seqp in ccid2_hc_tx_alloc_seq()
340 struct ccid2_seq *seqp = hc->tx_seqt; ccid2_hc_tx_packet_sent() local
434 ccid2_new_ack(struct sock *sk, struct ccid2_seq *seqp, unsigned int *maxincr) ccid2_new_ack() argument
480 ccid2_congestion_event(struct sock *sk, struct ccid2_seq *seqp) ccid2_congestion_event() argument
518 struct ccid2_seq *seqp; ccid2_hc_tx_packet_recv() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
H A Dpanel-samsung-s6e63m0-dsi.c38 const u8 *seqp = data; in s6e63m0_dsi_dcs_write() local
48 cmd = *seqp; in s6e63m0_dsi_dcs_write()
49 seqp++; in s6e63m0_dsi_dcs_write()
57 ret = mipi_dsi_dcs_write(dsi, cmd, seqp, chunk); in s6e63m0_dsi_dcs_write()
63 seqp += chunk; in s6e63m0_dsi_dcs_write()
75 ret = mipi_dsi_dcs_write(dsi, cmd, seqp, chunk); in s6e63m0_dsi_dcs_write()
81 seqp += chunk; in s6e63m0_dsi_dcs_write()
H A Dpanel-novatek-nt35510.c397 const u8 *seqp = seq; in nt35510_send_long() local
404 ret = mipi_dsi_dcs_write(dsi, cmd, seqp, chunk); in nt35510_send_long()
410 seqp += chunk; in nt35510_send_long()
416 ret = mipi_dsi_generic_write(dsi, seqp, chunk); in nt35510_send_long()
422 seqp += chunk; in nt35510_send_long()
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H A Dpanel-samsung-s6e63m0-dsi.c40 const u8 *seqp = data; in s6e63m0_dsi_dcs_write() local
50 cmd = *seqp; in s6e63m0_dsi_dcs_write()
51 seqp++; in s6e63m0_dsi_dcs_write()
59 ret = mipi_dsi_dcs_write(dsi, cmd, seqp, chunk); in s6e63m0_dsi_dcs_write()
65 seqp += chunk; in s6e63m0_dsi_dcs_write()
77 ret = mipi_dsi_dcs_write(dsi, cmd, seqp, chunk); in s6e63m0_dsi_dcs_write()
83 seqp += chunk; in s6e63m0_dsi_dcs_write()
H A Dpanel-novatek-nt35510.c397 const u8 *seqp = seq; in nt35510_send_long() local
404 ret = mipi_dsi_dcs_write(dsi, cmd, seqp, chunk); in nt35510_send_long()
410 seqp += chunk; in nt35510_send_long()
416 ret = mipi_dsi_generic_write(dsi, seqp, chunk); in nt35510_send_long()
422 seqp += chunk; in nt35510_send_long()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_rtalloc.c1311 uint64_t *seqp; /* pointer to seqno in inode */ in xfs_rtpick_extent() local
1315 seqp = (uint64_t *)&VFS_I(mp->m_rbmip)->i_atime; in xfs_rtpick_extent()
1318 *seqp = 0; in xfs_rtpick_extent()
1320 seq = *seqp; in xfs_rtpick_extent()
1332 *seqp = seq + 1; in xfs_rtpick_extent()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_rtalloc.c1453 uint64_t *seqp; /* pointer to seqno in inode */ in xfs_rtpick_extent() local
1457 seqp = (uint64_t *)&VFS_I(mp->m_rbmip)->i_atime; in xfs_rtpick_extent()
1460 *seqp = 0; in xfs_rtpick_extent()
1462 seq = *seqp; in xfs_rtpick_extent()
1474 *seqp = seq + 1; in xfs_rtpick_extent()
/kernel/linux/linux-5.10/fs/
H A Dnamei.c1142 struct path *path, unsigned *seqp) in choose_mountpoint_rcu()
1154 *seqp = read_seqcount_begin(&mountpoint->d_seq); in choose_mountpoint_rcu()
1329 struct inode **inode, unsigned *seqp) in __follow_mount_rcu()
1358 *seqp = read_seqcount_begin(&dentry->d_seq); in __follow_mount_rcu()
1380 unsigned int *seqp) in handle_mounts()
1388 unsigned int seq = *seqp; in handle_mounts()
1391 if (likely(__follow_mount_rcu(nd, path, inode, seqp))) in handle_mounts()
1412 *seqp = 0; /* out of RCU mode, so the value doesn't matter */ in handle_mounts()
1473 unsigned *seqp) in lookup_fast()
1510 *seqp in lookup_fast()
1141 choose_mountpoint_rcu(struct mount *m, const struct path *root, struct path *path, unsigned *seqp) choose_mountpoint_rcu() argument
1328 __follow_mount_rcu(struct nameidata *nd, struct path *path, struct inode **inode, unsigned *seqp) __follow_mount_rcu() argument
1378 handle_mounts(struct nameidata *nd, struct dentry *dentry, struct path *path, struct inode **inode, unsigned int *seqp) handle_mounts() argument
1471 lookup_fast(struct nameidata *nd, struct inode **inode, unsigned *seqp) lookup_fast() argument
1733 follow_dotdot_rcu(struct nameidata *nd, struct inode **inodep, unsigned *seqp) follow_dotdot_rcu() argument
1773 follow_dotdot(struct nameidata *nd, struct inode **inodep, unsigned *seqp) follow_dotdot() argument
[all...]
H A Ddcache.c2209 * @seqp: returns d_seq value at the point where the dentry was found
2236 unsigned *seqp) in __d_lookup_rcu()
2312 *seqp = seq; in __d_lookup_rcu()
2234 __d_lookup_rcu(const struct dentry *parent, const struct qstr *name, unsigned *seqp) __d_lookup_rcu() argument
/kernel/linux/linux-6.6/fs/
H A Ddcache.c2280 unsigned *seqp) in __d_lookup_rcu_op_compare()
2309 *seqp = seq; in __d_lookup_rcu_op_compare()
2319 * @seqp: returns d_seq value at the point where the dentry was found
2346 unsigned *seqp) in __d_lookup_rcu()
2362 return __d_lookup_rcu_op_compare(parent, name, seqp); in __d_lookup_rcu()
2406 *seqp = seq; in __d_lookup_rcu()
2277 __d_lookup_rcu_op_compare( const struct dentry *parent, const struct qstr *name, unsigned *seqp) __d_lookup_rcu_op_compare() argument
2344 __d_lookup_rcu(const struct dentry *parent, const struct qstr *name, unsigned *seqp) __d_lookup_rcu() argument
H A Dnamei.c1298 struct path *path, unsigned *seqp) in choose_mountpoint_rcu()
1310 *seqp = read_seqcount_begin(&mountpoint->d_seq); in choose_mountpoint_rcu()
1297 choose_mountpoint_rcu(struct mount *m, const struct path *root, struct path *path, unsigned *seqp) choose_mountpoint_rcu() argument

Completed in 25 milliseconds