Lines Matching refs:handle
565 struct cache_deferred_req handle; member
572 container_of(dreq, struct thread_deferred_req, handle); in cache_restart_thread()
579 struct cache_deferred_req *dreq = &sleeper.handle; in cache_wait_req()
593 if (!hlist_unhashed(&sleeper.handle.hash)) { in cache_wait_req()
594 __unhash_deferred_req(&sleeper.handle); in cache_wait_req()
1285 struct handle { struct
1295 struct cache_detail *cd = ((struct handle*)m->private)->cd; in c_start() argument
1323 struct cache_detail *cd = ((struct handle*)m->private)->cd; in c_next()
1349 struct cache_detail *cd = ((struct handle*)m->private)->cd; in c_stop()
1356 struct cache_detail *cd = ((struct handle*)m->private)->cd; in c_show()
1388 struct handle *han; in content_open()