Searched defs:pop (Results 1 - 2 of 2) sorted by relevance

/drivers/md/
H A Ddm-kcopyd.c386 * Functions to push and pop a job onto the head of a given job
389 static struct kcopyd_job *pop(struct list_head *jobs, function
547 while ((job = pop(jobs, kc))) {
H A Ddm-cache-policy-mq.c507 static struct entry *pop(struct mq_policy *mq, struct queue *q) function
619 struct entry *demoted = pop(mq, &mq->cache_clean);
762 e = pop(mq, &mq->pre_cache);
765 DMWARN("couldn't pop from pre cache");
1066 struct entry *e = pop(mq, &mq->cache_dirty);

Completed in 85 milliseconds