Home
last modified time | relevance | path

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

/Linux-v5.15/net/xfrm/
Dxfrm_state.c1078 struct xfrm_state *x, *x0, *to_put; in xfrm_state_find() local
1087 to_put = NULL; in xfrm_state_find()
1130 to_put = x0; in xfrm_state_find()
1159 to_put = x; in xfrm_state_find()
1188 to_put = x; in xfrm_state_find()
1203 if (to_put) in xfrm_state_find()
1204 xfrm_state_put(to_put); in xfrm_state_find()
1428 struct xfrm_state *x1, *to_put; in xfrm_state_add() local
1436 to_put = NULL; in xfrm_state_add()
1442 to_put = x1; in xfrm_state_add()
[all …]
/Linux-v5.15/fs/nfs/
Ddelegation.c623 struct inode *to_put = NULL; in nfs_server_return_marked_delegations() local
636 to_put = place_holder; in nfs_server_return_marked_delegations()
645 iput(to_put); in nfs_server_return_marked_delegations()
651 iput(to_put); in nfs_server_return_marked_delegations()
/Linux-v5.15/drivers/md/
Draid1.c449 struct bio *to_put = NULL; in raid1_end_write_request() local
485 to_put = bio; in raid1_end_write_request()
502 to_put = bio; in raid1_end_write_request()
559 if (to_put) in raid1_end_write_request()
560 bio_put(to_put); in raid1_end_write_request()
Draid10.c436 struct bio *to_put = NULL; in raid10_end_write_request() local
481 to_put = bio; in raid10_end_write_request()
533 if (to_put) in raid10_end_write_request()
534 bio_put(to_put); in raid10_end_write_request()