Home
last modified time | relevance | path

Searched refs:to_put (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/net/xfrm/
Dxfrm_state.c1145 struct xfrm_state *x, *x0, *to_put; in xfrm_state_find() local
1154 to_put = NULL; in xfrm_state_find()
1233 to_put = x0; in xfrm_state_find()
1262 to_put = x; in xfrm_state_find()
1286 to_put = x; in xfrm_state_find()
1332 to_put = x; in xfrm_state_find()
1347 if (to_put) in xfrm_state_find()
1348 xfrm_state_put(to_put); in xfrm_state_find()
1578 struct xfrm_state *x1, *to_put; in xfrm_state_add() local
1586 to_put = NULL; in xfrm_state_add()
[all …]
/Linux-v6.6/fs/nfs/
Ddelegation.c621 struct inode *to_put = NULL; in nfs_server_return_marked_delegations() local
634 to_put = place_holder; in nfs_server_return_marked_delegations()
643 iput(to_put); in nfs_server_return_marked_delegations()
649 iput(to_put); in nfs_server_return_marked_delegations()
/Linux-v6.6/drivers/md/
Draid1.c451 struct bio *to_put = NULL; in raid1_end_write_request() local
487 to_put = bio; in raid1_end_write_request()
504 to_put = bio; in raid1_end_write_request()
561 if (to_put) in raid1_end_write_request()
562 bio_put(to_put); in raid1_end_write_request()
Draid10.c461 struct bio *to_put = NULL; in raid10_end_write_request() local
506 to_put = bio; in raid10_end_write_request()
558 if (to_put) in raid10_end_write_request()
559 bio_put(to_put); in raid10_end_write_request()
Dmd.c8239 struct mddev *to_put = NULL; in md_seq_next() local
8249 to_put = mddev; in md_seq_next()
8267 if (to_put) in md_seq_next()
8268 mddev_put(to_put); in md_seq_next()