Home
last modified time | relevance | path

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

/linux/net/xfrm/
A Dxfrm_state.c1087 to_put = NULL; in xfrm_state_find()
1130 to_put = x0; in xfrm_state_find()
1159 to_put = x; in xfrm_state_find()
1188 to_put = x; in xfrm_state_find()
1203 if (to_put) in xfrm_state_find()
1436 to_put = NULL; in xfrm_state_add()
1442 to_put = x1; in xfrm_state_add()
1452 to_put = x1; in xfrm_state_add()
1474 if (to_put) in xfrm_state_add()
1700 to_put = x1; in xfrm_state_update()
[all …]
/linux/fs/nfs/
A Ddelegation.c623 struct inode *to_put = NULL; in nfs_server_return_marked_delegations() local
636 to_put = place_holder; in nfs_server_return_marked_delegations()
645 iput(to_put); in nfs_server_return_marked_delegations()
651 iput(to_put); in nfs_server_return_marked_delegations()
/linux/drivers/md/
A Draid1.c449 struct bio *to_put = NULL; in raid1_end_write_request() local
485 to_put = bio; in raid1_end_write_request()
502 to_put = bio; in raid1_end_write_request()
559 if (to_put) in raid1_end_write_request()
560 bio_put(to_put); in raid1_end_write_request()
A Draid10.c436 struct bio *to_put = NULL; in raid10_end_write_request() local
481 to_put = bio; in raid10_end_write_request()
533 if (to_put) in raid10_end_write_request()
534 bio_put(to_put); in raid10_end_write_request()

Completed in 27 milliseconds