Searched refs:obj_count (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | objagg.c | 49 unsigned int obj_count; member 385 objagg->obj_count++; in objagg_obj_create() 454 --objagg->obj_count; in objagg_obj_destroy() 611 objagg->obj_count), GFP_KERNEL); in objagg_stats_get() 779 unsigned int nodes_count = objagg->obj_count; in objagg_tmp_graph_create() 971 if (WARN_ON(objagg_hints->node_count != objagg->obj_count)) { in objagg_hints_get()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/ |
| H A D | i40iw_virtchnl.c | 149 add_hmc_obj->obj_count = rsrc_count; in vchnl_vf_send_add_hmc_objs_req() 187 add_hmc_obj->obj_count = rsrc_count; in vchnl_vf_send_del_hmc_objs_req() 360 info.count = add_hmc_obj->obj_count; in pf_add_hmc_obj_callback() 366 vf_dev->hmc_info.hmc_obj[add_hmc_obj->obj_type].cnt = add_hmc_obj->obj_count; in pf_add_hmc_obj_callback() 395 info.count = del_hmc_obj->obj_count; in pf_del_hmc_obj_callback()
|
| H A D | i40iw_virtchnl.h | 82 u32 obj_count; member
|
| /OK3568_Linux_fs/kernel/drivers/bus/fsl-mc/ |
| H A D | dprc.c | 382 int *obj_count) in dprc_get_obj_count() argument 399 *obj_count = le32_to_cpu(rsp_params->obj_count); in dprc_get_obj_count()
|
| H A D | fsl-mc-private.h | 173 __le32 obj_count; member 355 int *obj_count);
|
| /OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/ |
| H A D | dprc.c | 165 int *obj_count) in dprc_get_obj_count() argument 181 DPRC_RSP_GET_OBJ_COUNT(cmd, *obj_count); in dprc_get_obj_count()
|
| /OK3568_Linux_fs/u-boot/include/fsl-mc/ |
| H A D | fsl_dprc.h | 96 #define DPRC_RSP_GET_OBJ_COUNT(cmd, obj_count) \ argument 97 MC_RSP_OP(cmd, 0, 32, 32, int, obj_count) 697 int *obj_count);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | pkcs11_1000.c | 2186 CK_ULONG obj_count, in test_find_objects() argument 2196 rv = C_FindObjects(session, obj_found, obj_count, &hdl_count); in test_find_objects()
|