Searched refs:flush_list (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/md/ |
D | dm-log-userspace-base.c | 467 static int flush_one_by_one(struct log_c *lc, struct list_head *flush_list) in flush_one_by_one() argument 472 list_for_each_entry(fe, flush_list, list) { in flush_one_by_one() 484 static int flush_by_group(struct log_c *lc, struct list_head *flush_list, in flush_by_group() argument 497 while (!list_empty(flush_list)) { in flush_by_group() 500 list_for_each_entry_safe(fe, tmp_fe, flush_list, list) { in flush_by_group() 530 list_splice_init(&tmp_list, flush_list); in flush_by_group() 531 r = flush_one_by_one(lc, flush_list); in flush_by_group() 541 list_splice_init(&tmp_list, flush_list); in flush_by_group()
|
/linux-4.4.14/include/crypto/ |
D | mcryptd.h | 90 struct list_head flush_list; member
|
/linux-4.4.14/crypto/ |
D | mcryptd.c | 58 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()
|