Searched refs:waitcount (Results 1 – 5 of 5) sorted by relevance
239 int len, result, waitcount; in jumpshot_write_data() local296 waitcount = 0; in jumpshot_write_data()304 } while ((result != USB_STOR_TRANSPORT_GOOD) && (waitcount < 10)); in jumpshot_write_data()
222 atomic_t waitcount; member
1441 atomic_inc(&rdtgrp->waitcount); in pseudo_lock_dev_open()1462 atomic_dec(&rdtgrp->waitcount); in pseudo_lock_dev_release()
1998 atomic_inc(&rdtgrp->waitcount); in rdtgroup_kn_lock_live()2019 if (atomic_dec_and_test(&rdtgrp->waitcount) && in rdtgroup_kn_unlock()2390 if (atomic_read(&sentry->waitcount) != 0) in free_all_child_rdtgrp()2432 if (atomic_read(&rdtgrp->waitcount) != 0) in rmdir_all_sub()
448 u8 waitcount = 100; in _rtl92se_halset_sysclk() local462 waitcount = 100; in _rtl92se_halset_sysclk()466 waitcount--; in _rtl92se_halset_sysclk()473 if (waitcount == 0) in _rtl92se_halset_sysclk()479 if (waitcount == 0) in _rtl92se_halset_sysclk()
Completed in 19 milliseconds