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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Dblock_io.c22 * @bio_chain: list of pending biod (for async reading)
26 * Then submit it and, if @bio_chain == NULL, wait.
29 struct page *page, struct bio **bio_chain)
49 if (bio_chain == NULL) {
58 bio->bi_private = *bio_chain;
59 *bio_chain = bio;
65 int hib_bio_read_page(pgoff_t page_off, void *addr, struct bio **bio_chain) argument
68 virt_to_page(addr), bio_chain);
71 int hib_bio_write_page(pgoff_t page_off, void *addr, struct bio **bio_chain) argument
74 virt_to_page(addr), bio_chain);
28 submit(int rw, struct block_device *bdev, sector_t sector, struct page *page, struct bio **bio_chain) argument
77 hib_wait_on_bio_chain(struct bio **bio_chain) argument
[all...]
H A Dpower.h149 struct bio **bio_chain);
151 struct bio **bio_chain);
152 extern int hib_wait_on_bio_chain(struct bio **bio_chain);
H A Dswap.c239 * @bio_chain: Link the next write BIO here
242 static int write_page(void *buf, sector_t offset, struct bio **bio_chain) argument
249 if (bio_chain) {
255 bio_chain = NULL; /* Go synchronous */
261 return hib_bio_write_page(offset, src, bio_chain);
303 struct bio **bio_chain)
311 error = write_page(buf, offset, bio_chain);
316 error = hib_wait_on_bio_chain(bio_chain);
504 struct bio **bio_chain)
514 error = hib_bio_read_page(offset, buf, bio_chain);
302 swap_write_page(struct swap_map_handle *handle, void *buf, struct bio **bio_chain) argument
503 swap_read_page(struct swap_map_handle *handle, void *buf, struct bio **bio_chain) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbss_acpt.c91 BIO *bio_chain; member in struct:bio_accept_st
164 if (a->bio_chain != NULL)
165 BIO_free(a->bio_chain);
265 * If the accept BIO has an bio_chain, we dup it and put the new
268 if (c->bio_chain != NULL) {
269 if ((dbio = BIO_dup_chain(c->bio_chain)) == NULL)
369 if (data->bio_chain != NULL)
370 BIO_free(data->bio_chain);
371 data->bio_chain = (BIO *)ptr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbss_acpt.c91 BIO *bio_chain; member in struct:bio_accept_st
164 if (a->bio_chain != NULL)
165 BIO_free(a->bio_chain);
265 * If the accept BIO has an bio_chain, we dup it and put the new
268 if (c->bio_chain != NULL) {
269 if ((dbio = BIO_dup_chain(c->bio_chain)) == NULL)
369 if (data->bio_chain != NULL)
370 BIO_free(data->bio_chain);
371 data->bio_chain = (BIO *)ptr;

Completed in 53 milliseconds