Searched refs:curreg (Results 1 – 1 of 1) sorted by relevance
5941 static int curreg; variable5952 if (regused[curreg]) in alloc_reg()5953 curreg = (curreg + 1) % BPF_MEMWORDS; in alloc_reg()5955 regused[curreg] = 1; in alloc_reg()5956 return curreg; in alloc_reg()