Home
last modified time | relevance | path

Searched refs:comps (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/include/scsi/
Dosd_ore.h69 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.1.27/drivers/net/ethernet/tile/
Dtilegx.c709 struct tile_net_comps *comps, in tile_net_free_comps() argument
713 while (comps->comp_last < comps->comp_next) { in tile_net_free_comps()
714 unsigned int cid = comps->comp_last % TILE_NET_MAX_COMPS; in tile_net_free_comps()
715 struct tile_net_comp *comp = &comps->comp_queue[cid]; in tile_net_free_comps()
720 comps->comp_last++; in tile_net_free_comps()
731 struct tile_net_comps *comps, in add_comp() argument
734 int cid = comps->comp_next % TILE_NET_MAX_COMPS; in add_comp()
735 comps->comp_queue[cid].when = when; in add_comp()
736 comps->comp_queue[cid].skb = skb; in add_comp()
737 comps->comp_next++; in add_comp()
[all …]
Dtilepro.c527 struct sk_buff *comps[], in tile_net_lepp_grab_comps() argument
537 comps[n++] = eq->comps[comp_head]; in tile_net_lepp_grab_comps()
1807 eq->comps[comp_tail] = skb; in tile_net_tx_tso()
1991 eq->comps[comp_tail] = skb; in tile_net_tx()
/linux-4.1.27/drivers/infiniband/ulp/iser/
Diser_verbs.c110 device->comps = kcalloc(device->comps_used, sizeof(*device->comps), in iser_create_device_ib_res()
112 if (!device->comps) in iser_create_device_ib_res()
126 struct iser_comp *comp = &device->comps[i]; in iser_create_device_ib_res()
163 tasklet_kill(&device->comps[i].tasklet); in iser_create_device_ib_res()
166 struct iser_comp *comp = &device->comps[i]; in iser_create_device_ib_res()
173 kfree(device->comps); in iser_create_device_ib_res()
189 struct iser_comp *comp = &device->comps[i]; in iser_free_device_ib_res()
200 kfree(device->comps); in iser_free_device_ib_res()
201 device->comps = NULL; in iser_free_device_ib_res()
467 if (device->comps[index].active_qps < in iser_create_ib_conn_res()
[all …]
Discsi_iser.h356 struct iser_comp *comps; member
/linux-4.1.27/fs/nfs/objlayout/
Dobjio_osd.c163 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.1.27/fs/exofs/
Dexofs.h238 oc->comps = one_comp; in exofs_init_comps()
Dore.c126 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()
Dsuper.c749 sbi->oc.comps = &sbi->one_comp; in exofs_fill_super()
/linux-4.1.27/drivers/infiniband/ulp/isert/
Dib_isert.h214 struct isert_comp *comps; member
Dib_isert.c121 if (device->comps[i].active_qps < in isert_comp_get()
122 device->comps[min].active_qps) in isert_comp_get()
124 comp = &device->comps[min]; in isert_comp_get()
286 struct isert_comp *comp = &device->comps[i]; in isert_free_comps()
293 kfree(device->comps); in isert_free_comps()
311 device->comps = kcalloc(device->comps_used, sizeof(struct isert_comp), in isert_alloc_comps()
313 if (!device->comps) { in isert_alloc_comps()
321 struct isert_comp *comp = &device->comps[i]; in isert_alloc_comps()
/linux-4.1.27/arch/tile/include/hv/
Ddrv_xgbe_intf.h554 lepp_comp_t comps[LEPP_COMP_QUEUE_SIZE] member
/linux-4.1.27/drivers/media/i2c/smiapp/
Dsmiapp-core.c1655 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()