Searched refs:em (Results 1 – 5 of 5) sorted by relevance
97 #define em_span_cpus(em) (to_cpumask((em)->cpus)) argument98 #define em_is_artificial(em) ((em)->flags & EM_PERF_DOMAIN_ARTIFICIAL) argument
477 } em; member
413 static inline int tcf_em_is_container(struct tcf_ematch *em) in tcf_em_is_container() argument415 return !em->ops; in tcf_em_is_container()418 static inline int tcf_em_is_simple(struct tcf_ematch *em) in tcf_em_is_simple() argument420 return em->flags & TCF_EM_SIMPLE; in tcf_em_is_simple()423 static inline int tcf_em_is_inverted(struct tcf_ematch *em) in tcf_em_is_inverted() argument425 return em->flags & TCF_EM_INVERT; in tcf_em_is_inverted()428 static inline int tcf_em_last_match(struct tcf_ematch *em) in tcf_em_last_match() argument430 return (em->flags & TCF_EM_REL_MASK) == TCF_EM_REL_END; in tcf_em_last_match()433 static inline int tcf_em_early_end(struct tcf_ematch *em, int result) in tcf_em_early_end() argument435 if (tcf_em_last_match(em)) in tcf_em_early_end()[all …]
443 struct fc_exch_mgr *em; member
2608 TP_PROTO(const struct btrfs_inode *inode, const struct extent_map *em),2610 TP_ARGS(inode, em),2623 __entry->start = em->start;2624 __entry->len = em->len;2625 __entry->flags = em->flags;