Searched refs:CLASS (Results 1 – 3 of 3) sorted by relevance
| /include/linux/ |
| D | asn1_ber_bytecode.h | 84 #define _tag(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | ASN1_##TAG) argument 85 #define _tagn(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | TAG) argument
|
| D | cleanup.h | 257 #define CLASS(_name, var) \ macro 309 CLASS(_name, __UNIQUE_ID(guard)) 324 for (CLASS(_name, scope)(args); \ 336 for (CLASS(_name, scope)(args); true; ({ goto _label; })) \
|
| /include/linux/gpio/ |
| D | driver.h | 567 for (CLASS(_gpiochip_for_each_data, _data)(&_label, &_i); \ 583 for (CLASS(_gpiochip_for_each_data, _data)(&_label, &_i); \
|