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

/linux-4.4.14/net/xfrm/
H A Dxfrm_state.c772 struct xfrm_state *x, *x0, *to_put; xfrm_state_find() local
780 to_put = NULL; xfrm_state_find()
819 to_put = x0; xfrm_state_find()
847 to_put = x; xfrm_state_find()
868 to_put = x; xfrm_state_find()
879 if (to_put) xfrm_state_find()
880 xfrm_state_put(to_put); xfrm_state_find()
1083 struct xfrm_state *x1, *to_put; xfrm_state_add() local
1091 to_put = NULL; xfrm_state_add()
1097 to_put = x1; xfrm_state_add()
1107 to_put = x1; xfrm_state_add()
1129 if (to_put) xfrm_state_add()
1130 xfrm_state_put(to_put); xfrm_state_add()
1299 struct xfrm_state *x1, *to_put; xfrm_state_update() local
1304 to_put = NULL; xfrm_state_update()
1314 to_put = x1; xfrm_state_update()
1328 if (to_put) xfrm_state_update()
1329 xfrm_state_put(to_put); xfrm_state_update()
/linux-4.4.14/drivers/md/
H A Draid1.c408 struct bio *to_put = NULL; raid1_end_write_request() local
439 to_put = bio; raid1_end_write_request()
495 if (to_put) raid1_end_write_request()
496 bio_put(to_put); raid1_end_write_request()

Completed in 140 milliseconds