Home
last modified time | relevance | path

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

/linux/lib/
H A Dcodetag.c16 * iter->mod_seq and cmod->mod_seq
57 .cmod = NULL, in codetag_get_ct_iter()
66 static inline struct codetag *get_first_module_ct(struct codetag_module *cmod) in get_first_module_ct()
68 return cmod->range.start < cmod->range.stop ? cmod->range.start : NULL;
77 return res < iter->cmod->range.stop ? res : NULL;
83 struct codetag_module *cmod; in codetag_next_ct()
93 cmod = idr_find(&cttype->mod_idr, iter->mod_id); in codetag_next_ct()
96 if (!cmod) in codetag_next_ct()
64 get_first_module_ct(struct codetag_module * cmod) get_first_module_ct() argument
81 struct codetag_module *cmod; codetag_next_ct() local
179 struct codetag_module *cmod; codetag_module_init() local
351 struct codetag_module *cmod; codetag_unload_module() local
[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()