Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dsync.h177 # define ____SYNC(_type, _reason, _else) \ argument
178 .if (( _type ) != -1) && ( _reason ); \
189 # define ____SYNC(_type, _reason, _else) argument
/linux/drivers/misc/sgi-xp/
H 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/include/linux/soc/mediatek/
H A Dmtk_wed.h290 #define mtk_wed_device_ppe_check(_dev, _skb, _reason, _hash) \ argument
291 (_dev)->ops->ppe_check(_dev, _skb, _reason, _hash)
321 #define mtk_wed_device_ppe_check(_dev, _skb, _reason, _hash) do {} while (0) argument