Home
last modified time | relevance | path

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

/openbmc/linux/net/xfrm/
H A Dxfrm_state.c1203 struct xfrm_state *x, *x0, *to_put; in xfrm_state_find() local
1212 to_put = NULL; in xfrm_state_find()
1291 to_put = x0; in xfrm_state_find()
1320 to_put = x; in xfrm_state_find()
1343 to_put = x; in xfrm_state_find()
1389 to_put = x; in xfrm_state_find()
1404 if (to_put) in xfrm_state_find()
1405 xfrm_state_put(to_put); in xfrm_state_find()
1635 struct xfrm_state *x1, *to_put; in xfrm_state_add() local
1643 to_put = NULL; in xfrm_state_add()
[all …]
/openbmc/linux/fs/nfs/
H A Ddelegation.c621 struct inode *to_put = NULL; in nfs_server_return_marked_delegations() local
637 to_put = place_holder; in nfs_server_return_marked_delegations()
646 iput(to_put); in nfs_server_return_marked_delegations()
/openbmc/linux/drivers/md/
H A Draid1.c448 struct bio *to_put = NULL; in raid1_end_write_request() local
482 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.c456 struct bio *to_put = NULL; in raid10_end_write_request() local
500 to_put = bio; in raid10_end_write_request()
552 if (to_put) in raid10_end_write_request()
553 bio_put(to_put); in raid10_end_write_request()