Home
last modified time | relevance | path

Searched refs:cmod (Results 1 – 3 of 3) sorted by relevance

/linux/lib/
H A Dcodetag.c55 .cmod = NULL, in codetag_get_ct_iter()
64 static inline struct codetag *get_first_module_ct(struct codetag_module *cmod) in get_first_module_ct() argument
66 return cmod->range.start < cmod->range.stop ? cmod->range.start : NULL; in get_first_module_ct()
75 return res < iter->cmod->range.stop ? res : NULL; in get_next_module_ct()
81 struct codetag_module *cmod; in codetag_next_ct() local
91 cmod = idr_find(&cttype->mod_idr, iter->mod_id); in codetag_next_ct()
94 if (!cmod) in codetag_next_ct()
95 cmod = idr_get_next_ul(&cttype->mod_idr, in codetag_next_ct()
99 if (!cmod) in codetag_next_ct()
102 if (!iter->cmod || iter->mod_seq != cmod->mod_seq) { in codetag_next_ct()
[all …]
/linux/include/linux/
H A Dcodetag.h57 struct codetag_module *cmod; member
/linux/drivers/net/ethernet/amd/
H A Damd8111e.c362 static int amd8111e_set_coalesce(struct net_device *dev, enum coal_mode cmod) in amd8111e_set_coalesce() argument
372 switch(cmod) in amd8111e_set_coalesce()