Home
last modified time | relevance | path

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

/linux-6.15/net/xfrm/
H A Dxfrm_state.c1387 to_put = NULL; in xfrm_state_find()
1512 to_put = x0; in xfrm_state_find()
1543 to_put = x; in xfrm_state_find()
1566 to_put = x; in xfrm_state_find()
1615 to_put = x; in xfrm_state_find()
1644 if (to_put) in xfrm_state_find()
1891 to_put = NULL; in xfrm_state_add()
1897 to_put = x1; in xfrm_state_add()
1929 if (to_put) in xfrm_state_add()
2174 to_put = x1; in xfrm_state_update()
[all …]
/linux-6.15/fs/nfs/
H A Ddelegation.c637 struct inode *to_put = NULL; in nfs_server_return_marked_delegations() local
653 to_put = place_holder; in nfs_server_return_marked_delegations()
662 iput(to_put); in nfs_server_return_marked_delegations()
/linux-6.15/drivers/md/
H A Draid1.c451 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.c458 struct bio *to_put = NULL; in raid10_end_write_request() local
502 to_put = bio; in raid10_end_write_request()
549 if (to_put) in raid10_end_write_request()
550 bio_put(to_put); in raid10_end_write_request()