Searched refs:cur_ops (Results 1 – 5 of 5) sorted by relevance
/linux/kernel/rcu/ |
H A D | rcutorture.c | 399 static struct rcu_torture_ops *cur_ops; variable 431 started = cur_ops->get_gp_seq(); in rcu_read_delay() 437 completed = cur_ops->get_gp_seq(); in rcu_read_delay() 438 do_trace_rcu_torture_read(cur_ops->name, NULL, ts, in rcu_read_delay() 516 cur_ops->deferred_free(rp); in rcu_torture_cb() 644 if (cur_ops == &srcud_ops) in srcu_torture_read_lock() 671 if (cur_ops == &srcud_ops) in srcu_torture_read_unlock() 1004 if (!cur_ops->gp_diff) in rcutorture_seq_diff() 1006 return cur_ops->gp_diff(new, old); in rcutorture_seq_diff() 1056 if (cur_ops->poll_gp_state(gp_state)) in rcu_torture_boost_failed() [all …]
|
H A D | rcuscale.c | 166 static struct rcu_scale_ops *cur_ops; variable 434 if (!cur_ops->gp_diff) in rcuscale_seq_diff() 436 return cur_ops->gp_diff(new, old); in rcuscale_seq_diff() 471 idx = cur_ops->readlock(); in rcu_scale_reader() 472 cur_ops->readunlock(idx); in rcu_scale_reader() 570 cur_ops->exp_completed() / 2; in rcu_scale_writer() 572 b_rcu_gp_test_started = cur_ops->get_gp_seq(); in rcu_scale_writer() 586 if (gp_async && !WARN_ON_ONCE(!cur_ops->async)) { in rcu_scale_writer() 591 cur_ops->async(&wmbp->wmb_rh, rcu_scale_async_cb); in rcu_scale_writer() 595 cur_ops->gp_barrier(); in rcu_scale_writer() [all …]
|
H A D | refscale.c | 138 static const struct ref_scale_ops *cur_ops; variable 737 if (cur_ops == &typesafe_ref_ops) { in typesafe_init() 740 } else if (cur_ops == &typesafe_lock_ops) { in typesafe_init() 743 } else if (cur_ops == &typesafe_seqlock_ops) { in typesafe_init() 799 cur_ops->readsection(loops); in rcu_scale_one_reader() 801 cur_ops->delaysection(loops, readdelay / 1000, readdelay % 1000); in rcu_scale_one_reader() 1029 ref_scale_print_module_parms(const struct ref_scale_ops *cur_ops, const char *tag) in ref_scale_print_module_parms() argument 1044 if (!cur_ops) { in ref_scale_cleanup() 1060 if (cur_ops->cleanup != NULL) in ref_scale_cleanup() 1061 cur_ops->cleanup(); in ref_scale_cleanup() [all …]
|
/linux/kernel/locking/ |
H A D | locktorture.c | 159 struct lock_torture_ops *cur_ops; member 291 cxt.cur_ops->flags = flags; in torture_spin_lock_write_lock_irq() 298 spin_unlock_irqrestore(&torture_spinlock, cxt.cur_ops->flags); in torture_lock_spin_write_unlock_irq() 344 cxt.cur_ops->flags = flags; in torture_raw_spin_lock_write_lock_irq() 351 raw_spin_unlock_irqrestore(&torture_raw_spinlock, cxt.cur_ops->flags); in torture_raw_spin_lock_write_unlock_irq() 436 cxt.cur_ops->flags = flags; in torture_rwlock_write_lock_irq() 443 write_unlock_irqrestore(&torture_rwlock, cxt.cur_ops->flags); in torture_rwlock_write_unlock_irq() 452 cxt.cur_ops->flags = flags; in torture_rwlock_read_lock_irq() 459 read_unlock_irqrestore(&torture_rwlock, cxt.cur_ops->flags); in torture_rwlock_read_unlock_irq() 873 cxt.cur_ops->task_boost(&rand); in lock_torture_writer() [all …]
|
/linux/Documentation/RCU/ |
H A D | rcubarrier.rst | 141 57 if (cur_ops->cleanup != NULL) 142 58 cur_ops->cleanup();
|