Searched refs:cur_inst (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/sparc/kernel/
H A Ddevices.c34 static int check_cpu_node(phandle nd, int *cur_inst, argument
38 if (!compare(nd, *cur_inst, compare_arg)) {
49 (*cur_inst)++;
58 int cur_inst; local
60 cur_inst = 0;
62 int err = check_cpu_node(dp->phandle, &cur_inst,

Completed in 101 milliseconds