Searched refs:gen_lock (Results 1 – 3 of 3) sorted by relevance
601 seqcount_spinlock_t gen_lock; /* lock against generation changes */ member
589 seq = read_seqcount_begin(&conf->gen_lock); in init_stripe()610 if (read_seqcount_retry(&conf->gen_lock, seq)) in init_stripe()5938 seq = read_seqcount_begin(&conf->gen_lock); in make_stripe_request()5977 if (read_seqcount_retry(&conf->gen_lock, seq)) { in make_stripe_request()7490 seqcount_spinlock_init(&conf->gen_lock, &conf->device_lock); in setup_conf()8457 write_seqcount_begin(&conf->gen_lock); in raid5_start_reshape()8474 write_seqcount_end(&conf->gen_lock); in raid5_start_reshape()
2559 chan->config.gen_lock = cfg->gen_lock; in xilinx_vdma_channel_set_config()2563 if (cfg->gen_lock && chan->genlock) { in xilinx_vdma_channel_set_config()
Completed in 26 milliseconds