Searched defs:fsl_mc_resource_pool (Results 1 – 1 of 1) sorted by relevance
569 struct fsl_mc_resource_pool { struct570 enum fsl_mc_pool_type type;571 int max_count;572 int free_count;573 struct mutex mutex; /* serializes access to free_list */574 struct list_head free_list;575 struct fsl_mc_bus *mc_bus;
Completed in 5 milliseconds