Home
last modified time | relevance | path

Searched refs:em (Results 1 – 5 of 5) sorted by relevance

/include/linux/
A Denergy_model.h97 #define em_span_cpus(em) (to_cpumask((em)->cpus)) argument
98 #define em_is_artificial(em) ((em)->flags & EM_PERF_DOMAIN_ARTIFICIAL) argument
A Drio.h477 } em; member
/include/net/
A Dpkt_cls.h413 static inline int tcf_em_is_container(struct tcf_ematch *em) in tcf_em_is_container() argument
415 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() argument
420 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() argument
425 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() argument
430 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 …]
/include/scsi/
A Dlibfc.h443 struct fc_exch_mgr *em; member
/include/trace/events/
A Dbtrfs.h2599 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 18 milliseconds