Lines Matching defs:cidx
72 u_int cidx;
80 cidx = cpu_index(curcpu());
82 KASSERT(cidx < maxcpus);
84 splraise_depth[cidx] = 0;
85 spllowered_to[cidx] = ipl;
87 spllowered_from[cidx][0] = return_address(0);
88 spllowered_from[cidx][1] = return_address(1);
96 u_int cidx;
105 cidx = cpu_index(curcpu());
107 KASSERT(cidx < maxcpus);
109 if (splraise_depth[cidx] >= SPLRAISE_STACKLEN)
112 retaddrs = &splraise_retaddrs[cidx][splraise_depth[cidx]++][0];