Searched refs:_handler (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/arch/arm/probes/ |
| D | decode.h | 359 #define DECODE_SIMULATEX(_mask, _value, _handler, _regs) \ argument 361 {.action = (_handler)} 363 #define DECODE_SIMULATE(_mask, _value, _handler) \ argument 364 DECODE_SIMULATEX(_mask, _value, _handler, 0) 372 #define DECODE_EMULATEX(_mask, _value, _handler, _regs) \ argument 374 {.action = (_handler)} 376 #define DECODE_EMULATE(_mask, _value, _handler) \ argument 377 DECODE_EMULATEX(_mask, _value, _handler, 0)
|
| /Linux-v5.4/include/rdma/ |
| D | ib_verbs.h | 736 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument 739 (_ptr)->handler = _handler; \
|
| /Linux-v5.4/tools/perf/util/scripting-engines/ |
| D | trace-event-python.c | 1469 SET_TABLE_HANDLER_(name, name ## _handler, name ## _table)
|