Searched refs:NVKM_MSGQUEUE_NUM_SEQUENCES (Results 1 – 2 of 2) sorted by relevance
173 #define NVKM_MSGQUEUE_NUM_SEQUENCES 16 macro194 struct nvkm_msgqueue_seq seq[NVKM_MSGQUEUE_NUM_SEQUENCES];195 unsigned long seq_tbl[BITS_TO_LONGS(NVKM_MSGQUEUE_NUM_SEQUENCES)];
286 index = find_first_zero_bit(priv->seq_tbl, NVKM_MSGQUEUE_NUM_SEQUENCES); in msgqueue_seq_acquire()288 if (index >= NVKM_MSGQUEUE_NUM_SEQUENCES) { in msgqueue_seq_acquire()571 for (i = 0; i < NVKM_MSGQUEUE_NUM_SEQUENCES; i++) in nvkm_msgqueue_ctor()