Searched refs:__id (Results 1 – 2 of 2) sorted by relevance
215 int64_t __id = (int64_t)id; in __idr_mark_full() local223 int64_t layer_id = __id & IDR_MASK; in __idr_mark_full()231 __id >>= IDR_BITS; in __idr_mark_full()232 layer_id = __id & IDR_MASK; in __idr_mark_full()250 int64_t __id = (int64_t)id; in __idr_get_path() local251 if (unlikely(idp->top == NULL || __id < 0)) in __idr_get_path()261 if (unlikely((__id >> ((layer + 1ull) * IDR_BITS)) > 0)) in __idr_get_path()271 int64_t layer_id = (__id >> (layer * IDR_BITS)) & IDR_MASK; in __idr_get_path()296 int64_t __id = (int64_t)id; in __idr_erase_full() local304 int64_t layer_id = __id & IDR_MASK; in __idr_erase_full()[all …]
67 #define xhci_get_port_speed(__id, __port_id) ((xhci_read_op_reg32((__id), XHCI_PORT_REGISTER_OFFSET… argument