Home
last modified time | relevance | path

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

/linux-6.6.21/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
/linux-6.6.21/rust/kernel/
Dsync.rs44 static CLASS: $crate::sync::LockClassKey = $crate::sync::LockClassKey::new(); constant