Searched refs:context_ptr (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-io.c | 170 void *context_ptr; member 183 struct page_list *pl = (struct page_list *) dp->context_ptr; in list_get_page() 192 struct page_list *pl = (struct page_list *) dp->context_ptr; in list_next_page() 193 dp->context_ptr = pl->next; in list_next_page() 202 dp->context_ptr = pl; in list_dp_init() 211 struct bio_vec bvec = bvec_iter_bvec((struct bio_vec *)dp->context_ptr, in bio_get_page() 226 bvec_iter_advance((struct bio_vec *)dp->context_ptr, in bio_next_page() 239 dp->context_ptr = bio->bi_io_vec; in bio_dp_init() 249 *p = vmalloc_to_page(dp->context_ptr); in vm_get_page() 256 dp->context_ptr in vm_next_page() [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-io.c | 177 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 in vm_next_page() [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | uverbs.h | 237 void ib_uverbs_cq_event_handler(struct ib_event *event, void *context_ptr); 238 void ib_uverbs_qp_event_handler(struct ib_event *event, void *context_ptr); 239 void ib_uverbs_wq_event_handler(struct ib_event *event, void *context_ptr); 240 void ib_uverbs_srq_event_handler(struct ib_event *event, void *context_ptr);
|
H A D | uverbs_main.c | 436 void ib_uverbs_cq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_cq_event_handler() argument 441 void ib_uverbs_qp_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_qp_event_handler() argument 450 void ib_uverbs_wq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_wq_event_handler() argument 455 void ib_uverbs_srq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_srq_event_handler() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | uverbs.h | 237 void ib_uverbs_cq_event_handler(struct ib_event *event, void *context_ptr); 238 void ib_uverbs_qp_event_handler(struct ib_event *event, void *context_ptr); 239 void ib_uverbs_wq_event_handler(struct ib_event *event, void *context_ptr); 240 void ib_uverbs_srq_event_handler(struct ib_event *event, void *context_ptr);
|
H A D | uverbs_main.c | 447 void ib_uverbs_cq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_cq_event_handler() argument 452 void ib_uverbs_qp_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_qp_event_handler() argument 461 void ib_uverbs_wq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_wq_event_handler() argument 466 void ib_uverbs_srq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_srq_event_handler() argument
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.c | 1278 static bool srp_terminate_cmd(struct scsi_cmnd *scmnd, void *context_ptr, in srp_terminate_cmd() argument 1281 struct srp_terminate_context *context = context_ptr; in srp_terminate_cmd()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.c | 1280 static bool srp_terminate_cmd(struct scsi_cmnd *scmnd, void *context_ptr) in srp_terminate_cmd() argument 1282 struct srp_terminate_context *context = context_ptr; in srp_terminate_cmd()
|
Completed in 18 milliseconds