Home
last modified time | relevance | path

Searched refs:gen_lock (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/linux/dma/
Dxilinx_dma.h30 int gen_lock; member
/Linux-v5.4/drivers/md/
Draid5.h592 seqcount_t gen_lock; /* lock against generation changes */ member
Draid5.c501 seq = read_seqcount_begin(&conf->gen_lock); in init_stripe()
522 if (read_seqcount_retry(&conf->gen_lock, seq)) in init_stripe()
5637 seq = read_seqcount_begin(&conf->gen_lock); in raid5_make_request()
5703 if (read_seqcount_retry(&conf->gen_lock, seq)) { in raid5_make_request()
6939 seqcount_init(&conf->gen_lock); in setup_conf()
7903 write_seqcount_begin(&conf->gen_lock); in raid5_start_reshape()
7920 write_seqcount_end(&conf->gen_lock); in raid5_start_reshape()
7979 write_seqcount_begin(&conf->gen_lock); in raid5_start_reshape()
7990 write_seqcount_end(&conf->gen_lock); in raid5_start_reshape()
/Linux-v5.4/drivers/dma/xilinx/
Dxilinx_dma.c2121 chan->config.gen_lock = cfg->gen_lock; in xilinx_vdma_channel_set_config()
2125 if (cfg->gen_lock && chan->genlock) { in xilinx_vdma_channel_set_config()