Searched refs:seq_tbl (Results 1 – 2 of 2) sorted by relevance
195 unsigned long seq_tbl[BITS_TO_LONGS(NVKM_MSGQUEUE_NUM_SEQUENCES)]; member
286 index = find_first_zero_bit(priv->seq_tbl, NVKM_MSGQUEUE_NUM_SEQUENCES); in msgqueue_seq_acquire()294 set_bit(index, priv->seq_tbl); in msgqueue_seq_acquire()311 clear_bit(seq->id, priv->seq_tbl); in msgqueue_seq_release()