Searched refs:bio_chain (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/power/
H A Dswap.c56 * @bio_chain: list of pending biod (for async reading)
60 * Then submit it and, if @bio_chain == NULL, wait.
63 struct bio **bio_chain)
83 if (bio_chain == NULL) {
92 bio->bi_private = *bio_chain;
93 *bio_chain = bio;
99 static int bio_read_page(pgoff_t page_off, void *addr, struct bio **bio_chain) argument
101 return submit(READ, page_off, virt_to_page(addr), bio_chain);
104 static int bio_write_page(pgoff_t page_off, void *addr, struct bio **bio_chain) argument
106 return submit(WRITE, page_off, virt_to_page(addr), bio_chain);
62 submit(int rw, pgoff_t page_off, struct page *page, struct bio **bio_chain) argument
109 wait_on_bio_chain(struct bio **bio_chain) argument
193 write_page(void *buf, sector_t offset, struct bio **bio_chain) argument
269 swap_write_page(struct swap_map_handle *handle, void *buf, struct bio **bio_chain) argument
463 swap_read_page(struct swap_map_handle *handle, void *buf, struct bio **bio_chain) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_acpt.c92 BIO *bio_chain; member in struct:bio_accept_st
164 if (a->bio_chain != NULL) BIO_free(a->bio_chain);
268 /* If the accept BIO has an bio_chain, we dup it and
270 if (c->bio_chain != NULL)
272 if ((dbio=BIO_dup_chain(c->bio_chain)) == NULL)
379 if (data->bio_chain != NULL)
380 BIO_free(data->bio_chain);
381 data->bio_chain=(BIO *)ptr;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bio/
H A Dbss_acpt.c92 BIO *bio_chain; member in struct:bio_accept_st
164 if (a->bio_chain != NULL) BIO_free(a->bio_chain);
268 /* If the accept BIO has an bio_chain, we dup it and
270 if (c->bio_chain != NULL)
272 if ((dbio=BIO_dup_chain(c->bio_chain)) == NULL)
379 if (data->bio_chain != NULL)
380 BIO_free(data->bio_chain);
381 data->bio_chain=(BIO *)ptr;

Completed in 80 milliseconds