Home
last modified time | relevance | path

Searched refs:uc_pending (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/intermezzo/
Dpsdev.c167 if (!list_empty(&channel->uc_pending)) { in presto_psdev_poll()
263 if (list_empty(&(channel->uc_pending))) { in presto_psdev_read()
268 req = list_entry((channel->uc_pending.next), struct upc_req, rq_chain); in presto_psdev_read()
341 list_for_each(lh, &channel->uc_pending) { in presto_psdev_release()
396 INIT_LIST_HEAD(&channel->uc_pending); in presto_psdev_init()
423 if ( ! list_empty(&channel->uc_pending)) { in presto_psdev_cleanup()
432 list_for_each_safe(lh, next, &channel->uc_pending) { in presto_psdev_cleanup()
566 list_add(&req->rq_chain, channel->uc_pending.prev); in izo_upc_upcall()
Dinode.c150 lh = channel->uc_pending.next; in presto_put_super()
151 while ( lh != &channel->uc_pending) { in presto_put_super()
/linux-2.4.37.9/include/linux/
Dintermezzo_psdev.h19 struct list_head uc_pending; member