Home
last modified time | relevance | path

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

/linux/net/xfrm/
H A Dxfrm_state.c1358 struct xfrm_state *x, *x0, *to_put; in xfrm_state_find() local
1374 to_put = NULL; in xfrm_state_find()
1499 to_put = x0; in xfrm_state_find()
1530 to_put = x; in xfrm_state_find()
1553 to_put = x; in xfrm_state_find()
1602 to_put = x; in xfrm_state_find()
1631 if (to_put) in xfrm_state_find()
1632 xfrm_state_put(to_put); in xfrm_state_find()
1890 struct xfrm_state *x1, *to_put; in xfrm_state_add() local
1898 to_put = NULL; in xfrm_state_add()
[all …]
/linux/fs/nfs/
H A Ddelegation.c667 struct inode *to_put = NULL; in nfs_server_return_marked_delegations() local
683 to_put = place_holder; in nfs_server_return_marked_delegations()
692 iput(to_put); in nfs_server_return_marked_delegations()