Home
last modified time | relevance | path

Searched refs:osapi_atomic_dec_and_test (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvOSAPI.h156 static __inline__ int osapi_atomic_dec_and_test(int *count) in osapi_atomic_dec_and_test() function
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvPipe.c127 if (osapi_atomic_dec_and_test(&ms_urb->count)) in ms_usb_free_urb()
H A DdrvEHCI_MEM.cxx151 if (!osapi_atomic_dec_and_test (&pQh->tRefCnt)) in ms_qh_put()
H A DdrvUSB.c444 if (osapi_atomic_dec_and_test(&((&pUdev->dev)->dev_refcnt))) in ms_usb_put_dev()