Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/xfrm/
Dxfrm_state.c1054 struct xfrm_state *x, *x0, *to_put; in xfrm_state_find() local
1063 to_put = NULL; in xfrm_state_find()
1106 to_put = x0; in xfrm_state_find()
1135 to_put = x; in xfrm_state_find()
1160 to_put = x; in xfrm_state_find()
1175 if (to_put) in xfrm_state_find()
1176 xfrm_state_put(to_put); in xfrm_state_find()
1394 struct xfrm_state *x1, *to_put; in xfrm_state_add() local
1402 to_put = NULL; in xfrm_state_add()
1408 to_put = x1; in xfrm_state_add()
[all …]
/kernel/linux/linux-5.10/fs/nfs/
Ddelegation.c603 struct inode *to_put = NULL; in nfs_server_return_marked_delegations() local
616 to_put = place_holder; in nfs_server_return_marked_delegations()
625 iput(to_put); in nfs_server_return_marked_delegations()
631 iput(to_put); in nfs_server_return_marked_delegations()
/kernel/linux/linux-5.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()