Home
last modified time | relevance | path

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

/linux-6.12.1/net/xfrm/
Dxfrm_state.c1204 struct xfrm_state *x, *x0, *to_put; in xfrm_state_find() local
1213 to_put = NULL; in xfrm_state_find()
1292 to_put = x0; in xfrm_state_find()
1321 to_put = x; in xfrm_state_find()
1344 to_put = x; in xfrm_state_find()
1391 to_put = x; in xfrm_state_find()
1406 if (to_put) in xfrm_state_find()
1407 xfrm_state_put(to_put); in xfrm_state_find()
1638 struct xfrm_state *x1, *to_put; in xfrm_state_add() local
1646 to_put = NULL; in xfrm_state_add()
[all …]
/linux-6.12.1/fs/nfs/
Ddelegation.c641 struct inode *to_put = NULL; in nfs_server_return_marked_delegations() local
657 to_put = place_holder; in nfs_server_return_marked_delegations()
666 iput(to_put); in nfs_server_return_marked_delegations()
/linux-6.12.1/drivers/md/
Draid1.c451 struct bio *to_put = NULL; in raid1_end_write_request() local
487 to_put = bio; in raid1_end_write_request()
501 to_put = bio; in raid1_end_write_request()
558 if (to_put) in raid1_end_write_request()
559 bio_put(to_put); in raid1_end_write_request()
Draid10.c461 struct bio *to_put = NULL; in raid10_end_write_request() local
506 to_put = bio; in raid10_end_write_request()
553 if (to_put) in raid10_end_write_request()
554 bio_put(to_put); in raid10_end_write_request()