Home
last modified time | relevance | path

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

/Linux-v5.4/net/xfrm/
Dxfrm_state.c1047 struct xfrm_state *x, *x0, *to_put; in xfrm_state_find() local
1056 to_put = NULL; in xfrm_state_find()
1099 to_put = x0; in xfrm_state_find()
1128 to_put = x; in xfrm_state_find()
1153 to_put = x; in xfrm_state_find()
1168 if (to_put) in xfrm_state_find()
1169 xfrm_state_put(to_put); in xfrm_state_find()
1387 struct xfrm_state *x1, *to_put; in xfrm_state_add() local
1395 to_put = NULL; in xfrm_state_add()
1401 to_put = x1; in xfrm_state_add()
[all …]
/Linux-v5.4/fs/nfs/
Ddelegation.c535 struct inode *to_put = NULL; in nfs_client_return_marked_delegations() local
549 to_put = place_holder; in nfs_client_return_marked_delegations()
558 if (to_put) in nfs_client_return_marked_delegations()
559 iput(to_put); in nfs_client_return_marked_delegations()
566 if (to_put) in nfs_client_return_marked_delegations()
567 iput(to_put); in nfs_client_return_marked_delegations()
/Linux-v5.4/drivers/md/
Draid1.c429 struct bio *to_put = NULL; in raid1_end_write_request() local
463 to_put = bio; in raid1_end_write_request()
480 to_put = bio; in raid1_end_write_request()
540 if (to_put) in raid1_end_write_request()
541 bio_put(to_put); in raid1_end_write_request()
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()