Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-log-userspace-base.c468 static int flush_one_by_one(struct log_c *lc, struct list_head *flush_list) in flush_one_by_one() argument
473 list_for_each_entry(fe, flush_list, list) { in flush_one_by_one()
485 static int flush_by_group(struct log_c *lc, struct list_head *flush_list, in flush_by_group() argument
498 while (!list_empty(flush_list)) { in flush_by_group()
501 list_for_each_entry_safe(fe, tmp_fe, flush_list, list) { in flush_by_group()
531 list_splice_init(&tmp_list, flush_list); in flush_by_group()
532 r = flush_one_by_one(lc, flush_list); in flush_by_group()
542 list_splice_init(&tmp_list, flush_list); in flush_by_group()
/linux-4.1.27/include/crypto/
Dmcryptd.h90 struct list_head flush_list; member
/linux-4.1.27/crypto/
Dmcryptd.c58 list_add_tail(&cstate->flush_list, &flist->list); in mcryptd_arm_flusher()
136 struct mcryptd_alg_cstate, flush_list); in mcryptd_opportunistic_flush()
141 list_del(&cstate->flush_list); in mcryptd_opportunistic_flush()
212 list_del(&alg_cpu_state->flush_list); in mcryptd_flusher()