Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/include/asm/
A Dsync.h177 # define ____SYNC(_type, _reason, _else) \ argument
178 .if (( _type ) != -1) && ( _reason ); \
189 # define ____SYNC(_type, _reason, _else) argument
/linux-6.3-rc2/drivers/misc/sgi-xp/
A 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.3-rc2/include/linux/soc/mediatek/
A Dmtk_wed.h234 #define mtk_wed_device_ppe_check(_dev, _skb, _reason, _hash) \ argument
235 (_dev)->ops->ppe_check(_dev, _skb, _reason, _hash)
254 #define mtk_wed_device_ppe_check(_dev, _skb, _reason, _hash) do {} while (0) argument
/linux-6.3-rc2/tools/perf/tests/
A Dtests.h57 #define TEST_CASE_REASON(description, _name, _reason) \ argument
62 .skip_reason = _reason, \

Completed in 11 milliseconds