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

/linux-master/net/xfrm/
H A Dxfrm_state.c1145 struct xfrm_state *x, *x0, *to_put; local
1154 to_put = NULL;
1233 to_put = x0;
1262 to_put = x;
1286 to_put = x;
1332 to_put = x;
1347 if (to_put)
1348 xfrm_state_put(to_put);
1578 struct xfrm_state *x1, *to_put; local
1586 to_put
1846 struct xfrm_state *x1, *to_put; local
[all...]
/linux-master/fs/nfs/
H A Ddelegation.c618 struct inode *to_put = NULL; local
631 to_put = place_holder;
640 iput(to_put);
646 iput(to_put);
/linux-master/drivers/md/
H A Draid1.c449 struct bio *to_put = NULL; local
485 to_put = bio;
499 to_put = bio;
556 if (to_put)
557 bio_put(to_put);
H A Draid10.c460 struct bio *to_put = NULL; local
505 to_put = bio;
552 if (to_put)
553 bio_put(to_put);

Completed in 163 milliseconds