Home
last modified time | relevance | path

Searched refs:to_put (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_state.c1145 struct xfrm_state *x, *x0, *to_put; in xfrm_state_find() local
1154 to_put = NULL; in xfrm_state_find()
1233 to_put = x0; in xfrm_state_find()
1262 to_put = x; in xfrm_state_find()
1286 to_put = x; in xfrm_state_find()
1332 to_put = x; in xfrm_state_find()
1347 if (to_put) in xfrm_state_find()
1348 xfrm_state_put(to_put); in xfrm_state_find()
1578 struct xfrm_state *x1, *to_put; in xfrm_state_add() local
1586 to_put in xfrm_state_add()
1846 struct xfrm_state *x1, *to_put; xfrm_state_update() local
[all...]
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_state.c1054 struct xfrm_state *x, *x0, *to_put; in xfrm_state_find() local
1063 to_put = NULL; in xfrm_state_find()
1106 to_put = x0; in xfrm_state_find()
1135 to_put = x; in xfrm_state_find()
1160 to_put = x; in xfrm_state_find()
1175 if (to_put) in xfrm_state_find()
1176 xfrm_state_put(to_put); in xfrm_state_find()
1394 struct xfrm_state *x1, *to_put; in xfrm_state_add() local
1402 to_put = NULL; in xfrm_state_add()
1408 to_put in xfrm_state_add()
1662 struct xfrm_state *x1, *to_put; xfrm_state_update() local
[all...]
/kernel/linux/linux-5.10/fs/nfs/
H A Ddelegation.c603 struct inode *to_put = NULL; in nfs_server_return_marked_delegations() local
616 to_put = place_holder; in nfs_server_return_marked_delegations()
625 iput(to_put); in nfs_server_return_marked_delegations()
631 iput(to_put); in nfs_server_return_marked_delegations()
/kernel/linux/linux-6.6/fs/nfs/
H A 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()
/kernel/linux/linux-5.10/drivers/md/
H A Draid1.c447 struct bio *to_put = NULL; in raid1_end_write_request() local
483 to_put = bio; in raid1_end_write_request()
500 to_put = bio; in raid1_end_write_request()
557 if (to_put) in raid1_end_write_request()
558 bio_put(to_put); in raid1_end_write_request()
H A Draid10.c435 struct bio *to_put = NULL; in raid10_end_write_request() local
480 to_put = bio; in raid10_end_write_request()
532 if (to_put) in raid10_end_write_request()
533 bio_put(to_put); in raid10_end_write_request()
/kernel/linux/linux-6.6/drivers/md/
H A Draid1.c451 struct bio *to_put = NULL; in raid1_end_write_request() local
487 to_put = bio; in raid1_end_write_request()
504 to_put = bio; in raid1_end_write_request()
561 if (to_put) in raid1_end_write_request()
562 bio_put(to_put); in raid1_end_write_request()
H A Draid10.c461 struct bio *to_put = NULL; in raid10_end_write_request() local
506 to_put = bio; in raid10_end_write_request()
558 if (to_put) in raid10_end_write_request()
559 bio_put(to_put); in raid10_end_write_request()
H A Dmd.c8296 struct mddev *to_put = NULL; in md_seq_next() local
8306 to_put = mddev; in md_seq_next()
8324 if (to_put) in md_seq_next()
8325 mddev_put(to_put); in md_seq_next()

Completed in 39 milliseconds