Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_trace.h1636 #define DEFINE_ALLOC_EVENT(name) \ macro
1640 DEFINE_ALLOC_EVENT(xfs_alloc_exact_done);
1641 DEFINE_ALLOC_EVENT(xfs_alloc_exact_notfound);
1642 DEFINE_ALLOC_EVENT(xfs_alloc_exact_error);
1643 DEFINE_ALLOC_EVENT(xfs_alloc_near_nominleft);
1644 DEFINE_ALLOC_EVENT(xfs_alloc_near_first);
1645 DEFINE_ALLOC_EVENT(xfs_alloc_near_greater);
1646 DEFINE_ALLOC_EVENT(xfs_alloc_near_lesser);
1647 DEFINE_ALLOC_EVENT(xfs_alloc_near_error);
1648 DEFINE_ALLOC_EVENT(xfs_alloc_near_noentry);
[all …]