Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/include/asm/
Dsync.h177 # define ____SYNC(_type, _reason, _else) \ argument
178 .if (( _type ) != -1) && ( _reason ); \
189 # define ____SYNC(_type, _reason, _else) argument
/linux-6.1.9/drivers/misc/sgi-xp/
Dxpc.h586 #define XPC_DEACTIVATE_PARTITION(_p, _reason) \ argument
587 xpc_deactivate_partition(__LINE__, (_p), (_reason))
691 #define XPC_DISCONNECT_CHANNEL(_ch, _reason, _irqflgs) \ argument
692 xpc_disconnect_channel(__LINE__, _ch, _reason, _irqflgs)
726 #define XPC_SET_REASON(_p, _reason, _line) \ argument
728 (_p)->reason = _reason; \
/linux-6.1.9/tools/perf/tests/
Dtests.h57 #define TEST_CASE_REASON(description, _name, _reason) \ argument
62 .skip_reason = _reason, \