Searched refs:bkey (Results 1 – 2 of 2) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | bcache.h | 22 struct bkey { struct 29 BITMASK(name, struct bkey, field, offset, size) argument 32 static inline __u64 name(const struct bkey *k, unsigned i) \ 35 static inline void SET_##name(struct bkey *k, unsigned i, __u64 v) \ 55 static inline __u64 KEY_OFFSET(const struct bkey *k) in KEY_OFFSET() 60 static inline void SET_KEY_OFFSET(struct bkey *k, __u64 v) in SET_KEY_OFFSET() 71 ((struct bkey) { \ 98 static inline unsigned long bkey_u64s(const struct bkey *k) in bkey_u64s() 100 return (sizeof(struct bkey) / sizeof(__u64)) + KEY_PTRS(k); in bkey_u64s() 103 static inline unsigned long bkey_bytes(const struct bkey *k) in bkey_bytes() [all …]
|
/external/libxml2/ |
D | xmlschemas.c | 22989 xmlSchemaPSVIIDCKeyPtr ckey, bkey, *bkeySeq; in xmlSchemaXPathProcessHistory() local 23001 bkey = bkeySeq[j]; in xmlSchemaXPathProcessHistory() 23002 res = xmlSchemaAreValuesEqual(ckey->val, bkey->val); in xmlSchemaXPathProcessHistory()
|