Home
last modified time | relevance | path

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

/Linux-v5.10/net/xfrm/
Dxfrm_state.c1053 struct xfrm_state *x, *x0, *to_put; in xfrm_state_find() local
1062 to_put = NULL; in xfrm_state_find()
1105 to_put = x0; in xfrm_state_find()
1134 to_put = x; in xfrm_state_find()
1159 to_put = x; in xfrm_state_find()
1174 if (to_put) in xfrm_state_find()
1175 xfrm_state_put(to_put); in xfrm_state_find()
1393 struct xfrm_state *x1, *to_put; in xfrm_state_add() local
1401 to_put = NULL; in xfrm_state_add()
1407 to_put = x1; in xfrm_state_add()
[all …]
/Linux-v5.10/fs/nfs/
Ddelegation.c595 struct inode *to_put = NULL; in nfs_server_return_marked_delegations() local
608 to_put = place_holder; in nfs_server_return_marked_delegations()
617 iput(to_put); in nfs_server_return_marked_delegations()
623 iput(to_put); in nfs_server_return_marked_delegations()
/Linux-v5.10/drivers/md/
Draid1.c447 struct bio *to_put = NULL; in raid1_end_write_request() local
483 to_put = bio; in raid1_end_write_request()
500 to_put = bio; in raid1_end_write_request()
557 if (to_put) in raid1_end_write_request()
558 bio_put(to_put); in raid1_end_write_request()
Draid10.c435 struct bio *to_put = NULL; in raid10_end_write_request() local
480 to_put = bio; in raid10_end_write_request()
532 if (to_put) in raid10_end_write_request()
533 bio_put(to_put); in raid10_end_write_request()