Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_trace.h1649 #define DEFINE_ALLOC_EVENT(name) \ macro
1653 DEFINE_ALLOC_EVENT(xfs_alloc_exact_done);
1654 DEFINE_ALLOC_EVENT(xfs_alloc_exact_notfound);
1655 DEFINE_ALLOC_EVENT(xfs_alloc_exact_error);
1656 DEFINE_ALLOC_EVENT(xfs_alloc_near_nominleft);
1657 DEFINE_ALLOC_EVENT(xfs_alloc_near_first);
1658 DEFINE_ALLOC_EVENT(xfs_alloc_near_greater);
1659 DEFINE_ALLOC_EVENT(xfs_alloc_near_lesser);
1660 DEFINE_ALLOC_EVENT(xfs_alloc_near_error);
1661 DEFINE_ALLOC_EVENT(xfs_alloc_near_noentry);
[all …]