Home
last modified time | relevance | path

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

/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit.h246 void _cxgbit_free_cnp(struct kref *kref);
275 kref_put(&cnp->kref, _cxgbit_free_cnp); in cxgbit_put_cnp()
H A Dcxgbit_cm.c135 void _cxgbit_free_cnp(struct kref *kref) in _cxgbit_free_cnp() function