Searched refs:_Q_TAIL_CPU_OFFSET (Results 1 – 4 of 4) sorted by relevance
96 #define _Q_TAIL_CPU_OFFSET (_Q_TAIL_IDX_OFFSET + _Q_TAIL_IDX_BITS) macro97 #define _Q_TAIL_CPU_BITS (32 - _Q_TAIL_CPU_OFFSET)112 tail = (cpu + 1) << _Q_TAIL_CPU_OFFSET; in encode_tail()120 u32 cpu = (tail >> _Q_TAIL_CPU_OFFSET) - 1; in decode_tail()
64 #define _Q_TAIL_CPU_OFFSET 17 macro
103 return (cpu + 1) << _Q_TAIL_CPU_OFFSET; in encode_tail_cpu()108 return (val >> _Q_TAIL_CPU_OFFSET) - 1; in decode_tail_cpu()