Home
last modified time | relevance | path

Searched refs:NR_SENTINELS (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/md/
Ddm-cache-policy-mq.c128 #define NR_SENTINELS NR_QUEUE_LEVELS * 3 macro
137 struct list_head sentinels[NR_SENTINELS];
182 return (h >= q->sentinels) && (h < (q->sentinels + NR_SENTINELS)); in is_sentinel()