Home
last modified time | relevance | path

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

/include/linux/
Denergy_model.h52 #define em_span_cpus(em) (to_cpumask((em)->cpus)) argument
Drio.h477 } em; member
/include/net/
Dpkt_cls.h368 static inline int tcf_em_is_container(struct tcf_ematch *em) in tcf_em_is_container() argument
370 return !em->ops; in tcf_em_is_container()
373 static inline int tcf_em_is_simple(struct tcf_ematch *em) in tcf_em_is_simple() argument
375 return em->flags & TCF_EM_SIMPLE; in tcf_em_is_simple()
378 static inline int tcf_em_is_inverted(struct tcf_ematch *em) in tcf_em_is_inverted() argument
380 return em->flags & TCF_EM_INVERT; in tcf_em_is_inverted()
383 static inline int tcf_em_last_match(struct tcf_ematch *em) in tcf_em_last_match() argument
385 return (em->flags & TCF_EM_REL_MASK) == TCF_EM_REL_END; in tcf_em_last_match()
388 static inline int tcf_em_early_end(struct tcf_ematch *em, int result) in tcf_em_early_end() argument
390 if (tcf_em_last_match(em)) in tcf_em_early_end()
[all …]
/include/scsi/
Dlibfc.h428 struct fc_exch_mgr *em; member