Searched refs:obj_count (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/bus/fsl-mc/
H A Ddprc.c375 * @obj_count: Number of objects assigned to the DPRC
382 int *obj_count)
399 *obj_count = le32_to_cpu(rsp_params->obj_count);
410 * @obj_index: Index of the object to be queried (< obj_count)
414 * obj_index up to (not including) the value of obj_count returned
379 dprc_get_obj_count(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, int *obj_count) argument
H A Dfsl-mc-private.h173 __le32 obj_count; member in struct:dprc_rsp_get_obj_count
356 int *obj_count);
/linux-master/lib/
H A Dobjagg.c49 unsigned int obj_count; member in struct:objagg
385 objagg->obj_count++;
454 --objagg->obj_count;
611 objagg->obj_count), GFP_KERNEL);
779 unsigned int nodes_count = objagg->obj_count;
968 if (WARN_ON(objagg_hints->node_count != objagg->obj_count)) {

Completed in 109 milliseconds