Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-io.c177 void *context_ptr; member
190 struct page_list *pl = dp->context_ptr; in list_get_page()
199 struct page_list *pl = dp->context_ptr; in list_next_page()
201 dp->context_ptr = pl->next; in list_next_page()
210 dp->context_ptr = pl; in list_dp_init()
219 struct bio_vec bvec = bvec_iter_bvec((struct bio_vec *)dp->context_ptr, in bio_get_page()
234 bvec_iter_advance((struct bio_vec *)dp->context_ptr, in bio_next_page()
247 dp->context_ptr = bio->bi_io_vec; in bio_dp_init()
257 *p = vmalloc_to_page(dp->context_ptr); in vm_get_page()
264 dp->context_ptr += PAGE_SIZE - dp->context_u; in vm_next_page()
[all …]
/linux/drivers/infiniband/core/
H A Duverbs_main.c448 void ib_uverbs_cq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_cq_event_handler() argument
453 void ib_uverbs_qp_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_qp_event_handler() argument
462 void ib_uverbs_wq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_wq_event_handler() argument
467 void ib_uverbs_srq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_srq_event_handler() argument
/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c1281 static bool srp_terminate_cmd(struct scsi_cmnd *scmnd, void *context_ptr) in srp_terminate_cmd() argument
1283 struct srp_terminate_context *context = context_ptr; in srp_terminate_cmd()