Searched refs:tcd_type (Results 1 – 3 of 3) sorted by relevance
77 tcd->tcd_type = i; in cfs_tracefile_init_arch()156 __LASSERT(tcd->tcd_type < CFS_TCD_TYPE_MAX); in cfs_trace_lock_tcd()157 if (tcd->tcd_type == CFS_TCD_TYPE_IRQ) in cfs_trace_lock_tcd()159 else if (tcd->tcd_type == CFS_TCD_TYPE_SOFTIRQ) in cfs_trace_lock_tcd()171 __LASSERT(tcd->tcd_type < CFS_TCD_TYPE_MAX); in cfs_trace_unlock_tcd()172 if (tcd->tcd_type == CFS_TCD_TYPE_IRQ) in cfs_trace_unlock_tcd()174 else if (tcd->tcd_type == CFS_TCD_TYPE_SOFTIRQ) in cfs_trace_unlock_tcd()
176 unsigned short tcd_type; member
170 tage->type = tcd->tcd_type; in cfs_trace_get_tage_try()601 if (tage->cpu != tcd->tcd_cpu || tage->type != tcd->tcd_type) in put_pages_on_tcd_daemon_list()