Searched refs:slot_num (Results 1 – 3 of 3) sorted by relevance
99 unsigned int slot_num; member
427 __u32 slot_num; in rmgr_find_empty_slot() local437 slot_num = loc / BITS_PER_LONG; in rmgr_find_empty_slot()448 if (!~(rmgr->slot[slot_num] | (~1UL << rmgr->size % BITS_PER_LONG))) { in rmgr_find_empty_slot()450 slot_num--; in rmgr_find_empty_slot()457 while (loc < rmgr->size && !~(rmgr->slot[slot_num])) { in rmgr_find_empty_slot()459 slot_num--; in rmgr_find_empty_slot()
688 pub slot_num: ::c_int,1342 && self.slot_num == other.slot_num1353 .field("slot_num", &self.slot_num)1363 self.slot_num.hash(state);