Searched refs:tage (Results 1 - 3 of 3) sorted by last modified time

/drivers/staging/lustre/lustre/libcfs/linux/
H A Dlinux-tracefile.c181 struct cfs_trace_page *tage)
187 return tcd->tcd_cpu == tage->cpu;
180 cfs_tcd_owns_tage(struct cfs_trace_cpu_data *tcd, struct cfs_trace_page *tage) argument
/drivers/staging/lustre/lustre/libcfs/
H A Dtracefile.c72 struct cfs_trace_page *tage; local
87 tage = kmalloc(sizeof(*tage), gfp);
88 if (tage == NULL) {
93 tage->page = page;
95 return tage;
98 static void cfs_tage_free(struct cfs_trace_page *tage) argument
100 __LASSERT(tage != NULL);
101 __LASSERT(tage->page != NULL);
103 __free_page(tage
108 cfs_tage_to_tail(struct cfs_trace_page *tage, struct list_head *queue) argument
128 struct cfs_trace_page *tage; local
142 struct cfs_trace_page *tage; local
190 struct cfs_trace_page *tage; local
220 struct cfs_trace_page *tage; local
266 struct cfs_trace_page *tage; local
557 struct cfs_trace_page *tage; local
595 struct cfs_trace_page *tage; local
639 struct cfs_trace_page *tage; local
679 struct cfs_trace_page *tage; local
741 struct cfs_trace_page *tage; local
975 struct cfs_trace_page *tage; local
1162 struct cfs_trace_page *tage; local
[all...]
H A Dtracefile.h315 struct cfs_trace_page *tage);
330 #define __LASSERT_TAGE_INVARIANT(tage) \
332 __LASSERT(tage != NULL); \
333 __LASSERT(tage->page != NULL); \
334 __LASSERT(tage->used <= PAGE_CACHE_SIZE); \
335 __LASSERT(page_count(tage->page) > 0); \

Completed in 112 milliseconds