Home
last modified time | relevance | path

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

/linux/net/xfrm/
H A Dxfrm_state.c1357 struct xfrm_state *x, *x0, *to_put; in xfrm_state_find() local
1373 to_put = NULL; in xfrm_state_find()
1498 to_put = x0; in xfrm_state_find()
1529 to_put = x; in xfrm_state_find()
1552 to_put = x; in xfrm_state_find()
1601 to_put = x; in xfrm_state_find()
1630 if (to_put) in xfrm_state_find()
1631 xfrm_state_put(to_put); in xfrm_state_find()
1889 struct xfrm_state *x1, *to_put; in xfrm_state_add() local
1897 to_put = NULL; in xfrm_state_add()
[all …]
/linux/fs/nfs/
H A Ddelegation.c654 struct inode *to_put = NULL; in nfs_server_return_marked_delegations() local
670 to_put = place_holder; in nfs_server_return_marked_delegations()
679 iput(to_put); in nfs_server_return_marked_delegations()
/linux/drivers/md/
H A Draid1.c452 struct bio *to_put = NULL; in raid1_end_write_request() local
485 to_put = bio; in raid1_end_write_request()
499 to_put = bio; in raid1_end_write_request()
556 if (to_put) in raid1_end_write_request()
557 bio_put(to_put); in raid1_end_write_request()
H A Draid10.c460 struct bio *to_put = NULL; in raid10_end_write_request() local
503 to_put = bio; in raid10_end_write_request()
550 if (to_put) in raid10_end_write_request()
551 bio_put(to_put); in raid10_end_write_request()