Searched refs:context_ptr (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/md/ |
A D | dm-io.c | 177 void *context_ptr; member 201 dp->context_ptr = pl->next; in list_next_page() 210 dp->context_ptr = pl; in list_dp_init() 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() 273 dp->context_ptr = data; in vm_dp_init() 282 *p = virt_to_page(dp->context_ptr); in km_get_page() 289 dp->context_ptr += PAGE_SIZE - dp->context_u; in km_next_page() [all …]
|
/linux-6.3-rc2/drivers/infiniband/core/ |
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);
|
A D | uverbs_main.c | 438 void ib_uverbs_cq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_cq_event_handler() argument 443 void ib_uverbs_qp_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_qp_event_handler() argument 452 void ib_uverbs_wq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_wq_event_handler() argument 457 void ib_uverbs_srq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_srq_event_handler() argument
|
/linux-6.3-rc2/drivers/infiniband/ulp/srp/ |
A D | ib_srp.c | 1285 static bool srp_terminate_cmd(struct scsi_cmnd *scmnd, void *context_ptr) in srp_terminate_cmd() argument 1287 struct srp_terminate_context *context = context_ptr; in srp_terminate_cmd()
|
Completed in 14 milliseconds