Lines Matching refs:mp
709 struct rt_mempool *mp; in list_mempool() local
723 mp = (struct rt_mempool *)obj; in list_mempool()
726 rt_list_for_each(node, &mp->suspend_thread) in list_mempool()
735 mp->parent.name, in list_mempool()
736 mp->block_size, in list_mempool()
737 mp->block_total_count, in list_mempool()
738 mp->block_free_count, in list_mempool()
740 rt_susp_list_print(&(mp->suspend_thread)); in list_mempool()
747 mp->parent.name, in list_mempool()
748 mp->block_size, in list_mempool()
749 mp->block_total_count, in list_mempool()
750 mp->block_free_count, in list_mempool()