Searched defs:LOCKS_EXCLUDED (Results 1 – 14 of 14) sorted by relevance
52 #define LOCKS_EXCLUDED(...) \ macro
19 #define LOCKS_EXCLUDED(...) __attribute__ ((locks_excluded(__VA_ARGS__))) macro
22 #define LOCKS_EXCLUDED(...) __attribute__ ((locks_excluded(__VA_ARGS__))) macro
19 #define LOCKS_EXCLUDED(...) __attribute__ ((locks_excluded(__VA_ARGS__))) macro1013 int x LOCKS_EXCLUDED(mu1) = y; // \ in le_testfn() local1031 class LOCKS_EXCLUDED(mu1) LeTestClass { // \ in LOCKS_EXCLUDED() function
24 #define LOCKS_EXCLUDED(...) __attribute__((locks_excluded(__VA_ARGS__))) macro3442 Bar() LOCKS_EXCLUDED(mu_) { } in LOCKS_EXCLUDED() function in ComplexNameTest::Bar3443 ~Bar() LOCKS_EXCLUDED(mu_) { } in LOCKS_EXCLUDED() function in ComplexNameTest::Bar
143 #define LOCKS_EXCLUDED(...) \ macro
114 #define LOCKS_EXCLUDED(...) \ macro
122 #define LOCKS_EXCLUDED(...) \ macro
25 #define LOCKS_EXCLUDED(...) __attribute__ ((locks_excluded(__VA_ARGS__))) macro