Searched refs:rew (Results 1 – 6 of 6) sorted by relevance
| /linux/kernel/rcu/ |
| H A D | tree_exp.h | 365 struct rcu_node *rnp = container_of(rewp, struct rcu_node, rew); in __sync_rcu_exp_select_node_cpus() 470 kthread_init_work(&rnp->rew.rew_work, sync_rcu_exp_select_node_cpus); in sync_rcu_exp_select_cpus_queue_work() 476 kthread_queue_work(READ_ONCE(rnp->exp_kworker), &rnp->rew.rew_work); in sync_rcu_exp_select_cpus_queue_work() 481 kthread_flush_work(&rnp->rew.rew_work); in sync_rcu_exp_select_cpus_flush_work() 495 static inline void synchronize_rcu_expedited_queue_work(struct rcu_exp_work *rew) in synchronize_rcu_expedited_queue_work() argument 497 kthread_init_work(&rew->rew_work, wait_rcu_exp_gp); in synchronize_rcu_expedited_queue_work() 498 kthread_queue_work(rcu_exp_gp_kworker, &rew->rew_work); in synchronize_rcu_expedited_queue_work() 522 sync_rcu_exp_select_node_cpus(&rnp->rew.rew_work); in sync_rcu_exp_select_cpus() 927 struct rcu_exp_work rew; in synchronize_rcu_expedited() local 970 rew.rew_s = s; in synchronize_rcu_expedited() [all …]
|
| H A D | tree.h | 133 struct rcu_exp_work rew; member
|
| /linux/drivers/scsi/ |
| H A D | st.c | 4261 static int create_one_cdev(struct scsi_tape *tape, int mode, int rew) in create_one_cdev() argument 4271 cdev_devno = MKDEV(SCSI_TAPE_MAJOR, TAPE_MINOR(dev_num, mode, rew)); in create_one_cdev() 4281 STm->cdevs[rew] = cdev; in create_one_cdev() 4286 rew ? "non" : "auto", mode); in create_one_cdev() 4292 snprintf(name, 10, "%s%s%s", rew ? "n" : "", in create_one_cdev() 4303 STm->devs[rew] = dev; in create_one_cdev() 4307 cdev_del(STm->cdevs[rew]); in create_one_cdev() 4309 STm->cdevs[rew] = NULL; in create_one_cdev() 4310 STm->devs[rew] = NULL; in create_one_cdev() 4332 int mode, rew; in remove_cdevs() local [all …]
|
| /linux/drivers/regulator/ |
| H A D | core.c | 1700 struct regulator_event_work *rew = in regulator_event_work_fn() local 1702 struct regulator_dev *rdev = rew->rdev; in regulator_event_work_fn() 1706 ret = regulator_notifier_call_chain(rdev, rew->event, NULL); in regulator_event_work_fn() 1712 kfree(rew); in regulator_event_work_fn() 1733 struct regulator_event_work *rew; in regulator_event_forward_notifier() local 1743 rew = kmalloc_obj(*rew, GFP_ATOMIC); in regulator_event_forward_notifier() 1744 if (!rew) in regulator_event_forward_notifier() 1748 rew->rdev = rdev; in regulator_event_forward_notifier() 1749 rew->event = event; in regulator_event_forward_notifier() 1750 INIT_WORK(&rew->work, regulator_event_work_fn); in regulator_event_forward_notifier() [all …]
|
| /linux/arch/mips/boot/dts/mscc/ |
| H A D | ocelot.dtsi | 141 reg-names = "sys", "rew", "qs", "ptp", "port0", "port1",
|
| /linux/Documentation/scsi/ |
| H A D | st.rst | 128 dev_upper non-rew mode dev-lower
|