Home
last modified time | relevance | path

Searched defs:fsl_mc_resource_pool (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/bus/fsl-mc/
H A Dfsl-mc-private.h565 struct fsl_mc_resource_pool { struct
566 enum fsl_mc_pool_type type;
567 int max_count;
568 int free_count;
569 struct mutex mutex; /* serializes access to free_list */
570 struct list_head free_list;
571 struct fsl_mc_bus *mc_bus;