Searched refs:ffs (Results 1 – 1 of 1) sorted by relevance
129 int ffs; in nxt_port_mmap_get_free_chunk() local145 ffs = __builtin_ffsll(bits); in nxt_port_mmap_get_free_chunk()146 if (ffs != 0) { in nxt_port_mmap_get_free_chunk()147 chunk = i * FREE_BITS + ffs - 1; in nxt_port_mmap_get_free_chunk()