Lines Matching defs:slot
679 struct hlist_bl_head *slot;
686 slot = et->table + i;
688 hlist_bl_for_each_entry_safe(ex, pos, n, slot, hash_list)
712 struct hlist_bl_head *slot;
716 slot = &et->table[exception_hash(et, chunk)];
717 hlist_bl_for_each_entry(e, pos, slot, hash_list)
803 * Either the table doesn't support consecutive chunks or slot
811 /* Add to l's tail: e is the last exception in this slot */
1874 * NOTE: a write lock must be held on the chunk's pending exception table slot
1907 * NOTE: a write lock must be held on the chunk's pending exception table slot