Home
last modified time | relevance | path

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

/drivers/acpi/numa/
Dhmat.c794 struct target_cache *tcache, *cnext; in hmat_free_structures() local
799 list_for_each_entry_safe(tcache, cnext, &target->caches, node) { in hmat_free_structures()
/drivers/base/
Dnode.c115 struct node_access_nodes *c, *cnext; in node_remove_accesses() local
117 list_for_each_entry_safe(c, cnext, &node->access_list, list_node) { in node_remove_accesses()
/drivers/media/dvb-frontends/
Dmb86a16.c119 unsigned char cnext) in CNTM_set() argument
123 val = (timint1 << 4) | (timint2 << 2) | cnext; in CNTM_set()