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

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

Completed in 84 milliseconds