/linux-4.4.14/include/scsi/ |
D | osd_ore.h | 69 struct ore_comp *comps; member 178 int ore_get_rw_state(struct ore_layout *layout, struct ore_components *comps, 181 int ore_get_io_state(struct ore_layout *layout, struct ore_components *comps, 194 int ore_truncate(struct ore_layout *layout, struct ore_components *comps,
|
/linux-4.4.14/drivers/net/ethernet/tile/ |
D | tilegx.c | 710 struct tile_net_comps *comps, in tile_net_free_comps() argument 714 while (comps->comp_last < comps->comp_next) { in tile_net_free_comps() 715 unsigned int cid = comps->comp_last % TILE_NET_MAX_COMPS; in tile_net_free_comps() 716 struct tile_net_comp *comp = &comps->comp_queue[cid]; in tile_net_free_comps() 721 comps->comp_last++; in tile_net_free_comps() 732 struct tile_net_comps *comps, in add_comp() argument 735 int cid = comps->comp_next % TILE_NET_MAX_COMPS; in add_comp() 736 comps->comp_queue[cid].when = when; in add_comp() 737 comps->comp_queue[cid].skb = skb; in add_comp() 738 comps->comp_next++; in add_comp() [all …]
|
D | tilepro.c | 527 struct sk_buff *comps[], in tile_net_lepp_grab_comps() argument 537 comps[n++] = eq->comps[comp_head]; in tile_net_lepp_grab_comps() 1804 eq->comps[comp_tail] = skb; in tile_net_tx_tso() 1988 eq->comps[comp_tail] = skb; in tile_net_tx()
|
/linux-4.4.14/drivers/infiniband/ulp/iser/ |
D | iser_verbs.c | 97 device->comps = kcalloc(device->comps_used, sizeof(*device->comps), in iser_create_device_ib_res() 99 if (!device->comps) in iser_create_device_ib_res() 114 struct iser_comp *comp = &device->comps[i]; in iser_create_device_ib_res() 158 tasklet_kill(&device->comps[i].tasklet); in iser_create_device_ib_res() 161 struct iser_comp *comp = &device->comps[i]; in iser_create_device_ib_res() 168 kfree(device->comps); in iser_create_device_ib_res() 183 struct iser_comp *comp = &device->comps[i]; in iser_free_device_ib_res() 195 kfree(device->comps); in iser_free_device_ib_res() 196 device->comps = NULL; in iser_free_device_ib_res() 482 if (device->comps[index].active_qps < in iser_create_ib_conn_res() [all …]
|
D | iscsi_iser.h | 402 struct iser_comp *comps; member
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | user_sdma.h | 83 struct hfi1_sdma_comp_entry *comps; member
|
D | user_sdma.c | 412 memsize = ALIGN(sizeof(*cq->comps) * hfi1_sdma_comp_ring_size, in hfi1_user_sdma_alloc_queues() 414 cq->comps = vmalloc_user(memsize); in hfi1_user_sdma_alloc_queues() 415 if (!cq->comps) in hfi1_user_sdma_alloc_queues() 476 if (fd->cq->comps) in hfi1_user_sdma_free_queues() 477 vfree(fd->cq->comps); in hfi1_user_sdma_free_queues() 516 if (cq->comps[info.comp_idx].status == QUEUED) { in hfi1_user_sdma_process_request() 1438 req->cq->comps[req->info.comp_idx].status = state; in set_comp_state() 1440 req->cq->comps[req->info.comp_idx].errcode = -ret; in set_comp_state()
|
D | file_ops.c | 676 memaddr = (u64)cq->comps; in hfi1_file_mmap() 677 memlen = ALIGN(sizeof(*cq->comps) * cq->nentries, PAGE_SIZE); in hfi1_file_mmap()
|
/linux-4.4.14/fs/nfs/objlayout/ |
D | objio_osd.c | 163 struct ore_comp *ocomp = &oc->comps[c]; in copy_single_comp() 192 numdevs * sizeof(*lseg->oc.comps); in __alloc_objio_seg() 204 lseg->oc.comps = (void *)(lseg->oc.ods + numdevs); in __alloc_objio_seg() 383 pooid.oid_partition_id = ios->oc->comps[comp].obj.partition; in __on_dev_error() 384 pooid.oid_object_id = ios->oc->comps[comp].obj.id; in __on_dev_error()
|
/linux-4.4.14/drivers/infiniband/ulp/isert/ |
D | ib_isert.h | 207 struct isert_comp *comps; member
|
D | ib_isert.c | 124 if (device->comps[i].active_qps < in isert_comp_get() 125 device->comps[min].active_qps) in isert_comp_get() 127 comp = &device->comps[min]; in isert_comp_get() 280 struct isert_comp *comp = &device->comps[i]; in isert_free_comps() 287 kfree(device->comps); in isert_free_comps() 305 device->comps = kcalloc(device->comps_used, sizeof(struct isert_comp), in isert_alloc_comps() 307 if (!device->comps) { in isert_alloc_comps() 316 struct isert_comp *comp = &device->comps[i]; in isert_alloc_comps()
|
/linux-4.4.14/fs/exofs/ |
D | exofs.h | 234 oc->comps = one_comp; in exofs_init_comps()
|
D | ore.c | 126 return ios->oc->comps[index & ios->oc->single_comp].cred; in _ios_cred() 131 return &ios->oc->comps[index & ios->oc->single_comp].obj; in _ios_obj() 1147 _LLU(oc->comps->obj.id), _LLU(obj_size), i); in ore_truncate()
|
D | super.c | 749 sbi->oc.comps = &sbi->one_comp; in exofs_fill_super()
|
/linux-4.4.14/arch/tile/include/hv/ |
D | drv_xgbe_intf.h | 554 lepp_comp_t comps[LEPP_COMP_QUEUE_SIZE] member
|
/linux-4.4.14/drivers/media/i2c/smiapp/ |
D | smiapp-core.c | 1655 struct v4l2_rect **comps, int which) in smiapp_get_crop_compose() argument 1664 if (comps) in smiapp_get_crop_compose() 1665 *comps = &ssd->compose; in smiapp_get_crop_compose() 1673 if (comps) { in smiapp_get_crop_compose() 1674 *comps = v4l2_subdev_get_try_compose(subdev, cfg, in smiapp_get_crop_compose() 1676 BUG_ON(!*comps); in smiapp_get_crop_compose()
|