Home
last modified time | relevance | path

Searched defs:CLASS (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dasn1_ber_bytecode.h84 #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
/kernel/linux/linux-6.6/include/linux/
Dasn1_ber_bytecode.h84 #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
Dcleanup.h85 #define CLASS(_name, var) \ macro
/kernel/linux/linux-6.6/rust/kernel/
Dsync.rs39 static CLASS: $crate::sync::LockClassKey = constant