/Linux-v5.10/arch/s390/boot/ |
D | ipl_report.c | 30 static unsigned long find_bootdata_space(struct ipl_rb_components *comps, in find_bootdata_space() argument 42 for_each_rb_entry(comp, comps) in find_bootdata_space() 60 for_each_rb_entry(comp, comps) in find_bootdata_space() 76 static void copy_components_bootdata(struct ipl_rb_components *comps) in copy_components_bootdata() argument 81 for_each_rb_entry(comp, comps) in copy_components_bootdata() 102 struct ipl_rb_components *comps; in read_ipl_report() local 129 comps = NULL; in read_ipl_report() 140 comps = (struct ipl_rb_components *) rb_hdr; in read_ipl_report() 153 if (!comps || !certs) in read_ipl_report() 160 safe_addr = find_bootdata_space(comps, certs, safe_addr); in read_ipl_report() [all …]
|
/Linux-v5.10/include/trace/events/ |
D | rdma_core.h | 168 u16 comps, 172 TP_ARGS(cq, comps, usec), 176 __field(unsigned int, comps) 182 __entry->comps = comps; 187 __entry->cq_id, __entry->comps, __entry->usec
|
/Linux-v5.10/include/linux/ |
D | dim.h | 45 u16 comps; member 269 dim_update_sample_with_comps(u16 event_ctr, u64 packets, u64 bytes, u64 comps, in dim_update_sample_with_comps() argument 273 s->comp_ctr = comps; in dim_update_sample_with_comps()
|
/Linux-v5.10/drivers/staging/rtl8723bs/core/ |
D | rtw_odm.c | 108 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-v5.10/drivers/infiniband/core/ |
D | cq.c | 46 u16 comps = rdma_dim_prof[dim->profile_ix].comps; in ib_cq_rdma_dim_work() local 50 trace_cq_modify(cq, comps, usec); in ib_cq_rdma_dim_work() 51 cq->device->ops.modify_cq(cq, comps, usec); in ib_cq_rdma_dim_work()
|
/Linux-v5.10/drivers/staging/rtl8723bs/include/ |
D | rtw_odm.h | 17 void rtw_odm_dbg_comp_set(struct adapter *adapter, u64 comps);
|
/Linux-v5.10/drivers/infiniband/hw/hfi1/ |
D | user_sdma.c | 226 cq->comps = vmalloc_user(PAGE_ALIGN(sizeof(*cq->comps) in hfi1_user_sdma_alloc_queues() 228 if (!cq->comps) in hfi1_user_sdma_alloc_queues() 246 vfree(cq->comps); in hfi1_user_sdma_alloc_queues() 307 vfree(fd->cq->comps); in hfi1_user_sdma_free_queues() 1480 cq->comps[idx].errcode = -ret; in set_comp_state() 1482 cq->comps[idx].status = state; in set_comp_state()
|
D | user_sdma.h | 141 struct hfi1_sdma_comp_entry *comps; member
|
D | file_ops.c | 551 memaddr = (u64)cq->comps; in hfi1_file_mmap() 552 memlen = PAGE_ALIGN(sizeof(*cq->comps) * cq->nentries); in hfi1_file_mmap()
|
/Linux-v5.10/drivers/infiniband/ulp/isert/ |
D | ib_isert.h | 197 struct isert_comp *comps; member
|
/Linux-v5.10/arch/s390/kernel/ |
D | ipl.c | 2153 struct ipl_rb_components *comps; in ipl_report_finish() local 2173 comps = ptr; in ipl_report_finish() 2174 comps->rbt = IPL_RBT_COMPONENTS; in ipl_report_finish() 2175 ptr += sizeof(*comps); in ipl_report_finish() 2180 comps->len = ptr - (void *)comps; in ipl_report_finish()
|
/Linux-v5.10/drivers/media/i2c/smiapp/ |
D | smiapp-core.c | 1672 struct v4l2_rect **comps, int which) in smiapp_get_crop_compose() argument 1681 if (comps) in smiapp_get_crop_compose() 1682 *comps = &ssd->compose; in smiapp_get_crop_compose() 1690 if (comps) { in smiapp_get_crop_compose() 1691 *comps = v4l2_subdev_get_try_compose(subdev, cfg, in smiapp_get_crop_compose() 1693 BUG_ON(!*comps); in smiapp_get_crop_compose()
|
/Linux-v5.10/drivers/infiniband/hw/mlx5/ |
D | main.c | 3407 int comps; in mlx5_ib_unbind_slave_port() local 3430 comps = mpi->mdev_refcnt; in mlx5_ib_unbind_slave_port() 3431 if (comps) { in mlx5_ib_unbind_slave_port() 3436 for (i = 0; i < comps; i++) in mlx5_ib_unbind_slave_port()
|