Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/dma/
H A Dxilinx_dma.h30 int gen_lock; member
/openbmc/linux/drivers/md/
H A Draid5.h601 seqcount_spinlock_t gen_lock; /* lock against generation changes */ member
H A Draid5.c587 seq = read_seqcount_begin(&conf->gen_lock); in init_stripe()
608 if (read_seqcount_retry(&conf->gen_lock, seq)) in init_stripe()
6018 seq = read_seqcount_begin(&conf->gen_lock); in make_stripe_request()
6061 if (read_seqcount_retry(&conf->gen_lock, seq)) { in make_stripe_request()
7571 seqcount_spinlock_init(&conf->gen_lock, &conf->device_lock); in setup_conf()
8563 write_seqcount_begin(&conf->gen_lock); in raid5_start_reshape()
8580 write_seqcount_end(&conf->gen_lock); in raid5_start_reshape()
8639 write_seqcount_begin(&conf->gen_lock); in raid5_start_reshape()
8650 write_seqcount_end(&conf->gen_lock); in raid5_start_reshape()
/openbmc/linux/drivers/dma/xilinx/
H A Dxilinx_dma.c2550 chan->config.gen_lock = cfg->gen_lock; in xilinx_vdma_channel_set_config()
2554 if (cfg->gen_lock && chan->genlock) { in xilinx_vdma_channel_set_config()