HomeSort by: relevance | last modified time | path
    Searched defs:chunk_bit (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/npf/
npf_portmap.c 281 unsigned i, chunk_bit;
297 chunk_bit = bit & PORTMAP_L0_MASK;
299 return bitmap_word_isset(bval, chunk_bit);
304 i = chunk_bit >> PORTMAP_L1_SHIFT;
305 b = UINT64_C(1) << (chunk_bit & PORTMAP_L1_MASK);
313 unsigned i, chunk_bit; local in function:bitmap_set
319 chunk_bit = bit & PORTMAP_L0_MASK;
326 if (bitmap_word_isset(bval, chunk_bit)) {
333 if ((nval = bitmap_word_cax(bval, -1, chunk_bit)) != 0) {
376 i = chunk_bit >> PORTMAP_L1_SHIFT
393 unsigned i, chunk_bit; local in function:bitmap_clr
    [all...]

Completed in 35 milliseconds