Home
last modified time | relevance | path

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

/linux-6.1.9/net/xfrm/
Dxfrm_state.c1079 struct xfrm_state *x, *x0, *to_put; in xfrm_state_find() local
1088 to_put = NULL; in xfrm_state_find()
1131 to_put = x0; in xfrm_state_find()
1160 to_put = x; in xfrm_state_find()
1189 to_put = x; in xfrm_state_find()
1204 if (to_put) in xfrm_state_find()
1205 xfrm_state_put(to_put); in xfrm_state_find()
1429 struct xfrm_state *x1, *to_put; in xfrm_state_add() local
1437 to_put = NULL; in xfrm_state_add()
1443 to_put = x1; in xfrm_state_add()
[all …]
/linux-6.1.9/fs/nfs/
Ddelegation.c621 struct inode *to_put = NULL; in nfs_server_return_marked_delegations() local
634 to_put = place_holder; in nfs_server_return_marked_delegations()
643 iput(to_put); in nfs_server_return_marked_delegations()
649 iput(to_put); in nfs_server_return_marked_delegations()
/linux-6.1.9/drivers/md/
Draid1.c452 struct bio *to_put = NULL; in raid1_end_write_request() local
488 to_put = bio; in raid1_end_write_request()
505 to_put = bio; in raid1_end_write_request()
562 if (to_put) in raid1_end_write_request()
563 bio_put(to_put); in raid1_end_write_request()
Draid10.c463 struct bio *to_put = NULL; in raid10_end_write_request() local
508 to_put = bio; in raid10_end_write_request()
560 if (to_put) in raid10_end_write_request()
561 bio_put(to_put); in raid10_end_write_request()
Dmd.c8179 struct mddev *to_put = NULL; in md_seq_next() local
8189 to_put = mddev; in md_seq_next()
8207 if (to_put) in md_seq_next()