Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
A Derrcode.h293 #define bch2_err_matches(_err, _class) \ argument
295 BUILD_BUG_ON(!__builtin_constant_p(_class)); \
296 unlikely(_bch2_err_matches(_err, _class)); \
/linux/include/linux/
A Dmod_devicetable.h441 #define BCMA_CORE(_manuf, _id, _rev, _class) \ argument
442 { .manuf = _manuf, .id = _id, .rev = _rev, .class = _class, }
/linux/tools/perf/util/
A Ddata-convert-bt.c881 struct bt_ctf_event_class *event_class = cw->_name##_class;\
1253 cw->_name##_class = event_class; \

Completed in 13 milliseconds