Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/infiniband/ulp/iser/
Diser_verbs.c80 device->comps = kcalloc(device->comps_used, sizeof(*device->comps), in iser_create_device_ib_res()
82 if (!device->comps) in iser_create_device_ib_res()
97 struct iser_comp *comp = &device->comps[i]; in iser_create_device_ib_res()
114 struct iser_comp *comp = &device->comps[i]; in iser_create_device_ib_res()
121 kfree(device->comps); in iser_create_device_ib_res()
136 struct iser_comp *comp = &device->comps[i]; in iser_free_device_ib_res()
145 kfree(device->comps); in iser_free_device_ib_res()
146 device->comps = NULL; in iser_free_device_ib_res()
438 if (device->comps[index].active_qps < in iser_create_ib_conn_res()
439 device->comps[min_index].active_qps) in iser_create_ib_conn_res()
[all …]
Discsi_iser.h381 struct iser_comp *comps; member
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_odm.c108 inline void rtw_odm_dbg_comp_set(struct adapter *adapter, u64 comps) in rtw_odm_dbg_comp_set() argument
110 rtw_hal_set_def_var(adapter, HW_DEF_ODM_DBG_FLAG, &comps); in rtw_odm_dbg_comp_set()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_odm.h17 void rtw_odm_dbg_comp_set(struct adapter *adapter, u64 comps);
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Duser_sdma.c229 cq->comps = vmalloc_user(PAGE_ALIGN(sizeof(*cq->comps) in hfi1_user_sdma_alloc_queues()
231 if (!cq->comps) in hfi1_user_sdma_alloc_queues()
249 vfree(cq->comps); in hfi1_user_sdma_alloc_queues()
287 vfree(fd->cq->comps); in hfi1_user_sdma_free_queues()
1468 cq->comps[idx].errcode = -ret; in set_comp_state()
1470 cq->comps[idx].status = state; in set_comp_state()
Duser_sdma.h146 struct hfi1_sdma_comp_entry *comps; member
Dfile_ops.c542 memaddr = (u64)cq->comps; in hfi1_file_mmap()
543 memlen = PAGE_ALIGN(sizeof(*cq->comps) * cq->nentries); in hfi1_file_mmap()
/Linux-v4.19/drivers/infiniband/ulp/isert/
Dib_isert.h189 struct isert_comp *comps; member
Dib_isert.c101 if (device->comps[i].active_qps < in isert_comp_get()
102 device->comps[min].active_qps) in isert_comp_get()
104 comp = &device->comps[min]; in isert_comp_get()
247 struct isert_comp *comp = &device->comps[i]; in isert_free_comps()
252 kfree(device->comps); in isert_free_comps()
269 device->comps = kcalloc(device->comps_used, sizeof(struct isert_comp), in isert_alloc_comps()
271 if (!device->comps) in isert_alloc_comps()
277 struct isert_comp *comp = &device->comps[i]; in isert_alloc_comps()
/Linux-v4.19/fs/exofs/
Dexofs.h233 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()
1161 _LLU(oc->comps->obj.id), _LLU(obj_size), i); in ore_truncate()
Dsuper.c751 sbi->oc.comps = &sbi->one_comp; in exofs_fill_super()
/Linux-v4.19/drivers/media/i2c/smiapp/
Dsmiapp-core.c1676 struct v4l2_rect **comps, int which) in smiapp_get_crop_compose() argument
1685 if (comps) in smiapp_get_crop_compose()
1686 *comps = &ssd->compose; in smiapp_get_crop_compose()
1694 if (comps) { in smiapp_get_crop_compose()
1695 *comps = v4l2_subdev_get_try_compose(subdev, cfg, in smiapp_get_crop_compose()
1697 BUG_ON(!*comps); in smiapp_get_crop_compose()
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmain.c5320 int comps; in mlx5_ib_unbind_slave_port() local
5337 comps = mpi->mdev_refcnt; in mlx5_ib_unbind_slave_port()
5338 if (comps) { in mlx5_ib_unbind_slave_port()
5343 for (i = 0; i < comps; i++) in mlx5_ib_unbind_slave_port()