Home
last modified time | relevance | path

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

/Linux-v4.19/net/xfrm/
Dxfrm_state.c938 struct xfrm_state *x, *x0, *to_put; in xfrm_state_find() local
947 to_put = NULL; in xfrm_state_find()
990 to_put = x0; in xfrm_state_find()
1019 to_put = x; in xfrm_state_find()
1042 to_put = x; in xfrm_state_find()
1057 if (to_put) in xfrm_state_find()
1058 xfrm_state_put(to_put); in xfrm_state_find()
1274 struct xfrm_state *x1, *to_put; in xfrm_state_add() local
1282 to_put = NULL; in xfrm_state_add()
1288 to_put = x1; in xfrm_state_add()
[all …]
/Linux-v4.19/fs/nfs/
Ddelegation.c523 struct inode *to_put = NULL; in nfs_client_return_marked_delegations() local
537 to_put = place_holder; in nfs_client_return_marked_delegations()
546 if (to_put) in nfs_client_return_marked_delegations()
547 iput(to_put); in nfs_client_return_marked_delegations()
554 if (to_put) in nfs_client_return_marked_delegations()
555 iput(to_put); in nfs_client_return_marked_delegations()
/Linux-v4.19/drivers/md/
Draid1.c416 struct bio *to_put = NULL; in raid1_end_write_request() local
446 to_put = bio; in raid1_end_write_request()
465 to_put = bio; in raid1_end_write_request()
519 if (to_put) in raid1_end_write_request()
520 bio_put(to_put); in raid1_end_write_request()
Draid10.c473 struct bio *to_put = NULL; in raid10_end_write_request() local
514 to_put = bio; in raid10_end_write_request()
568 if (to_put) in raid10_end_write_request()
569 bio_put(to_put); in raid10_end_write_request()