Home
last modified time | relevance | path

Searched refs:tcd_type (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-tracefile.c75 tcd->tcd_type = i; in cfs_tracefile_init_arch()
153 __LASSERT(tcd->tcd_type < CFS_TCD_TYPE_MAX); in cfs_trace_lock_tcd()
154 if (tcd->tcd_type == CFS_TCD_TYPE_IRQ) in cfs_trace_lock_tcd()
156 else if (tcd->tcd_type == CFS_TCD_TYPE_SOFTIRQ) in cfs_trace_lock_tcd()
168 __LASSERT(tcd->tcd_type < CFS_TCD_TYPE_MAX); in cfs_trace_unlock_tcd()
169 if (tcd->tcd_type == CFS_TCD_TYPE_IRQ) in cfs_trace_unlock_tcd()
171 else if (tcd->tcd_type == CFS_TCD_TYPE_SOFTIRQ) in cfs_trace_unlock_tcd()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dtracefile.h173 unsigned short tcd_type; member
Dtracefile.c169 tage->type = tcd->tcd_type; in cfs_trace_get_tage_try()
600 if (tage->cpu != tcd->tcd_cpu || tage->type != tcd->tcd_type) in put_pages_on_tcd_daemon_list()