Searched refs:curreg (Results 1 – 1 of 1) sorted by relevance
2756 static int curreg; variable2767 if (regused[curreg]) in alloc_reg()2768 curreg = (curreg + 1) % BPF_MEMWORDS; in alloc_reg()2770 regused[curreg] = 1; in alloc_reg()2771 return curreg; in alloc_reg()