Searched defs:LOCKS_EXCLUDED (Results 1 – 6 of 6) sorted by relevance
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
22 #define LOCKS_EXCLUDED(...) __attribute__ ((locks_excluded(__VA_ARGS__))) macro3440 Bar() LOCKS_EXCLUDED(mu_) { } in LOCKS_EXCLUDED() function in ComplexNameTest::Bar3441 ~Bar() LOCKS_EXCLUDED(mu_) { } in LOCKS_EXCLUDED() function in ComplexNameTest::Bar
25 #define LOCKS_EXCLUDED(...) __attribute__ ((locks_excluded(__VA_ARGS__))) macro