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()435 if (tcf_em_last_match(em)) in tcf_em_early_end()438 if (result == 0 && em->flags & TCF_EM_REL_AND) in tcf_em_early_end()[all …]
443 struct fc_exch_mgr *em; member
2599 TP_PROTO(const struct btrfs_inode *inode, const struct extent_map *em),2601 TP_ARGS(inode, em),2614 __entry->start = em->start;2615 __entry->len = em->len;2616 __entry->flags = em->flags;
Completed in 15 milliseconds