Home
last modified time | relevance | path

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

/linux-4.1.27/net/xfrm/
Dxfrm_state.c772 struct xfrm_state *x, *x0, *to_put; in xfrm_state_find() local
780 to_put = NULL; in xfrm_state_find()
819 to_put = x0; in xfrm_state_find()
847 to_put = x; in xfrm_state_find()
868 to_put = x; in xfrm_state_find()
879 if (to_put) in xfrm_state_find()
880 xfrm_state_put(to_put); in xfrm_state_find()
1083 struct xfrm_state *x1, *to_put; in xfrm_state_add() local
1091 to_put = NULL; in xfrm_state_add()
1097 to_put = x1; in xfrm_state_add()
[all …]
/linux-4.1.27/drivers/md/
Draid1.c406 struct bio *to_put = NULL; in raid1_end_write_request() local
437 to_put = bio; in raid1_end_write_request()
493 if (to_put) in raid1_end_write_request()
494 bio_put(to_put); in raid1_end_write_request()