Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-cache-policy-cleaner.c71 static struct list_head *list_pop(struct list_head *q) in list_pop() function
131 e = list_entry(list_pop(&p->free), struct wb_cache_entry, list); in alloc_cache_entry()
353 l = list_pop(&p->dirty); in get_next_dirty_entry()
Ddm-cache-policy-mq.c235 static struct list_head *list_pop(struct list_head *lh) in list_pop() function
361 e = list_entry(list_pop(&ep->free), struct entry, list); in alloc_entry()